hxngiee / DiffFace

DiffFace: Diffusion-based Face Swapping with Facial Guidance
Other
275 stars 17 forks source link

Question about your model #18

Open justinday123 opened 11 months ago

justinday123 commented 11 months ago

Is your model brings pretraied DDPM(trained with FFHQ) and finetune with loss? In your code, it seems like you finetune the model per each image using Model.pt, but there is no word about finetune in your paper. Am i right? Or, is it updating noise like using classifier guidance? Thank you for your nice work, and it helped me a lot.

justinday123 commented 11 months ago

Also, is Model.pt is ID Conditional DDPM before using losses?