upgrade to gradio==3.4b3 t fixthe inpain bugs

rework progressbar/preview to work with new gradio
remove unnecessary create style button
added link to alternative colab
This commit is contained in:
AUTOMATIC
2022-09-23 20:46:02 +03:00
parent 1a0353675d
commit 0065327726
6 changed files with 68 additions and 81 deletions

View File

@@ -89,7 +89,7 @@
min-width: 8em !important;
}
#style_index, #style2_index{
#txt2img_style_index, #txt2img_style2_index, #img2img_style_index, #img2img_style2_index{
margin-top: 1em;
}
@@ -210,7 +210,7 @@ input[type="range"]{
#txt2img_negative_prompt, #img2img_negative_prompt{
}
#progressbar{
#txt2img_progressbar, #img2img_progressbar{
position: absolute;
z-index: 1000;
right: 0;
@@ -219,7 +219,7 @@ input[type="range"]{
display: block;
}
#progressRow{
#txt2img_progress_row, #img2img_progress_row{
margin-bottom: 10px;
margin-top: -18px;
}
@@ -354,7 +354,7 @@ input[type="range"]{
display:none
}
#interrupt{
#txt2img_interrupt, #img2img_interrupt{
position: absolute;
width: 100%;
height: 72px;