stable-diffusion-webui
stable-diffusion-webui copied to clipboard
in Img2Img tab, add a button next to Width/Height to grab the values from the loaded image
Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
What would your feature do ?
In Img2Img, so far most of the time, I want my output image to be the same size (or at least the same-aspect ratio) as the input image.
This would be a huge time same and is most probably extremely easy to code.
Proposed workflow
- Go to Img2Img
- Load the input image
- Press the Fill Size From Input Image button to automatically set the Width and Height field with the same as the input image
Additional information
No response
On the flip side, when I'm generating just a small fraction of an image, I almost certainly want it to be 512x512. A button for that would also be nice.