FL Switch

FL_Switch

FL_Switch allows you to choose between two processing paths based on a switch value. The node only evaluates the path that is selected by the switch value. - If switch = False: on_false is evaluated and returned as output, on_true is not evaluated - If switch = True: on_true is evaluated and returned as output, on_false is not evaluated This node is useful for creating conditional workflows where you want to process data differently based on certain conditions, and you only want the selected path to execute.

Pack: ComfyUI_Fill-Nodes

custom_nodes.ComfyUI_Fill-Nodes

Inputs (3)

NameTypeRequired
switchBOOLEANrequired
on_false*required
on_true*required

Outputs (1)

NameType
**