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.
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.