From 7ecaee82851f4cdc76ab8f94e2ce9fb6e6eab33a Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sun, 23 Jun 2024 17:40:20 +0200 Subject: [PATCH] fix: correctly track progress with image_number > 1 and not enhance --- modules/async_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/async_worker.py b/modules/async_worker.py index ef84523a..6ab89eb3 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1238,7 +1238,7 @@ def worker(): denoising_strength, final_scheduler_name, goals, initial_latent, async_task.steps, switch, task['c'], task['uc'], task, tiled, use_expansion, width, height, - preparation_steps, preparation_steps, + current_progress, preparation_steps, async_task.image_number, show_intermediate_results) images_to_enhance += imgs