for live previews, only hide gallery after at least one live previews pic has been received

fix blinking for live previews
fix a clientside live previews exception that happens when you kill serverside during sampling
match the size of live preview image to gallery image
This commit is contained in:
AUTOMATIC1111
2023-08-22 11:02:14 +03:00
parent e8a9d213e4
commit f6c52f4f41
2 changed files with 19 additions and 7 deletions
+1 -1
View File
@@ -541,7 +541,7 @@ table.popup-table .link{
position: absolute;
object-fit: contain;
width: 100%;
height: 100%;
height: calc(100% - 60px); /* to match gradio's height */
}
/* fullscreen popup (ie in Lora's (i) button) */