You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello author,
Thank you for this great work. I am a beginner in diffusion model. Can I use my own trained model in your project?Currently, I only use diffusion_ffhq_10m and 256x256_diffusion_uncond.
The text was updated successfully, but these errors were encountered:
yes you can.
The diffusion model in our method is used to provide image prior, you can use your denoisers in other image domains, e.g, medical image restoration.
Thank you for your answer. If I want to train a model with my own face data set to use in your project, where can I train my data set? Can you point out a path for me?
it is suggested to train a diffusion model using https://github.com/openai/guided-diffusion on your own data set, as our codebase is based on guided diffusion and utilizes the checkpoints from guided diffusion
Hello author,
Thank you for this great work. I am a beginner in diffusion model. Can I use my own trained model in your project?Currently, I only use diffusion_ffhq_10m and 256x256_diffusion_uncond.
The text was updated successfully, but these errors were encountered: