ComfyUI-Custom-Scripts
ComfyUI-Custom-Scripts copied to clipboard
Fix ConstrainImage increases size
Current When ConstrainImage is provided with an image that is smaller than max width & height, it will always scale the image up.
New behaviour If an image already falls within the constraint min/max bounds, it is not scaled.