>=

Basic data handling: GreaterThanOrEqual

Checks if the first value is greater than or equal to the second. This node takes two numerical inputs and returns True if the first value is greater than or equal to 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