mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-28 12:52:08 -08:00
and make the image not be upscaled in gallery
This commit is contained in:
parent
f3de9bf7d9
commit
16fb8d24d4
1 changed files with 3 additions and 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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue