mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-06 10:31:17 -08:00
Added option to preview Created images on batch completion.
This commit is contained in:
parent
172c4bc09f
commit
f1b6ac64e4
2 changed files with 17 additions and 10 deletions
|
|
@ -276,7 +276,7 @@ def check_progress_call(id_part):
|
|||
image = gr_show(False)
|
||||
preview_visibility = gr_show(False)
|
||||
|
||||
if opts.show_progress_every_n_steps > 0:
|
||||
if opts.show_progress_every_n_steps != 0:
|
||||
shared.state.set_current_image()
|
||||
image = shared.state.current_image
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue