ComfyUI Node

min

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

By StableLlama·Created about a year ago·Updated 26 days ago· 45
min
  • list
  • min_value
CategoryBasic/LIST

Inputs (1)

NameTypeDefaultDescription
listLIST

Outputs (1)

NameTypeDescription
min_value*