ComfyUI Node
List Remove
A ComfyUI node in Kinburg-Nodes/flow/list with 3 inputs and 3 outputs.
List Remove
- list
- list
- removed
- count
◄index0►
◄count1►
CategoryKinburg-Nodes/flow/list
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| index | INT | 0-100000–100000 | 0-based item to start removing at. Negative counts from the end (-1 = last item). |
| count | INT | 10–100000 | How many items to remove, starting at 'index'. |
| listopt | * | The list to remove item(s) from. |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| list | * | — |
| removed | * | — |
| count | INT | — |