re-design to see at least 512x512 images at 1:1 size, not downsized #7223
LockMan007
started this conversation in
Ideas
Replies: 1 comment
-
Automatic1111 allows you to create a IDK if you needed help with this part but here is some CSS for anyone that wants it: #txt2img_toprow,
#img2img_toprow {
min-width: min(320px, 100%);
max-width: 50%;
}
#txt2img_settings,
#txt2img_extra_networks,
#img2img_settings,
#img2img_extra_networks {
max-width: 50%;
}
#txt2img_results,
#img2img_results {
position: absolute;
left: 50%;
right: 0;
top: 15px;
bottom: 0;
} As for viewing the image at 1:1. Click on it a second time and it opens a full preview: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sure this GUI looks great on a rotated portrait display or a non-widescreen monitor.
However, I am one of those weirdos who has a 16:9 widescreen monitor and I display it in the default orientation.
I believe that image output is the most important part of Stable Diffusion.
Therefore, I want to see my image at the exact size output I created.
I don't need 95% of the width of the screen to be for the text prompt.
30% to 50% multiline is plenty.
I want 512x512 images to show up as 512x512,
Currently, it shows an image as 390x390 and if i click it, it upsizes to 752x752.
Meaning, the only way to see my image at the REAL size, is to either right click and open the image in a new tab, or open the image from the folder it was saved in.
I have tried and tried and tried, to figure out how to do this without needing to request it, but it seems like the GUI layout is hardcoded. I even tried "inspect element" and messing with the DIVs and numbers and I could move it some, but not completely.
Beta Was this translation helpful? Give feedback.
All reactions