Fayeben / GenerativeDiffusionPrior

Generative Diffusion Prior for Unified Image Restoration and Enhancement (CVPR2023)
Apache License 2.0
277 stars 30 forks source link

Does the proposed method work well with DDIM? #18

Closed csqiangwen closed 1 year ago

csqiangwen commented 1 year ago

Thanks for your sharing. I have one question: how about using DDIM in your proposed method? In the "ddim_sample" function, I notice when I use the "sample=out["mean"]", the final output is meaningful. However, when I use "sample=mean_pred", the final output is just a noise map.