From 4b90d7013dd04b0cf320d88f294ee9ca9e250a21 Mon Sep 17 00:00:00 2001 From: ChrisColeTech Date: Tue, 20 Aug 2024 20:20:58 -0400 Subject: [PATCH] Update async_worker.py --- 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 60aafb5f..1f08f896 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1780,7 +1780,7 @@ def worker(): progressbar(async_task, current_progress, f'Preparing task {current_task_id + 1}/{async_task.image_number} ...') current_task_number = current_task_id + 1 - setup(async_task, current_task_number) + setup(async_task) patch_samplers(async_task) execution_start_time = time.perf_counter() try: