Merge pull request #7931 from space-nuko/img2img-enhance

Add `Upscale by` and `Upscaler` options to img2img
This commit is contained in:
AUTOMATIC1111
2023-03-28 20:21:25 +03:00
committed by GitHub
7 changed files with 131 additions and 13 deletions
+2 -2
View File
@@ -287,13 +287,13 @@ button.custom-button{
border-radius: 0 0.5rem 0.5rem 0;
}
#txtimg_hr_finalres{
#txtimg_hr_finalres, #img2img_finalres {
min-height: 0 !important;
padding: .625rem .75rem;
margin-left: -0.75em
}
#txtimg_hr_finalres .resolution{
#txtimg_hr_finalres .resolution, #img2img_finalres .resolution{
font-weight: bold;
}