ComfyUI Node
Filter Image List
Filters the image list based on the provided index list.
Filter Image List
- image_list
- image_list
◄index_list0►
◄return_first_if_nonetrue►
Categorylist-filter
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| image_list | IMAGE | The list of images to be filtered. | |
| index_list | INT | 0 | The list of indices to filter the image list. |
| return_first_if_none | BOOLEAN | true | Return the first image if the filtered list is empty. |
Outputs (1)
| Name | Type | Description |
|---|---|---|
| image_list | IMAGE | The filtered list of images. |