Update async_worker.py
This commit is contained in:
parent
3db125a206
commit
4b90d7013d
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue