ComfyUI Node
Aggregate Number List
Aggregates a list of numbers into a single number, using a variety of aggregation functions.
Aggregate Number List
- numbers
- float
- int
- count
◄functionaverage►
CategoryLoadAnimAdv/FlattenUtils
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| numbers | NUMBER,FLOAT,INT | Number set to reduce. Must have come from a node that supports list processing (usually marked with a multi-box icon), or was continued from a similar node in a chain. | |
| function | COMBO | average | Function to apply to the numbers. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| float | FLOAT | The aggregated number, as a float. |
| int | INT | The aggregated number, as an integer. |
| count | INT | The count of numbers from the initial input. |