ComfyUI Node
π Image Series With Prompts (nhk)
A ComfyUI node in nhk/image with 9 inputs and 5 outputs.
π Image Series With Prompts (nhk)
- image
- prompt
- filename
- current_index
- total_images
βmodeβΎβΊ
βpathβΊ
βpattern*βΊ
βprompt_fileβΊ
βdefault_promptβΊ
βindex0βΊ
βseed0βΊ
βlabelSeriesWithPrompts001βΊ
βresetfalseβΊ
Categorynhk/image
Inputs (9)
| 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) |
| prompt_file | STRING | Markdown file mapping filenames to prompts (optional) | |
| default_prompt | STRING | Fallback prompt when no file-specific prompt exists | |
| 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 | SeriesWithPrompts001 | Unique identifier for tracking this sequence independently from others |
| reset | BOOLEAN | false | Reset counter back to index 0 |
Outputs (5)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | β |
| prompt | STRING | β |
| filename | STRING | β |
| current_index | INT | β |
| total_images | INT | β |