ComfyUI Node
List Item Selector
A node that selects items from a list based on indices or patterns. Supports slicing, wildcards, and single indices (including negative). Returns the selected items as a tuple of any type, string, and length.
List Item Selector
- list_input
- any
- string
- length
◄item_indices►
◄debugtrue►
CategoryDRMBT nodes
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| list_input | * | Input list or string representation of a list | |
| item_indices | STRING | Indices or patterns to select items from the list | |
| debugopt | BOOLEAN | true | Enable debug print statements |
Outputs (3)
| Name | Type | Description |
|---|---|---|
| any | any_typ | — |
| string | STRING | — |
| length | INT | — |