mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-07 01:32:49 -08:00
added resize seeds and variation seeds features
This commit is contained in:
parent
003b60b94e
commit
b1707553cf
10 changed files with 171 additions and 28 deletions
|
|
@ -5,6 +5,15 @@
|
|||
max-width: 13em;
|
||||
}
|
||||
|
||||
#subseed_show{
|
||||
min-width: 6em;
|
||||
max-width: 6em;
|
||||
}
|
||||
|
||||
#subseed_show label{
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#txt2img_roll{
|
||||
min-width: 1em;
|
||||
max-width: 4em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue