Update async_worker.py

This commit is contained in:
ChrisColeTech 2024-08-20 20:20:58 -04:00
parent 3db125a206
commit 4b90d7013d
1 changed files with 1 additions and 1 deletions

View File

@ -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: