set item

Basic data handling: ListSetItem

Sets an item at a specified position in a LIST. This node takes a LIST, an index, and a value, then returns a new LIST with the item at the specified index replaced by the value.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (3)

NameTypeRequired
listLISTrequired
indexINTrequired
value*required

Outputs (1)

NameType
LISTLIST