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

Multi-controlnet batching for StableDiffusionXLControlNetInpaintPipeline #9511

Open
kdubovikov opened this issue Sep 24, 2024 · 1 comment
Open
Labels
stale Issues that haven't received updates

Comments

@kdubovikov
Copy link

kdubovikov commented Sep 24, 2024

Is your feature request related to a problem? Please describe.
Currently, batching is not supported when we are conditioning the SDXL pipeline on multiple controlnets:

raise ValueError("A single batch of multiple conditionings are supported at the moment.")

Describe the solution you'd like.
We can pass a list of lists of images for batch inference.

Describe alternatives you've considered.
One-by-one processing, which results in very low GPU utilization.

There was a similar PR raised for the StableDiffusionControlNetPipeline #6334

Copy link

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.

@github-actions github-actions bot added the stale Issues that haven't received updates label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Issues that haven't received updates
Projects
None yet
Development

No branches or pull requests

1 participant