Visit ComfyUI Online for ready-to-use ComfyUI environment
Aggregate six boolean inputs into a single list for streamlined handling in complex logic flows.
The SixBooleanTrigger
node is designed to handle six individual boolean inputs and aggregate them into a single list. This node is particularly useful in scenarios where multiple boolean conditions need to be evaluated or processed together, such as in complex logic flows or decision-making processes. By consolidating six boolean values into a list, it simplifies the management and interpretation of multiple boolean states, making it easier to pass these values to other nodes or functions that require a list of boolean inputs. This node is essential for tasks that involve multiple conditional checks, providing a streamlined way to handle and organize boolean data.
This parameter represents the first boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This parameter represents the second boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This parameter represents the third boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This parameter represents the fourth boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This parameter represents the fifth boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This parameter represents the sixth boolean input. It accepts a boolean value (True
or False
) and has a default value of False
. This input is part of the six boolean values that will be aggregated into a list.
This output parameter is a list containing the six boolean values provided as inputs. The list maintains the order of the inputs, starting from bool_1
to bool_6
. This aggregated list can be used in subsequent nodes or functions that require a collection of boolean values, facilitating complex logical operations and decision-making processes.
True
or False
based on the conditions you want to evaluate. This will help in accurately aggregating the boolean values into the list.bool_list
in conjunction with other nodes that can interpret or process boolean lists, such as BooleanListInterpreter
, to further utilize the aggregated boolean values in your workflow.True
or False
values before executing the node.bool_1
to bool_6
. Adjust the inputs accordingly and re-run the node.© Copyright 2024 RunComfy. All Rights Reserved.