mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-04-07 21:39:01 +08:00
and make the image not be upscaled in gallery
This commit is contained in:
parent
f3de9bf7d9
commit
16fb8d24d4
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user