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/LIST
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list | LIST | — | |
| index | INT | 0 | — |
| item | * | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| LIST | LIST | — |