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 Batchnode fromwas-node-suite-comfyui.- Draw
indexon the left to create anPrimitiveNodeinput, setvalueto0andcontrol_after_generatetoincrement. - Drag
imageon the right to your ControlNet node. - Set
modetosingle_image. - Set a random
seedif you like. - Set
pathto your image folder.
- Draw
- Auto queue the
Load Image Batchnode.- Click
Extra optionson the right of your ComfyUI. - Check
Auto Queue. - Click the
Queue Promptbutton to go.
- Click