ComfyUI Node
⏹️ Load 3x3 Grid Series (nhk)
A ComfyUI node in nhk/image with 8 inputs and 6 outputs.
⏹️ Load 3x3 Grid Series (nhk)
- image
- filename
- current_index
- total_images
- grid_position
- position_name
◄mode▾►
◄path►
◄pattern*►
◄index0►
◄seed0►
◄labelGrid3x3_001►
◄resetfalse►
◄separator_width0►
Categorynhk/image
Inputs (8)
| Name | Type | Default | Description |
|---|---|---|---|
| mode | COMBO | single_image: load by index (use with control_after_generate=increment for sequences), random: load random grid cell by seed | |
| path | STRING | Directory path containing grid 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 grid cell) |
| label | STRING | Grid3x3_001 | Unique identifier for tracking this sequence independently from others |
| reset | BOOLEAN | false | Reset counter back to index 0 |
| separator_width | INT | 00–100 | Width of separator lines between grid cells (in pixels). Excludes this many pixels from center lines. |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| image | IMAGE | — |
| filename | STRING | — |
| current_index | INT | — |
| total_images | INT | — |
| grid_position | INT | — |
| position_name | STRING | — |