ComfyUI Node

IsInputDisabled

A ComfyUI node in PrzewodoUtils with 2 inputs and 1 output.

By przewodo·Created about a year ago·Updated 4 months ago· 4
IsInputDisabled
  • input
  • Is Input Disabled
invert_outputfalse
CategoryPrzewodoUtils

Inputs (2)

NameTypeDefaultDescription
invert_outputBOOLEANfalseInvert 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)

NameTypeDescription
Is Input DisabledBOOLEAN