ComfyUI Node
min
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.
min
- list
- min_value
CategoryBasic/LIST
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| min_value | * | — |