ComfyUI Node
Lazy Fallback Switch (Autogrow)
Selects valueN by index and lazily uses default when that input is not connected.
Lazy Fallback Switch (Autogrow)
- default
- values
- output
◄index0►
CategorySparknight/Logic
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| index | INT | 0 | Selects the matching valueN input. Any missing value uses default. |
| defaultopt | COMFY_MATCHTYPE_V3 | Used when the indexed value input is not connected. An unconnected default returns None. | |
| valuesopt | COMFY_AUTOGROW_V3 | Connect only the indexed routes that need custom processing. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | COMFY_MATCHTYPE_V3 | The selected indexed value, or default. |