diff --git a/modules/async_worker.py b/modules/async_worker.py index b2f38123..66274eee 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -1726,7 +1726,7 @@ def worker(): if 'bulk_enhance_files' in goals: files = [] - for file, index in async_task.bulk_enhance_file_explorer: + for file in async_task.bulk_enhance_file_explorer: files.append(file.orig_name) total_count = len(files) loop_image_files(files, bulk_enhance_callback,