Nodes/Lazy Fallback Switch/Lazy Fallback Switch (Autogrow)
ComfyUI Node

Lazy Fallback Switch (Autogrow)

Selects valueN by index and lazily uses default when that input is not connected.

By SparknightLLC·Created 26 days ago·Updated 26 days ago· 0
Lazy Fallback Switch (Autogrow)
  • default
  • values
  • output
index0
CategorySparknight/Logic

Inputs (3)

NameTypeDefaultDescription
indexINT0Selects the matching valueN input. Any missing value uses default.
defaultoptCOMFY_MATCHTYPE_V3Used when the indexed value input is not connected. An unconnected default returns None.
valuesoptCOMFY_AUTOGROW_V3Connect only the indexed routes that need custom processing.

Outputs (1)

NameTypeDescription
outputCOMFY_MATCHTYPE_V3The selected indexed value, or default.