Closed
Description
Intro
Community Pipelines are introduced in diffusers==0.4.0
with the idea of allowing the community to quickly add, integrate, and share their custom pipelines on top of diffusers
.
You can find a guide about Community Pipelines here. You can also find all the community examples under examples/community/
. If you have questions about the Community Pipelines feature, please head to the parent issue.
Idea: Composable Diffusion
The idea of this pipeline is to use AND + NOT to conditional diffusion models to do compositional generation.
Resources:
- Project Page: https://energy-based-model.github.io/Compositional-Visual-Generation-with-Composable-Diffusion-Models/
- Demo: https://huggingface.co/spaces/Shuang59/Composable-Diffusion
- Code: https://huggingface.co/spaces/Shuang59/Composable-Diffusion/blob/main/composable_stable_diffusion_pipeline.py