Visit ComfyUI Online for ready-to-use ComfyUI environment
Handle basic boolean operations for decision-making in AI art projects with simple input/output interface for logical conditions.
The Logic Boolean Primitive node is a fundamental component in the WAS Suite/Logic category designed to handle basic boolean operations. This node allows you to work with boolean values, which are essential in decision-making processes within your AI art projects. By providing a simple interface to input and output boolean values, this node helps you manage logical conditions and control the flow of your creative algorithms. Whether you are setting up conditional statements or toggling features on and off, the Logic Boolean Primitive node offers a straightforward way to incorporate boolean logic into your workflows.
This parameter accepts a boolean value, which can be either True
or False
. The boolean value determines the logical state that will be processed by the node. The default value is False
, but you can set it to True
if needed. This input is crucial for defining the initial condition or state that you want to evaluate or manipulate within your logic operations.
The output of this node is a boolean value, which will be either True
or False
based on the input provided. This output can be used in subsequent nodes to control the flow of your logic, trigger specific actions, or make decisions within your AI art project. The boolean output is essential for maintaining the logical consistency and ensuring that your conditions are evaluated correctly.
WAS_Logical_OR
, WAS_Logical_AND
, and WAS_Logical_NOT
to create intricate decision-making processes.True
or False
. Check for any typos or incorrect data types.False
, but you can set it to True
if required.© Copyright 2024 RunComfy. All Rights Reserved.