-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Attend and Excite #2196
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
Comments
Related to: #2121 |
I've created a pipeline for this method, following the author's implementation closely, and also using the attention processor, in half precision. See here: yuval-alaluf/Attend-and-Excite#11 Please let me know how to contribute to diffusers repo with this pipeline, also if any modifications are needed. |
Super cool @evinpinar :-) Could you maybe open a PR on |
This is awesome, looking forward to quick integration. Will this support current schedulers and "custom_pipeline" ? |
Now I started a PR here, but as I'm quite busy nowadays, open to collaborating with anyone! |
Thank you! will take a look soon:) |
I was wondering, Is it possible to integrate the attend and excite code with Hugging Face diffusers? I trained a stable diffusion model with the Hugging Face diffusers GitHub code and used the saved model with attend and excite, which worked flawlessly. Thought of, sharing the Colab notebook for the community showing the read model trained with Hugging Face diffusers with attend and excite: https://colab.research.google.com/drive/1xpgXZf0SxCxVw77GcgLxBr6XC8gItFMh?usp=sharing |
That's great @hamzafar ! Thanks for sharing :-) |
As i can see i can use pipeline for text2img, Any example of how can i use with img2img as well? If it's possible at all? |
As SD attend-and-excite exists as a pipeline now, but also very outdated, marking this as closed. Thanks for looking into it when you did Patrick! It was super nice to learn and understand |
Model/Pipeline/Scheduler description
Based on Prompt-2-Prompt, Attend and Excite allows to generate better composite images by tweaking the text embeddings.
Code available: https://github.com/AttendAndExcite/Attend-and-Excite
Open source status
Provide useful links for the implementation
@AttendAndExcite
The text was updated successfully, but these errors were encountered: