Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Community Pipeline] Composable Diffusion #876

Closed
osanseviero opened this issue Oct 17, 2022 · 4 comments
Closed

[Community Pipeline] Composable Diffusion #876

osanseviero opened this issue Oct 17, 2022 · 4 comments

Comments

@osanseviero
Copy link
Contributor

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:

@osanseviero osanseviero changed the title [Community Pipeline] [Community Pipeline] Composable Diffusion Oct 17, 2022
@20RitikSingh
Copy link

I want to work on this.

@patrickvonplaten
Copy link
Contributor

Great @20RitikSingh,

Feel free to open a PR :-) We're happy to help with anything if needed!

@MarkRich
Copy link
Contributor

Took a crack at this in #951. Looking forward to any comments!

@patrickvonplaten
Copy link
Contributor

Great work @MarkRich - merged it :-)

PhaneeshB pushed a commit to nod-ai/diffusers that referenced this issue Mar 1, 2023
…s. (huggingface#876)


* Minor improvements to test-models workflow

- cleaned up pytest command line args in Validate Models job scripts.
- Removed -s flag to provide more readable logs
- Changed shark_cache location to within github workspace and removed --update_tank flag from Linux workflows.

* Use pytest-forked for managing pytest memory usage.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants