ComfyUI Node: multiply

Class Name

Basic data handling: IntMultiply

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

multiply Description

IntMultiply node performs integer multiplication for efficient numerical data processing.

multiply:

The IntMultiply node is designed to perform multiplication operations on two integer values. This node is particularly useful when you need to calculate the product of two whole numbers in your data processing tasks. By providing a straightforward and efficient way to multiply integers, it simplifies the process of handling numerical data, making it an essential tool for tasks that involve arithmetic operations. Whether you're working on mathematical computations, data transformations, or any scenario where integer multiplication is required, this node offers a reliable solution to achieve accurate results.

multiply Input Parameters:

int1

int1 is the first integer input parameter for the multiplication operation. It represents one of the two numbers you wish to multiply. The default value for int1 is 1, which means if you do not specify a value, it will automatically be set to 1. This parameter is crucial as it directly influences the outcome of the multiplication. There are no explicit minimum or maximum values provided, but it is generally expected to be within the range of typical integer values.

int2

int2 is the second integer input parameter for the multiplication operation. Similar to int1, it represents the other number you wish to multiply. The default value for int2 is also 1, ensuring that if no value is specified, it defaults to 1. This parameter, along with int1, determines the final product of the multiplication. Like int1, there are no specific minimum or maximum values, but it should be within the standard range of integer values.

multiply Output Parameters:

IO.INT

The output of the IntMultiply node is a single integer value, which is the product of the two input integers, int1 and int2. This output is crucial as it represents the result of the multiplication operation, providing you with the calculated product that can be used in subsequent data processing steps or for further analysis. The output is always an integer, reflecting the nature of the input parameters and the operation performed.

multiply Usage Tips:

  • Ensure that both int1 and int2 are set to the desired values before executing the node to obtain the correct product.
  • Use this node in conjunction with other arithmetic nodes to build complex mathematical expressions or data transformations.

multiply Common Errors and Solutions:

Incorrect Product Calculation

  • Explanation: If the product is not as expected, it might be due to incorrect input values.
  • Solution: Double-check the values of int1 and int2 to ensure they are set correctly before executing the node.

OverflowError

  • Explanation: This error can occur if the product of int1 and int2 exceeds the maximum limit for integer values in your environment.
  • Solution: Consider using smaller values for int1 and int2 or handling large numbers with a different data type that supports larger values.

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

multiply