Batch ControlNet Task with WAS Node Suite
Say you have a folder of images of poses you want to mimic using the ControlNet OpenPose model in ComfyUI. It's wise to load and process those images one by one in a batch task like automatic1111
. The was-node-suite-comfyui has the custom node you need to load images from a folder, and you can use Auto Queue
to iterate the image loading.
Here's a guide on how to do that:
- You need to add the
Load Image Batch
node fromwas-node-suite-comfyui
.- Draw
index
on the left to create anPrimitiveNode
input, setvalue
to0
andcontrol_after_generate
toincrement
. - Drag
image
on the right to your ControlNet node. - Set
mode
tosingle_image
. - Set a random
seed
if you like. - Set
path
to your image folder.
- Draw
- Auto queue the
Load Image Batch
node.- Click
Extra options
on the right of your ComfyUI. - Check
Auto Queue
. - Click the
Queue Prompt
button to go.
- Click