ComfyUI > Nodes > ComfyUI-ArchAi3d-Qwen > ✅ Boolean Input

ComfyUI Node: ✅ Boolean Input

Class Name

ArchAi3D_Boolean_Input

Category
ArchAi3d/Inputs
Author
Amir Ferdos (ArchAi3d) (Account age: 1109days)
Extension
ComfyUI-ArchAi3d-Qwen
Latest Updated
2026-04-17
Github Stars
0.05K

How to Install ComfyUI-ArchAi3d-Qwen

Install this extension via the ComfyUI Manager by searching for ComfyUI-ArchAi3d-Qwen
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-ArchAi3d-Qwen in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

✅ Boolean Input Description

Facilitates dynamic boolean input integration in web interfaces for interactive AI art apps.

✅ Boolean Input:

The ArchAi3D_Boolean_Input node is designed to facilitate the integration of boolean inputs within web interfaces, particularly for workflows that require dynamic HTML form generation. This node allows you to define a boolean input with a customizable name, which serves as an identifier in web interfaces. This feature is particularly beneficial for AI artists and developers who need to create interactive and user-friendly web applications that can dynamically adjust based on user inputs. By providing a straightforward mechanism to handle boolean values, this node simplifies the process of integrating user inputs into larger workflows, enhancing the flexibility and interactivity of web-based AI art applications.

✅ Boolean Input Input Parameters:

name

The name parameter is a string that serves as an identifier for the boolean input within web interfaces. It is crucial for generating dynamic HTML form elements that correspond to this input. The default value for this parameter is "bool_input", and it is not multiline, meaning it should be a single line of text. This parameter allows you to specify a unique name for the input, which can be used to reference it in web applications, ensuring that the input is correctly linked to the corresponding form element.

value

The value parameter is a boolean that represents the actual value to be output by the node. It can be either True or False, with the default value set to False. This parameter determines the boolean state that will be passed through the node, making it a critical component for workflows that rely on conditional logic or require binary decision-making processes.

✅ Boolean Input Output Parameters:

BOOLEAN

The output parameter, BOOLEAN, is the boolean value that is passed through the node. This output reflects the state of the value input parameter and is used in subsequent nodes or processes that require a boolean input. The importance of this output lies in its ability to influence the flow of a workflow based on conditional logic, enabling dynamic and responsive behavior in AI art applications.

✅ Boolean Input Usage Tips:

  • Use the name parameter to create meaningful identifiers for your boolean inputs, which can help in organizing and managing multiple inputs within complex workflows.
  • Ensure that the value parameter is set according to the desired initial state of your boolean input, as this will affect the behavior of subsequent nodes that rely on this input.

✅ Boolean Input Common Errors and Solutions:

Invalid name format

  • Explanation: The name parameter must be a single line of text and should not contain special characters that are not allowed in HTML form element identifiers.
  • Solution: Ensure that the name parameter is a valid string without special characters and is not multiline.

Incorrect boolean value

  • Explanation: The value parameter must be a boolean (True or False). Providing a non-boolean value can cause errors in the workflow.
  • Solution: Verify that the value parameter is set to either True or False before executing the node.

✅ Boolean Input Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-ArchAi3d-Qwen
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

✅ Boolean Input