mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-06-07 21:20:49 +00:00
do not hide preview image too early
This commit is contained in:
parent
31ac0baba0
commit
410bef0853
@ -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…
Reference in New Issue
Block a user