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
2 changed files with 5 additions and 1 deletions
+4
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