Nodes/ComfyUI-LoadAnim-Adv/Aggregate Number List
ComfyUI Node

Aggregate Number List

Aggregates a list of numbers into a single number, using a variety of aggregation functions.

By SineSwiper·Created 6 months ago·Updated 6 months ago· 0
Aggregate Number List
  • numbers
  • float
  • int
  • count
functionaverage
CategoryLoadAnimAdv/FlattenUtils

Inputs (2)

NameTypeDefaultDescription
numbersNUMBER,FLOAT,INTNumber 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.
functionCOMBOaverageFunction to apply to the numbers.

Outputs (3)

NameTypeDescription
floatFLOATThe aggregated number, as a float.
intINTThe aggregated number, as an integer.
countINTThe count of numbers from the initial input.