Nodes/comfy-ovum/_.unique
ComfyUI Node

_.unique

Produce a duplicate-free version of the array. If the array has already been sorted, you have the option of using a faster algorithm. Aliased as `unique`.

By sfinktah·Created 12 months ago·Updated 9 months ago· 6
_.unique
  • obj
  • *
isSortedfalse
Categoryovum/underscore

Inputs (2)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.
isSortedoptBOOLEANfalseisSorted (boolean)

Outputs (1)

NameTypeDescription
**