ComfyUI Node
remove
Removes the first occurrence of a specified value from a list. This node takes a list and a value as inputs, then returns a new list with the first occurrence of the value removed. Raises a ValueError if the value is not present.
remove
- list
- value
- list
- success
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| value | * | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | * | — |
| success | BOOLEAN | — |