ComfyUI > Nodes > Basic data handling > create LIST from BOOLEANs

ComfyUI Node: create LIST from BOOLEANs

Class Name

Basic data handling: ListCreateFromBoolean

Category
Basic/LIST
Author
StableLlama (Account age: 861days)
Extension
Basic data handling
Latest Updated
2026-05-07
Github Stars
0.04K

How to Install Basic data handling

Install this extension via the ComfyUI Manager by searching for Basic data handling
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter Basic data handling 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

create LIST from BOOLEANs Description

Creates a list from boolean inputs for efficient management and manipulation of boolean data.

create LIST from BOOLEANs:

The ListCreateFromBoolean node is designed to facilitate the creation of a list from boolean values. This node dynamically constructs a list based on the boolean inputs provided, allowing you to efficiently manage and manipulate collections of boolean data. It is particularly useful in scenarios where you need to aggregate multiple boolean conditions or flags into a single list for further processing or analysis. By leveraging this node, you can streamline the handling of boolean data, making it easier to perform operations such as filtering, counting, or evaluating conditions across a set of boolean values.

create LIST from BOOLEANs Input Parameters:

optional

This parameter is a dynamic dictionary that allows you to input multiple boolean values. Each entry in the dictionary corresponds to a boolean item, with the key being the item name (e.g., item_0, item_1, etc.). The number of items is flexible and can be adjusted based on your needs. The function of this parameter is to collect all the boolean inputs you wish to include in the list. There are no strict minimum or maximum values for the number of items, as the list will be dynamically extended based on the inputs provided. The default behavior is to create an empty list if no items are specified.

create LIST from BOOLEANs Output Parameters:

list

The output parameter list is a collection of boolean values that have been aggregated from the input parameters. This list serves as a consolidated representation of all the boolean inputs you provided, allowing you to easily perform operations or analyses on the entire set of boolean data. The importance of this output lies in its ability to simplify the management of multiple boolean values, enabling you to handle them as a single entity rather than individually.

create LIST from BOOLEANs Usage Tips:

  • Use this node when you need to gather multiple boolean conditions into a single list for streamlined processing or evaluation.
  • Ensure that all inputs are boolean or boolean-convertible values to avoid unexpected results or errors.

create LIST from BOOLEANs Common Errors and Solutions:

TypeError: 'NoneType' object is not iterable

  • Explanation: This error occurs when the input parameters are not provided, resulting in a None value being passed to the list creation function.
  • Solution: Ensure that you provide at least one boolean input to the node to avoid this error.

ValueError: invalid literal for int() with base 10

  • Explanation: This error might occur if non-boolean or non-boolean-convertible values are passed as inputs.
  • Solution: Verify that all inputs are either boolean values or can be converted to boolean (e.g., integers like 0 or 1).

create LIST from BOOLEANs Related Nodes

Go back to the extension to check out more related nodes.
Basic data handling
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.

create LIST from BOOLEANs