ComfyUI Node
min
Finds the minimum value in a list of numbers. This node takes a list of numbers (either FLOAT or INT) and returns the minimum value. Returns None if the list is empty or if it contains non-numeric values.
min
- list
- min
CategoryBasic/Data List
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| list | FLOAT,INT | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| min | FLOAT,INT | — |