fix fast upscale log (#395)
This commit is contained in:
parent
5f86b0c897
commit
6adc771888
|
|
@ -1 +1 @@
|
|||
version = '2.0.50'
|
||||
version = '2.0.51'
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue