get item

Basic data handling: ListGetItem

Retrieves an item at a specified position in a LIST. This node takes a LIST and an index as inputs, then returns the item at the specified index. Negative indices count from the end of the LIST. Out of range indices return None.

Pack: Basic data handling

custom_nodes.ComfyUI-basic_data_handling

Inputs (2)

NameTypeRequired
listLISTrequired
indexINTrequired

Outputs (1)

NameType
item*