"Resize and adjust Height/Width" resize mode for img2img #655
Kinexity
started this conversation in
Feature suggestions
Replies: 1 comment 1 reply
-
I really don't follow the logic here, you want to generate a 512x512 image, but you want it to become 512x256? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'd like to propose resize mode for img2img where image gets resized to fit within given height and width without changing aspect ratio just like with "Resize and fill" but without filling but instead automatically adjusting height or width instead. To give an example: let's say we want to generate 512x512 image but the input image is 1024x512. The image, by my suggestion, would get resized to 512x256 and the generated image would also be 512x256.
Edit: Maybe I didn't make myself clear. I want new resize mode to preserve aspect ratio of the original image in the output image and for it to automatically choose height and width of generated image.
Beta Was this translation helpful? Give feedback.
All reactions