Nodes/ComfyUI-LoadAnim-Adv/Select Indexes From Any
ComfyUI Node

Select Indexes From Any

Select specific indexes from a set, using a variety of supported syntaxes.

By SineSwiper·Created 6 months ago·Updated 6 months ago· 0
Select Indexes From Any
  • any
  • any
indexes_to_select0:
multi_item_listfalse
CategoryLoadAnimAdv/Selectors

Inputs (3)

NameTypeDefaultDescription
any*Object set to select from. Must be a Tensor or list-like object.
indexes_to_selectSTRING0: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_listBOOLEANfalseIndicates 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)

NameTypeDescription
any*The selected set.