<

Basic data handling: LessThan

Checks if the first value is less than the second. This node takes two numerical inputs and returns True if the first value is less than the second value, and False otherwise.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
value1FLOAT,INTrequired
value2FLOAT,INTrequired

Outputs (1)

NameType
resultBOOLEAN