forever208 / DDPM-IP

[ICML 2023] official implementation for "Input Perturbation Reduces Exposure Bias in Diffusion Models"
MIT License
101 stars 9 forks source link

About the modification based on ADM #3

Closed Suimingzhe closed 1 year ago

Suimingzhe commented 1 year ago

I wonder if I only need to change two lines of codes in gaussian_diffusion.py to achieve ddpm-ip in my own project which is also based on ADM.

Thanks.

forever208 commented 1 year ago

@Suimingzhe exactly, you only need to change two lines of code, which is shown in the readme file.