-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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] Modified Cross-Attention - Structured Diffusion Guidance for Compositional T2I synthesis #878
Comments
I want to work on this. |
Awesome @20RitikSingh! Feel free to share your progress and ask if you find any challenges |
This is a super interesting paper! Note that there is a reference implementation included in the [I Am Not A Lawyer and I Am Not Your Lawyer, but the paper's authors are obligated to remain anonymous until the end of the ICLR 2023 review period, so they might have a hard time speaking up for themselves right now.] If you do choose to use the code from the supplementary material, you may need to swap some things around to make it better fit |
Also cc @patil-suraj here FYI |
Interesting! @20RitikSingh , let us know you need any help or have any questions, happy to help :) |
Hi, I have built a pipeline with diffusers based on the reference implementation. Here is my implementation of the Structured Diffusion Guidance: https://github.com/shunk031/training-free-structured-diffusion-guidance. However, I am not confident in my implementation because some parts of the published implementation are missing (e.g., sampler; a new argument, |
The paper has been submitted as https://arxiv.org/abs/2212.05032 and is no longer anonymous! https://weixi-feng.github.io/structure-diffusion-guidance/ MIT licensed code by @weixi-feng at https://github.com/weixi-feng/Structured-Diffusion-Guidance |
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
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 ofdiffusers
.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: Modified cross-attention mechanism
This pipeline aims to implement this paper to Stable Diffusion, improving interpretability of the prompts. Some results of the paper Training-Free Structured Diffusion Guidance for Compositional Text-to-Image Synthesis:
The text was updated successfully, but these errors were encountered: