min
Basic data handling: ListMin
Returns the minimum value in a LIST. This node takes a LIST of comparable items and returns the minimum value. Returns None if the LIST is empty or if items are not comparable.
Pack: Basic data handling
custom_nodes.ComfyUI-basic_data_handling
Inputs (1)
| Name | Type | Required |
|---|---|---|
| list | LIST | required |
Outputs (1)
| Name | Type |
|---|---|
| min_value | * |