ComfyUI Node
Simple Selector (Switch)
A ComfyUI node in Lenient Switch with 13 inputs and 2 outputs.
Simple Selector (Switch)
- source_a
- source_b
- source_c
- source_d
- source_e
- output
- label
◄selectnone►
◄label_a►
◄label_b►
◄label_c►
◄label_d►
◄label_e►
◄block_on_none_selectedfalse►
◄bypass_unselectedfalse►
CategoryLenient Switch
Inputs (13)
| Name | Type | Default | Description |
|---|---|---|---|
| select | COMBO | none | Pick which source to forward. 'none' forwards nothing (see block_on_none_selected). |
| label_a | STRING | Free-form per-slot memo (e.g. 'SDXL base'). Not used by the node. | |
| label_b | STRING | Free-form per-slot memo (e.g. 'SDXL base'). Not used by the node. | |
| label_c | STRING | Free-form per-slot memo (e.g. 'SDXL base'). Not used by the node. | |
| label_d | STRING | Free-form per-slot memo (e.g. 'SDXL base'). Not used by the node. | |
| label_e | STRING | Free-form per-slot memo (e.g. 'SDXL base'). Not used by the node. | |
| block_on_none_selected | BOOLEAN | false | When 'none' is selected, emit ExecutionBlocker so downstream nodes are skipped instead of receiving None. |
| bypass_unselected | BOOLEAN | false | When ON, only the selected slot's source_X is evaluated; the upstream chains feeding the other (and, with 'none', all) sources do not run (lazy evaluation). Note: nodes are not visually bypassed like rgthree; they simply do not execute. |
| source_aopt | * | Source for slot A (any type). | |
| source_bopt | * | Source for slot B (any type). | |
| source_copt | * | Source for slot C (any type). | |
| source_dopt | * | Source for slot D (any type). | |
| source_eopt | * | Source for slot E (any type). |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| output | * | — |
| label | STRING | — |