dome272 / Diffusion-Models-pytorch

Pytorch implementation of Diffusion Models (https://arxiv.org/pdf/2006.11239.pdf)
Apache License 2.0
1.11k stars 256 forks source link

DDIM sampling #8

Open willdalh opened 1 year ago

willdalh commented 1 year ago

Hi,

Thank you for the great videos on diffusion models.

Have you tried sampling using DDIM with one of your trained models? If so, were the results good and as expected?

dome272 commented 1 year ago

Hey, I haven't tried that yet. Feel free to implement it and try it and let me know. I would be curious!