ComfyUI Node
h4 - DataStream
📡 DataStream - Batch Image Loader Loads images from ANY folder on your drive (Absolute Path). Set index to 0, enable Auto-Queue, hit Queue once.
h4 - DataStream
- image
- filename
- current_index
- total_count
- is_last
â—„folder_pathâ–ş
â—„current_index0â–ş
â—„auto_queue_remainingfalseâ–ş
Categoryh4_Live/IO
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| folder_path | STRING | Paste the full path to your folder here (e.g. C:\MyPhotos). Or use the Browse button if available. | |
| current_index | INT | 00–99999 | Which image number are we on? (0 = First Image). Auto-increments. |
| auto_queue_remaining | BOOLEAN | false | If ON, I will automatically keep processing the rest of the folder for you. |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| filename | STRING | — |
| current_index | INT | — |
| total_count | INT | — |
| is_last | BOOLEAN | — |