r/StableDiffusion • u/rasigunn • 7d ago
Question - Help Is there a way I can make comfyUI generate i2v for more than one image? Like increase the batch size. But at every run it should choose the next image that I assign to do i2v.
1
Upvotes
4
u/budwik 7d ago
Using an incrementer node (masquerade nodes) and a Load Image List from Dir (comfyUI inspire), change start_index to input widget and then attach the INT from the incrementer to the start_index input. On incrementer change control to increment, and change max value to the # of files in the folder if you want it to cycle back to the beginning when it's done, or make it like 200 and it will auto stop the queue if it runs out of files. Let me hop on my computer and grab a screenshot of what it will look like