ComfyUI Node
List Insert
A ComfyUI node in Kinburg-Nodes/flow/list with 4 inputs and 2 outputs.
List Insert
- list
- item
- list
- count
◄positionat end►
◄index0►
CategoryKinburg-Nodes/flow/list
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| position | COMBO | at end | Where to insert. 'at index' inserts before the item at 'index'; 'after index' inserts after it. 'index' is ignored for start/end. |
| index | INT | 0-100000–100000 | 0-based target position for 'at index' / 'after index'. Negative counts from the end (-1 = last). |
| listopt | * | The list to insert into. Leave empty to start a new list from 'item'. | |
| itemopt | * | Item to insert. Connect a multi-item list to insert several at once. |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| list | * | — |
| count | INT | — |