FL Switch Big

FL_Switch_Big

FL_Switch_Big allows you to choose between multiple processing paths based on a switch condition. The node only evaluates the path that is selected by the switch condition. - The switch_condition is compared against each case value - If a match is found, the corresponding input is evaluated and returned - If no match is found, input_default is evaluated and returned - Inputs that don't match the condition are not evaluated This node is useful for creating conditional workflows with multiple branches.

Pack: ComfyUI_Fill-Nodes

custom_nodes.ComfyUI_Fill-Nodes

Inputs (12)

NameTypeRequired
switch_conditionSTRINGrequired
case_1STRINGrequired
case_2STRINGrequired
case_3STRINGrequired
case_4STRINGrequired
case_5STRINGrequired
input_default*required
input_1*optional
input_2*optional
input_3*optional
input_4*optional
input_5*optional

Outputs (1)

NameType
output*