ComfyUI Node
IsInputDisabled
A ComfyUI node in PrzewodoUtils with 2 inputs and 1 output.
IsInputDisabled
- input
- Is Input Disabled
◄invert_outputfalse►
CategoryPrzewodoUtils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| invert_output | BOOLEAN | false | Invert the boolean output. When False: returns True if input is disabled (None). When True: returns True if input is enabled (has value). |
| inputopt | * | Any input to check if it's disabled/disconnected. Returns True if this input is None or disconnected, False if it has a value. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| Is Input Disabled | BOOLEAN | — |