befozg/PortraitTransfer
0
1grid_counts: [10, 5, 1]2enc_sizes: [3, 16, 32, 64, 128, 256, 512]3init_weights: [0.5, 0.5] # weights of local grided image and global harmonized4init_value: 0.85skips: True6device: 'cpu'7checkpoint: 8 matting_onnx: "checkpoints/stylematte_720.onnx"9 harmonizer: "checkpoints/ffhqh1024.pth"10 matting: "checkpoints/stylematte.pth"11onnx: False12image_size: 102413 