ComfyUI Node
insert
Inserts an item at a specified position in a list. This node takes a list, an index, and any item as inputs, then returns a new list with the item inserted at the specified index.
insert
- list
- item
- list
◄index0►
CategoryBasic/Data List
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| index | INT | 0 | — |
| item | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| list | * | — |