From 9f9fcfa7ad15f167299a19d6245dfc54fe378551 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Mon, 24 Jun 2024 20:45:50 +0200 Subject: [PATCH] fix: start enhance from index 1, not 0 --- 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 45a33c8e..ada4f284 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1311,7 +1311,7 @@ def worker(): total_count = len(images_to_enhance) * active_enhance_tabs base_progress = current_progress - current_task_id = -1 + current_task_id = 0 done_steps_upscaling = 0 done_steps_inpainting = 0 last_enhance_prompt = async_task.prompt