omerbt / MultiDiffusion

Official Pytorch Implementation for "MultiDiffusion: Fusing Diffusion Paths for Controlled Image Generation" presenting "MultiDiffusion" (ICML 2023)
https://multidiffusion.github.io/
979 stars 57 forks source link

add all kind of scheduler surport #18

Open zdxpan opened 1 year ago

zdxpan commented 1 year ago

in mult diffusion, some shceduler may not generate correct result。 which can fix the scheduler step view or tile in full latent.

部分采样器不支持,无法生成正确的图。本次PR增加了对各种采样器的支持,改进了算法~