SLAPaper / ComfyUI-Image-Selector

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

Image Selector Crops Images to Ratio of 1st Image in Batch - Minor #2

Closed Kinglord closed 10 months ago

Kinglord commented 10 months ago

This is a very minor issue that only affects weird use cases, but just so it's documented somewhere I wanted to put it here.

The Image selector will crop all images in a batch to fit the ratio of the first image loaded into the batch. So if you do something weird like load images of different aspect ratios, they will all be cropped to the 1st image's ratio. Example in pictures.

image21

image22

Kinglord commented 10 months ago

Ignore me, this is actually an issue with the image batch, not this node. It would be nice if it could take an image list to fix this though. :D