How to use batch processing with sdxl "inpainting" and "multicontrolnet" and (Another question) Is there anyway to use them together (regardless of batch processing) #6979
Answered
by
sayakpaul
loliana232
asked this question in
Q&A
-
Hello, I have 2 questions
|
Beta Was this translation helpful? Give feedback.
Answered by
sayakpaul
Feb 18, 2024
Replies: 1 comment
-
Refer to https://huggingface.co/docs/diffusers/main/en/using-diffusers/controlnet. Batch processing can be enabled by using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
loliana232
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Refer to https://huggingface.co/docs/diffusers/main/en/using-diffusers/controlnet.
Batch processing can be enabled by using the
num_images_per_prompt
argument.