Logic Boolean Primitive¶
Documentation¶
- Class name:
Logic Boolean Primitive
- Category:
WAS Suite/Logic
- Output node:
False
The Logic Boolean Primitive node is designed to process a single boolean input and return it unchanged. This node serves as a fundamental building block in logical operations, allowing for the straightforward handling and passing of boolean values within a logic-based workflow.
Input types¶
Required¶
boolean
- The boolean input to be processed. This parameter is crucial as it directly determines the output of the node, effectively making the node act as a pass-through for the boolean value.
- Comfy dtype:
BOOLEAN
- Python dtype:
bool
Output types¶
boolean
- Comfy dtype:
BOOLEAN
- The unchanged boolean input. This output is significant as it allows the boolean value to be used directly in subsequent logical operations or conditions.
- Python dtype:
bool
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown