ComfyUI Node

get item

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.

By StableLlama·Created about a year ago·Updated 25 days ago· 45
get item
  • list
  • item
index0
CategoryBasic/Data List

Inputs (2)

NameTypeDefaultDescription
list*
indexINT0

Outputs (1)

NameTypeDescription
item*