From 4905f3f2faecaa7fa82a7ebe4885743849129875 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Sat, 24 Feb 2024 17:50:40 +0100 Subject: [PATCH] fix: use correct format for upscale metadata --- 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 70d2ab2c..a69200d4 100644 --- a/modules/async_worker.py +++ b/modules/async_worker.py @@ -559,7 +559,7 @@ def worker(): direct_return = False if direct_return: - d = [('Upscale (Fast)', '2x')] + d = [('Upscale', 'upscale', 'Fast 2x')] uov_input_image_path = log(uov_input_image, d, output_format=output_format) yield_result(async_task, uov_input_image_path, black_out_nsfw, do_not_show_finished_images=True) return