ComfyUI Node
pop
Removes and returns an arbitrary item from a SET. This node takes a SET as input and returns both the new SET with an arbitrary item removed and the removed item. When the SET is empty, the item is None.
pop
- set
- set
- item
CategoryBasic/SET
Inputs (1)
| Name | Type | Default | Description |
|---|---|---|---|
| set | SET | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| set | SET | — |
| item | * | — |