mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
do not hide preview image too early
This commit is contained in:
parent
31ac0baba0
commit
410bef0853
1 changed files with 1 additions and 1 deletions
|
|
@ -197,7 +197,7 @@ def check_progress_call(id_part):
|
|||
|
||||
image = shared.state.current_image
|
||||
|
||||
if image is None or progress >= 1:
|
||||
if image is None:
|
||||
image = gr.update(value=None)
|
||||
else:
|
||||
preview_visibility = gr_show(True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue