Visit ComfyUI Online for ready-to-use ComfyUI environment
Handle up to eight boolean inputs simultaneously for complex logical operations and aggregation.
The EightBooleanTrigger node is designed to handle and process up to eight boolean inputs simultaneously, making it a versatile tool for complex logical operations. This node is particularly useful when you need to manage multiple boolean conditions and aggregate them into a single list for further processing. By consolidating multiple boolean values, it simplifies the workflow and enhances the efficiency of logical operations in your AI art projects. This node is ideal for scenarios where you need to evaluate multiple conditions and make decisions based on a combination of boolean states.
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 eight 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 eight 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 eight 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 eight 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 eight 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 eight boolean values that will be aggregated into a list.
This parameter represents the seventh boolean input. It accepts a boolean value (True or False) and has a default value of False. This input is part of the eight boolean values that will be aggregated into a list.
This parameter represents the eighth boolean input. It accepts a boolean value (True or False) and has a default value of False. This input is part of the eight boolean values that will be aggregated into a list.
This output parameter is a list of boolean values. It aggregates the eight boolean inputs into a single list, which can then be used for further logical operations or decision-making processes. The list maintains the order of the inputs, providing a structured way to handle multiple boolean conditions.
TypeError: Expected boolean value
IndexError: List index out of range
© Copyright 2024 RunComfy. All Rights Reserved.