20250301 Update
Added For loop for batch image processing, background removal example


20250210 Update

Added two interfaces
1. Batch image From imageList
Convert the image list in the zip package into a standard image Batch object in comfyui for convenient use.
The method uses indexing, or you can take a range like 0 to 100.
This method has a drawback: when the images in the zip package have inconsistent sizes, smaller images will be padded with black borders.
This is because the comfyui Batch object requires all images to have the same size.

2. Extract Image From ImageList
Extract a specific image from the image list in the zip package based on its index.
This is convenient for use in a for loop.

  • How to process multiple photos at once on runninghub?
  • How to use multiple images as input for batch processing?
  • How to process all images in a directory in one stream?

If you have similar questions, please refer to this example


Divided into three main steps

1. Add a "rhuploadzip" node

2. Compress all the images you want to process into a zip package

3. Click to upload this zip package, wait for the upload to complete, and the node will display "success"


Next, refer to this example, and it should be clear at a glance