mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
Show interrupt button without progress bar
This commit is contained in:
parent
a2d084a07c
commit
ebf19c1145
1 changed files with 1 additions and 1 deletions
|
|
@ -200,7 +200,7 @@ def check_progress_call():
|
|||
else:
|
||||
preview_visibility = gr_show(True)
|
||||
|
||||
return f"<span style='display: none'>{time.time()}</span><p>{progressbar}</p>", preview_visibility, image
|
||||
return f"<span id'progressSpan' style='display: none'>{time.time()}</span><p>{progressbar}</p>", preview_visibility, image
|
||||
|
||||
|
||||
def check_progress_call_initial():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue