added random artist button

added a setting for padding when doing inpaint at original resolution
This commit is contained in:
AUTOMATIC
2022-09-05 23:08:06 +03:00
parent f5563853b8
commit b6763fb884
7 changed files with 3109 additions and 1 deletions

View File

@@ -5,6 +5,11 @@
max-width: 13em;
}
#txt2img_roll{
min-width: 1em;
max-width: 4em;
}
button{
align-self: stretch !important;
}