-
Notifications
You must be signed in to change notification settings - Fork 6.6k
[Community Pipeline] Regional Prompting Pipeline #6015
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
Conversation
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. |
|
hi, can I use sdxl in this pipeline ? |
|
Hey @15091444119, Can you try to ask such questions in the GitHub discussions: https://github.com/huggingface/diffusers/discussions |
* Update README.md * Update README.md * Add files via upload * Update README.md * Update examples/community/README.md --------- Co-authored-by: Patrick von Platen <[email protected]>
|
@hako-mikan how does the performance of the diffusers pipeline compare to the a1111 extension version? Btw thank you for doing this. |
|
Thanks for this great contribution @hako-mikan! |
@StandardAI thanks for the passing the message. @hako-mikan that is right, I have tried to test it with diffusers but I have some errors (not sure if my fault or some mistake in the code). More than happy to share thoughts! |
This pull request adds a new pipeline, "Regional Prompting Pipeline," to th
e community pipeline. The Regional Prompting Pipeline is an auxiliary pipeline for Stable Diffusion, allowing users to split the screen and set different prompts for each divided region. The regions can be set in a grid pattern or automatically calculated and set based on the prompts. This is a port of the Regional Prompter extension implemented in the Stable Diffusion Web-UI to diffusers.

Before submitting
documentation guidelines, and
here are tips on formatting docstrings.
Who can review?
Anyone in the community is free to review the PR once the tests have passed. Feel free to tag
members/contributors who may be interested in your PR.