MultiDiffusion icon indicating copy to clipboard operation
MultiDiffusion copied to clipboard

Official Pytorch Implementation for "MultiDiffusion: Fusing Diffusion Paths for Controlled Image Generation" presenting "MultiDiffusion" (ICML 2023)

Results 23 MultiDiffusion issues
Sort by recently updated
recently updated
newest added

Does this allow for color coding the text to the corresponding mask? The example images shown use differently colored text which apparently corresponds to the colored mask.

Changes to get `region_based.py` running examples from paper. Includes three sample masks. (those should should show up below) Fixes #28 Examples: ```bash python region_based.py --W 512 --H 512 \ --fg_masks...

Brought this issue up with the diffusers team and maybe someone here wants to pick it up https://github.com/huggingface/diffusers/issues/9802 Basically, only the panorama technique is implemented in the diffusers pipeline, not...