andreas128 / RePaint

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

no support for ddim? #14

Open gozi1123 opened 1 year ago

gozi1123 commented 1 year ago

I tried switching the config variable of use_ddim to True. I got AttributeError: 'SpacedDiffusion' object has no attribute 'ddim_sample_loop'

andreas128 commented 1 year ago

We did not implement it for DDIM. You could modify the original DDIM method by following this code overview.

Are you still working on it?

StonyB commented 9 months ago

How did you solve this problem? how did you make the DDIM code work??