ComfyUI Node
Select Indexes From Any
Select specific indexes from a set, using a variety of supported syntaxes.
Select Indexes From Any
- any
- any
◄indexes_to_select0:►
◄multi_item_listfalse►
CategoryLoadAnimAdv/Selectors
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| any | * | Object set to select from. Must be a Tensor or list-like object. | |
| indexes_to_select | STRING | 0: | Indexes (zero-based) to select. Supports ':' for range selection (including ':#', '#:' formats), '::#' & '#::#' & '#:#:#' formats for step selection, ',' for multiple entries, and negative numbers for selecting from the end. |
| multi_item_list | BOOLEAN | false | Indicates that the input is from an output node that supports list processing (usually marked with a multi-box icon). If true, it will select from the initial given list, instead of selecting from each item in the list. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| any | * | The selected set. |