ComfyUI Node
Select Nth Items Of AnyList
Selects the Nth items from a list. If the index is out of range, it was omit.
Select Nth Items Of AnyList
- any_list
- any_list
◄index_list—►
CategoryGadget/logic
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| any_list | * | — | |
| index_list | INT | The index of the items you want to select from the list. Use negative values to select from the end (e.g., -1 for last item, -2 for second to last). |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| any_list | * | — |