fix fast upscale log (#395)

This commit is contained in:
lllyasviel 2023-09-16 04:49:02 -07:00 committed by GitHub
parent 5f86b0c897
commit 6adc771888
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -1 +1 @@
version = '2.0.50'
version = '2.0.51'

View File

@ -122,6 +122,10 @@ def worker():
print('Image is too large. Directly returned the SR image. '
'Usually directly return SR image at 4K resolution '
'yields better results than SDXL diffusion.')
d = [
('Upscale (Fast)', '2x'),
]
log(uov_input_image, d, single_line_number=1)
outputs.append(['results', [uov_input_image]])
return