ComfyUI Node
Image Batch Loader
Loads images from a folder as a list (with their file paths), either in sequential batches or one image at a time. batch_size 0 (default) loads all images from start_from onward.
Image Batch Loader
- IMAGE
- IMAGE_PATH
◄image_dirC:\path\to\your\images►
◄batch_size0►
◄start_from1►
◄mode▾►
CategoryMickmumpitz/ConsistentCharacterCreator
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| image_dir | STRING | C:\path\to\your\images | — |
| batch_size | INT | 00–1000 | — |
| start_from | INT | 1 | — |
| mode | COMBO | 2 options: sequential, single_image_increment |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| IMAGE | IMAGE | — |
| IMAGE_PATH | STRING | — |