Visit ComfyUI Online for ready-to-use ComfyUI environment
Handle boolean values for AI art projects, manage true/false conditions, control process flow efficiently.
The Primitive boolean [Crystools] node is designed to handle boolean values within your AI art projects. This node is essential for managing true/false conditions, enabling you to control the flow of your processes based on boolean logic. Whether you need to toggle features, make decisions, or control other nodes' behavior, this node provides a straightforward and efficient way to incorporate boolean logic into your workflows. Its primary function is to accept a boolean input and return it, making it a fundamental building block for more complex operations.
The boolean
parameter is the core input for this node. It accepts a boolean value, which can be either true
or false
. This input determines the output of the node and can be used to control various aspects of your AI art project. The default value is true
, but you can set it to false
depending on your needs. This parameter is crucial for enabling conditional logic in your workflows, allowing you to create dynamic and responsive art generation processes.
The boolean
output parameter returns the boolean value that was input into the node. This output can be used to drive other nodes or processes within your project, making it a versatile tool for managing conditional logic. The returned value will be either true
or false
, matching the input value provided. This output is essential for creating complex, condition-based workflows in your AI art projects.
true
or false
. Double-check the source of the input to confirm it is providing a boolean value.© Copyright 2024 RunComfy. All Rights Reserved.