RePaint
RePaint copied to clipboard
no support for ddim?
I tried switching the config variable of use_ddim to True. I got AttributeError: 'SpacedDiffusion' object has no attribute 'ddim_sample_loop'
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?
How did you solve this problem? how did you make the DDIM code work??