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.
get item
- list
- item
◄index0►
CategoryBasic/Data List
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| list | * | — | |
| index | INT | 0 | — |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| item | * | — |