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