fix: use correct format for upscale metadata
This commit is contained in:
parent
741a693083
commit
4905f3f2fa
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue