Multi-controlnet batching for StableDiffusionXLControlNetInpaintPipeline
#9511
Labels
stale
Issues that haven't received updates
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:
diffusers/src/diffusers/pipelines/controlnet/pipeline_controlnet_inpaint_sd_xl.py
Line 771 in 28f9d84
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
#6334The text was updated successfully, but these errors were encountered: