ComfyUI Node
None Input Switch (Eager)
A ComfyUI node in nifty/logic with 3 inputs and 1 output.
None Input Switch (Eager)
- on_exists
- on_none
- value
- output
Categorynifty/logic
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| on_existsopt | COMFY_MATCHTYPE_V3 | Value passed through when 'value' is not None. Both branches are always evaluated. | |
| on_noneopt | COMFY_MATCHTYPE_V3 | Value passed through when 'value' is None. Both branches are always evaluated. | |
| valueopt | COMFY_MATCHTYPE_V3 | The value to check. If it is None, on_none is used; otherwise on_exists. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| output | COMFY_MATCHTYPE_V3 | — |