ComfyUI Node
discard
Removes an item from a SET if it is present. This node takes a SET and any item as inputs, then returns a new SET with the item removed. Unlike remove, no error is raised if the item is not present.
discard
- set
- item
- SET
CategoryBasic/SET
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| set | SET | — | |
| item | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| SET | SET | — |