Visit ComfyUI Online for ready-to-use ComfyUI environment
Display boolean values in a user-friendly manner for visualization and debugging in workflows.
The ShowBoolean node is designed to display a boolean value in a user-friendly manner. This node is particularly useful when you need to visualize or debug boolean data within your workflow. By providing a clear and concise representation of boolean values, it helps you understand the state of your data at specific points in your process. The node outputs the boolean value both to the user interface and to the next node in the workflow, ensuring seamless integration and easy monitoring.
This parameter represents the boolean value that you want to display. It can be either True
or False
. The boolean value is crucial as it determines the state or condition you are interested in visualizing. There are no minimum or maximum values for this parameter since it is a boolean type.
This parameter is a string that serves as the identifier for the boolean value in the user interface. The default value for this parameter is "text". The key helps you label the boolean value, making it easier to identify and understand its context when displayed. This is particularly useful when dealing with multiple boolean values in a complex workflow.
The output parameter is the boolean value that was input into the node. This value is returned both to the user interface and to the next node in the workflow. In the user interface, it is displayed under the label specified by the key
parameter. This output allows you to monitor the boolean state and use it in subsequent nodes for further processing or decision-making.
Bool
parameter is either True
or False
.key
parameter is not provided or is empty.key
parameter to label the boolean value in the user interface.© Copyright 2024 RunComfy. All Rights Reserved.