Bool¶
Documentation¶
- Class name:
Bool-🔬
- Category:
Logic
- Output node:
False
The Bool node is designed to process boolean inputs, performing logical operations based on the provided boolean value.
Input types¶
Required¶
value
- Represents the boolean input to the node, determining the logical operation to be performed.
- Comfy dtype:
BOOLEAN
- Python dtype:
bool
Output types¶
BOOLEAN
- Comfy dtype:
BOOLEAN
- Outputs the processed boolean value, reflecting the result of the logical operation.
- Python dtype:
bool
- Comfy dtype:
Usage tips¶
- Infra type:
CPU
- Common nodes: unknown