CustomNet
CustomNet copied to clipboard
The paper has inpainting examples and the training code also seems to have provision for user-provided background images, but how would I get it working for just test time playing...
File "/mnt/nfs/file_server/public/lijiahui/code/study_consistent/CustomNet/main/app.py", line 194, in main model.load_state_dict(ckpt) File "/usr/local/lib/python3.10/dist-packages/torch/nn/modules/module.py", line 2153, in load_state_dict raise RuntimeError('Error(s) in loading state_dict for {}:\n\t{}'.format( RuntimeError: Error(s) in loading state_dict for CustomNet: Unexpected key(s) in...
Hello, thanks for releasing the model and the code ! If I understand correctly, you directly finetune SD1.5 right ? So is there any way to integrate your model into...
Thanks for your great work! I tried to train CustomNet on the sample dataset and got a KeyError of 'text_only'. How can I solve this issue? https://github.com/TencentARC/CustomNet/blob/23a378fc8cfcec72181cc4fd625c708f9485e490/ldm/models/diffusion/ddpm.py#L756 
Thank you for your great work! I have questions about this data construction process, is it enough to just have a foreground image and a target image, why not also...
There are differences in the output image between the recently added inpaint function and the previous generation function, other than background compositing. Specifically, the previous generation function preserved the aspect...
Thanks for your great work. I just want to ask that as shown the image, besides generation, your work can composite with user defined backgrounds But I did not find...