ComfyUI Node
Image Batch Loader
A ComfyUI node in Batch Process with 11 inputs and 4 outputs.
Image Batch Loader
- image
- filename
- image_count
- image_list
◄directory—►
◄search_title►
◄delimiter►
◄modeincremental_image►
◄seed0►
◄filename_option▾►
◄image_listfalse►
◄subfolderfalse►
◄start_index0►
◄end_index0►
◄reset_on_queue1►
CategoryBatch Process
Inputs (11)
| Name | Type | Default | Description |
|---|---|---|---|
| directory | STRING | — | |
| search_title | STRING | — | |
| delimiter | STRING | — | |
| mode | COMBO | incremental_image | 3 options: single_image, incremental_image, random |
| seed | INT | 00–18446744073709550000 | — |
| filename_option | COMBO | 5 options: filename, prefix, suffix, prefix & suffix, prefix nor suffix | |
| image_list | BOOLEAN | false | — |
| subfolder | BOOLEAN | false | — |
| start_index | INT | 00–999999 | Start index (1-based). Use 0 to start from beginning, or set 1 for first image, 2 for second image, etc. |
| end_index | INT | 00–999999 | End index (inclusive, 1-based). Use 0 to include all remaining images, or set >0 to limit range (1=first, 2=second, etc.). |
| reset_on_queueopt | INT | 10–1 | Any change to this value (0↔1) resets the read index to start from the first image again. Keep unchanged during a queue run to advance normally. |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| filename | STRING | — |
| image_count | STRING | — |
| image_list | IMAGE | — |