diff options
author | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 15:35:04 +0000 |
---|---|---|
committer | AUTOMATIC <16777216c@gmail.com> | 2022-09-14 15:35:04 +0000 |
commit | 16fb8d24d48023ea34a36f241b53c965b924e1b5 (patch) | |
tree | cfab98dcd977665ab64b285c4a714783fdf5384e | |
parent | f3de9bf7d98961ba164fd31e5af8cde82c7e522d (diff) | |
download | stable-diffusion-webui-gfx803-16fb8d24d48023ea34a36f241b53c965b924e1b5.tar.gz stable-diffusion-webui-gfx803-16fb8d24d48023ea34a36f241b53c965b924e1b5.tar.bz2 stable-diffusion-webui-gfx803-16fb8d24d48023ea34a36f241b53c965b924e1b5.zip |
and make the image not be upscaled in gallery
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ #txt2img_gallery, #img2img_gallery{
min-height: 768px;
}
+#txt2img_gallery img, #img2img_gallery img{
+ object-fit: scale-down;
+}
#subseed_show{
min-width: 6em;
|