Nodes/comfy-ovum/_.uniq_mutate
ComfyUI Node

_.uniq_mutate

Produce a duplicate-free version of the array (inplace). Note, due to way .remove works in python, the earlier duplicates will be removed, not the later ones.

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

Inputs (1)

NameTypeDefaultDescription
objopt*Primary input object. Also accepts _.CHAIN to continue chaining.

Outputs (1)

NameTypeDescription
**