ComfyUI > Nodes > Basic data handling > create Data List from INTs

ComfyUI Node: create Data List from INTs

Class Name

Basic data handling: DataListCreateFromInt

Category
Basic/Data 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 Data List from INTs Description

Creates a dynamic list of integers from inputs, auto-extending as more integers are added.

create Data List from INTs:

The DataListCreateFromInt node is designed to facilitate the creation of a data list composed of integer values. This node is particularly useful when you need to dynamically generate a list of integers based on the number of inputs provided. It automatically extends the list as more integer inputs are added, making it a flexible tool for handling varying amounts of data. This capability is especially beneficial in scenarios where the number of integer items is not predetermined, allowing for dynamic data processing and manipulation. By converting inputs into integers, this node ensures that the resulting list is consistent and ready for further operations or analysis.

create Data List from INTs Input Parameters:

item_0

The item_0 parameter is the initial input for the list and is expected to be an integer. This parameter serves as the starting point for the list creation process. The node dynamically extends the list based on additional inputs provided, which are also expected to be integers. The parameter accepts integer values directly or values that can be converted to integers, such as strings representing numbers. There is no explicit minimum or maximum value for this parameter, but it should be within the range of typical integer values. The default behavior is to create an empty list if no valid integer inputs are provided.

create Data List from INTs Output Parameters:

list

The list output parameter represents the final data list composed of integer values. This list is dynamically generated based on the integer inputs provided to the node. The output is a tuple containing a single list, which includes all the integer values processed by the node. This list can be used for further data manipulation, analysis, or as input to other nodes that require a list of integers. The output ensures that all values are consistently formatted as integers, providing a reliable data structure for subsequent operations.

create Data List from INTs Usage Tips:

  • Ensure that all inputs are either integers or can be converted to integers to avoid errors during list creation.
  • Use this node when you need to handle a dynamic number of integer inputs, as it automatically adjusts the list size based on the inputs provided.

create Data List from INTs Common Errors and Solutions:

Invalid input type

  • Explanation: This error occurs when an input cannot be converted to an integer, such as a non-numeric string or incompatible data type.
  • Solution: Verify that all inputs are either integers or strings that represent valid integers. Avoid using non-numeric strings or incompatible data types.

Empty input list

  • Explanation: If no valid integer inputs are provided, the node will return an empty list.
  • Solution: Ensure that at least one valid integer input is provided to generate a non-empty list.

create Data List from INTs 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 Data List from INTs