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.
_.uniq_mutate
- obj
- *
Categoryovum/underscore
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| objopt | * | Primary input object. Also accepts _.CHAIN to continue chaining. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| * | * | — |