modulus

Basic data handling: IntModulus

Returns the modulus of two integers. This node takes two integers as input and returns the remainder when the first integer is divided by the second.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
int1INTrequired
int2INTrequired

Outputs (1)

NameType
INTINT