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

Paint-by-words code #6

Open lukovnikov opened 1 year ago

lukovnikov commented 1 year ago

Any idea when paint-by-words pipeline will be released? I implemented one myself at https://github.com/lukovnikov/diffusers/blob/paintbywords/src/diffusers/pipelines/stable_diffusion/pipeline_stable_diffusion_multidiffusion_paintbywords.py but i don't know if I did it right.

omerbt commented 1 year ago

Hi! the the code can be found here