hojonathanho / diffusion

Denoising Diffusion Probabilistic Models
3.63k stars 359 forks source link

how to reconstructions input image like Fig.8 in paper? #8

Open Johnson-yue opened 2 years ago

Johnson-yue commented 2 years ago

Hi, thanks your code , the paper is said that diffusion model can not reverse the image so , how to reconstruction input image like Fig8 in paper ??

alezuech commented 2 years ago

Hi @Johnson-yue , I'm trying the method _denoise inside the Model class in run_cifar or run_celeb, which in both cases calls the model function inside the unet file. However, the output isn't very good. Did you find an alternative solution?

armanakbari commented 1 year ago

Hi @Johnson-yue , I'm trying the method _denoise inside the Model class in run_cifar or run_celeb, which in both cases calls the model function inside the unet file. However, the output isn't very good. Did you find an alternative solution?

I could get a decent result either. I am trying to generate new images on CFAR10. have you found any solution or code?