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 and a success indicator. If the value is not present, the original LIST is returned with success set to False.
remove
- list
- value
- list
- success
CategoryBasic/LIST
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — | |
| value | * | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | LIST | — |
| success | BOOLEAN | — |