ComfyUI Node
XYZ Grid Input
A ComfyUI node in XYZ Grid with 4 inputs and 8 outputs.
XYZ Grid Input
- x_value
- y_value
- z_value
- x_index
- y_index
- z_index
- total_combinations
- grid_info
◄x_valuesred, blue, green►
◄y_values1, 2, 3►
◄z_valuescat, dog, tree►
◄index0►
CategoryXYZ Grid
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| x_values | STRING | red, blue, green | Comma-separated values for X axis |
| y_values | STRING | 1, 2, 3 | Comma-separated values for Y axis |
| z_values | STRING | cat, dog, tree | Comma-separated values for Z axis (leave empty to disable) |
| index | INT | 00–10000 | Current combination index (use 0 to start, increment for each run) |
Outputs (8)
| Name | Type | Description |
|---|---|---|
| x_value | STRING | — |
| y_value | STRING | — |
| z_value | STRING | — |
| x_index | INT | — |
| y_index | INT | — |
| z_index | INT | — |
| total_combinations | INT | — |
| grid_info | STRING | — |