Nodes/Kinburg-Nodes/List Insert
ComfyUI Node

List Insert

A ComfyUI node in Kinburg-Nodes/flow/list with 4 inputs and 2 outputs.

By Kinburg·Created 2 months ago·Updated 3 days ago· 1
List Insert
  • list
  • item
  • list
  • count
positionat end
index0
CategoryKinburg-Nodes/flow/list

Inputs (4)

NameTypeDefaultDescription
positionCOMBOat endWhere to insert. 'at index' inserts before the item at 'index'; 'after index' inserts after it. 'index' is ignored for start/end.
indexINT0-100000–1000000-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)

NameTypeDescription
list*
countINT