mirror of
https://github.com/vladmandic/automatic
synced 2026-09-12 16:08:43 +02:00
add interrupt to processing
This commit is contained in:
@@ -134,7 +134,7 @@ button.custom-button{
|
||||
position: absolute;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
display: none;
|
||||
display: block;
|
||||
background: #b4c0cc;
|
||||
}
|
||||
.gradio-button.generate-box-skip:hover, .gradio-button.generate-box-interrupt:hover{
|
||||
@@ -644,3 +644,6 @@ footer {
|
||||
.theme-preview { display: none; position: fixed; border: 4px solid var(--neutral-600); box-shadow: 2px 2px 2px 2px var(--neutral-700); top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 75vw; z-index: 999; }
|
||||
|
||||
#scripts_alwayson_txt2img, scripts_alwayson_img2img { display: grid }
|
||||
|
||||
#extras_generate, #extras_interrupt, #extras_skip { display: block !important; position: relative; height: 36px; }
|
||||
#extras_upscale { margin-top: 10px }
|
||||
|
||||
Reference in New Issue
Block a user