ComfyUI Node
remove
Removes an item from a SET. This node takes a SET and any item as inputs, then returns a new SET with the item removed and a success indicator. If the item is not present, the original SET is returned with success set to False.
remove
- set
- item
- set
- success
CategoryBasic/SET
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| set | SET | — | |
| item | * | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| set | SET | — |
| success | BOOLEAN | — |