Visit ComfyUI Online for ready-to-use ComfyUI environment
Facilitates boolean integration for AI art workflows, enabling simple control over features and conditions.
The ComfyUIDeployExternalBoolean node is designed to facilitate the integration of boolean values into your AI art workflows. This node allows you to define a boolean input that can be toggled on or off, providing a simple yet powerful way to control various aspects of your AI-generated art. Whether you need to enable or disable certain features, this node offers a straightforward method to manage boolean states. By using this node, you can streamline your workflow and ensure that specific conditions are met, enhancing the flexibility and functionality of your AI art projects.
This parameter specifies the identifier for the boolean input. It is a string value that allows you to name the input for easy reference. The input_id
helps in distinguishing between different boolean inputs when multiple instances of this node are used. The default value is "input_bool", and it does not support multiline input.
This parameter sets the default state of the boolean input. It is a boolean value that determines whether the input is initially set to True or False. The default_value
is crucial for defining the initial condition of the boolean input, which can impact the behavior of subsequent nodes in your workflow. The default value is False.
This output parameter returns the current state of the boolean input. It is a boolean value that reflects the state defined by the default_value
or any changes made during the workflow. The bool_value
is essential for controlling the flow of your AI art project, as it can be used to enable or disable specific features or actions based on its state.
input_id
parameter to clearly label your boolean inputs, especially when using multiple instances of this node, to avoid confusion.default_value
parameter thoughtfully to ensure that your workflow starts in the desired state, reducing the need for manual adjustments later.<input_id>
' processing with switch set to <default_value>
"© Copyright 2024 RunComfy. All Rights Reserved.