-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
if you wish to pass multiple input images the image count and the "batch_size" needs to be equal stable-diffusion-webui/modules/processing.py Lines 1684 to 1688 in ac8ffb3
also if you're working with in paint (img2img with mask) then realistically you can only pass 1 input image |
Beta Was this translation helpful? Give feedback.
if you wish to pass multiple input images the image count and the "batch_size" needs to be equal
so if you have 2 input images you need batch size of 2
stable-diffusion-webui/modules/processing.py
Lines 1684 to 1688 in ac8ffb3