Skip to content

Commit 9083943

Browse files
authored
fix: adjust parameters for upscale fast 2x (lllyasviel#2411)
1 parent 4945fc9 commit 9083943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/async_worker.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -553,8 +553,8 @@ def handler(async_task):
553553
direct_return = False
554554

555555
if direct_return:
556-
d = [('Upscale (Fast)', '2x')]
557-
uov_input_image_path = log(uov_input_image, d, output_format)
556+
d = [('Upscale (Fast)', 'upscale_fast', '2x')]
557+
uov_input_image_path = log(uov_input_image, d, output_format=output_format)
558558
yield_result(async_task, uov_input_image_path, do_not_show_finished_images=True)
559559
return
560560

0 commit comments

Comments
 (0)