mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix: adjust parameters for upscale fast 2x (#2411)
This commit is contained in:
@@ -553,8 +553,8 @@ def worker():
|
|||||||
direct_return = False
|
direct_return = False
|
||||||
|
|
||||||
if direct_return:
|
if direct_return:
|
||||||
d = [('Upscale (Fast)', '2x')]
|
d = [('Upscale (Fast)', 'upscale_fast', '2x')]
|
||||||
uov_input_image_path = log(uov_input_image, d, output_format)
|
uov_input_image_path = log(uov_input_image, d, output_format=output_format)
|
||||||
yield_result(async_task, uov_input_image_path, do_not_show_finished_images=True)
|
yield_result(async_task, uov_input_image_path, do_not_show_finished_images=True)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user