Visit ComfyUI Online for ready-to-use ComfyUI environment
Display boolean values in user-friendly format, enhancing readability and interpretability for workflow monitoring and debugging.
The LF_DisplayBoolean
node is designed to display a boolean value in a user-friendly format. This node is particularly useful when you need to visualize the state of a boolean variable within your workflow. By converting the boolean value into a readable format, it helps you quickly understand the current state or result of a boolean operation. This node can handle both single boolean values and lists of boolean values, making it versatile for various use cases. The primary goal of this node is to enhance the readability and interpretability of boolean data, ensuring that you can easily monitor and debug your workflows.
The boolean
parameter is the core input for this node. It accepts a boolean value (True
or False
) or a list of boolean values. This parameter determines the state that will be displayed by the node. The default value is False
, and it is a required input. The forceInput
attribute ensures that you must provide a value for this parameter, and the tooltip
attribute offers a brief description of its purpose.
The boolean
output parameter returns the same boolean value or list of boolean values that were provided as input. This output allows you to pass the boolean data to subsequent nodes in your workflow, maintaining the continuity of your data processing pipeline. The returned value is in the BOOLEAN
type, ensuring consistency with the input.
LF_DisplayBoolean
node to monitor the state of boolean variables in your workflow, making it easier to debug and understand the flow of logic.True
, False
, or a list containing boolean values.boolean
parameter is required but not provided.boolean
parameter.© Copyright 2024 RunComfy. All Rights Reserved.