andreas128 / RePaint

Official PyTorch Code and Models of "RePaint: Inpainting using Denoising Diffusion Probabilistic Models", CVPR 2022
1.88k stars 153 forks source link

Cosine scheduler removed #37

Open alexakp opened 1 year ago

alexakp commented 1 year ago

Is there any particular reason that the cosine scheduler is removed and this repository only supports linear schedulers, is it safe to just add back the cosine scheduler as it is in guided diffusion?

LinWeiJeff commented 7 months ago

Is there any particular reason that the cosine scheduler is removed and this repository only supports linear schedulers, is it safe to just add back the cosine scheduler as it is in guided diffusion?

@alexakp Hello, did you add back the cosine scheduler in this repository?