fix: correctly track progress with image_number > 1 and not enhance
This commit is contained in:
parent
54f25cb1ae
commit
7ecaee8285
|
|
@ -1238,7 +1238,7 @@ def worker():
|
||||||
denoising_strength, final_scheduler_name, goals,
|
denoising_strength, final_scheduler_name, goals,
|
||||||
initial_latent, async_task.steps, switch, task['c'],
|
initial_latent, async_task.steps, switch, task['c'],
|
||||||
task['uc'], task, tiled, use_expansion, width, height,
|
task['uc'], task, tiled, use_expansion, width, height,
|
||||||
preparation_steps, preparation_steps,
|
current_progress, preparation_steps,
|
||||||
async_task.image_number, show_intermediate_results)
|
async_task.image_number, show_intermediate_results)
|
||||||
|
|
||||||
images_to_enhance += imgs
|
images_to_enhance += imgs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue