ComfyUI Node

max

Returns the maximum value in a LIST. This node takes a LIST of comparable items and returns the maximum value. Returns None if the LIST is empty or if items are not comparable.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
max
  • list
  • max_value
CategoryBasic/LIST

Inputs (1)

NameTypeDefaultDescription
listLIST

Outputs (1)

NameTypeDescription
max_value*