ComfyUI Node
Ino List Get Item
Gets the item at the specified index. Negative indices count from the end. `success` is False if the list is empty or the index is out of range.
Ino List Get Item
- items
- item
- success
- length
◄index0►
CategoryInoListHelper
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| items | * | — | |
| index | INT | 0-99999–99999 | — |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| item | * | — |
| success | BOOLEAN | — |
| length | INT | — |