RePaint icon indicating copy to clipboard operation
RePaint copied to clipboard

no support for ddim?

Open gozi1123 opened this issue 2 years ago • 2 comments

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

gozi1123 avatar Sep 04 '22 15:09 gozi1123

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?

andreas128 avatar Nov 05 '22 03:11 andreas128

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

StonyB avatar Oct 11 '23 09:10 StonyB