min

Basic data handling: MathMin

Returns the minimum value among the inputs. This node takes two or more values and returns the minimum value among them. The function works with both FLOAT and INT types.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
value1FLOAT,INTrequired
value2FLOAT,INTrequired

Outputs (1)

NameType
**