ComfyUI Node
🪠️ WWAA Image Grid from Index
Creates a grid layout based on specified frame indices from an image sequence. You provide comma-separated indices (e.g., '0,3,6,9,12,15') and the node automatically calculates optimal grid dimensions. Missing frames are filled with the specified background color. Returns the grid image along with computed rows and columns.
🪠️ WWAA Image Grid from Index
- images
- grid_image
- computed_rows
- computed_columns
◄indices0,3,6,9,12,15►
◄background_color#000000►
◄output_scale100►
Category🪠️ WWAA/image
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| images | IMAGE | — | |
| indices | STRING | 0,3,6,9,12,15 | — |
| background_color | STRING | #000000 | — |
| output_scale | INT | 1001–200 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| grid_image | IMAGE | — |
| computed_rows | INT | — |
| computed_columns | INT | — |