ComfyUI Node: add

Class Name

Basic data handling: IntAdd

Category
Basic/INT
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

add Description

IntAdd node performs integer addition, simplifying numerical data processing for users.

add:

The IntAdd node is designed to perform a simple yet essential arithmetic operation: the addition of two integers. This node is particularly useful when you need to combine numerical values in your data processing workflow. By providing a straightforward method to sum two integers, it simplifies the process of handling numerical data, making it accessible even to those without a technical background. The primary goal of this node is to facilitate the addition operation, ensuring that users can easily integrate it into their projects to achieve accurate and efficient results.

add Input Parameters:

int1

This parameter represents the first integer to be added. It plays a crucial role in the addition operation as it is one of the two numbers whose sum is calculated. The default value for int1 is 0, which means if no specific value is provided, the node will assume this default. There are no explicit minimum or maximum values set for this parameter, allowing flexibility in the range of integers you can input.

int2

This parameter represents the second integer to be added. Similar to int1, it is essential for the addition operation, as it is the other number that contributes to the sum. The default value for int2 is also 0, ensuring that the node can perform an addition operation even if no specific value is provided. Like int1, there are no explicit minimum or maximum values, providing flexibility in the range of integers you can input.

add Output Parameters:

INT

The output of the IntAdd node is a single integer, which is the sum of the two input integers, int1 and int2. This output is crucial as it represents the result of the addition operation, providing you with the combined value of the two inputs. The output is straightforward and easy to interpret, making it a valuable component in any data processing task that involves numerical calculations.

add Usage Tips:

  • Ensure that both input parameters, int1 and int2, are set to the desired integer values before executing the node to obtain the correct sum.
  • Utilize the default values of 0 for both int1 and int2 if you want to perform a simple addition without specifying any particular numbers, which can be useful for testing or initial setup.

add Common Errors and Solutions:

Invalid input type

  • Explanation: This error occurs when the input values for int1 or int2 are not integers.
  • Solution: Ensure that both inputs are valid integers. Double-check the data type of the inputs and convert them to integers if necessary.

OverflowError

  • Explanation: This error might occur if the sum of int1 and int2 exceeds the maximum limit for integers in your environment.
  • Solution: Consider using smaller integer values or handling large numbers with a different data type that supports larger values, such as a float or a specialized library for big integers.

add 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.