ComfyUI Node
πΈ Load Image Series (nhk)
A ComfyUI node in nhk/image with 7 inputs and 4 outputs.
πΈ Load Image Series (nhk)
- image
- filename
- current_index
- total_images
βmodeβΎβΊ
βpathβΊ
βpattern*βΊ
βindex0βΊ
βseed0βΊ
βlabelSeries001βΊ
βresetfalseβΊ
Categorynhk/image
Inputs (7)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | single_image: load by index (use with control_after_generate=increment for sequences), random: load random image by seed | |
| path | STRING | Directory path containing images to load | |
| pattern | STRING | * | Glob pattern to filter files (e.g., '*.png', 'img_*.jpg', '**/*.png' for recursive) |
| index | INT | 0 | Starting index for single_image mode (auto-increments with control_after_generate) |
| seed | INT | 0 | Seed for random mode (same seed = same random image) |
| label | STRING | Series001 | Unique identifier for tracking this sequence independently from others |
| reset | BOOLEAN | false | Reset counter back to index 0 |
Outputs (4)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| filename | STRING | β |
| current_index | INT | β |
| total_images | INT | β |