ComfyUI Node
Filter String List
Filters the string list based on the provided index list.
Filter String List
- filtered_list
◄string_list►
◄index_list0►
Categorylist-filter
Inputs (2)
| Name | Type | Default | Description |
|---|---|---|---|
| string_list | STRING | The list of strings to be filtered. | |
| index_list | INT | 0 | The list of indices to filter the string list. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| filtered_list | STRING | The filtered list of strings. |