Open manchuwook opened 5 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
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:
Why?