SLAPaper / ComfyUI-Image-Selector

Select one or some of images from a batch
Apache License 2.0
68 stars 9 forks source link

Ranges? #8

Open manchuwook opened 4 months ago

manchuwook commented 4 months ago

I have 1000 images in a folder.

I want to get 1-25, 26-50, 51-75, ... 926,1000 so that I am processing them in batches.

I tried 1:25, doesn't work: image

Why?

SLAPaper commented 4 months ago

ImageSelector is not working with list input (since ComfyUI will only send one image at a time at this situation so nothing can be selected), you should rebatch it before feed into selector, or wait for me to implement a list-compatible version