mirror of
https://github.com/lllyasviel/Fooocus.git
synced 2026-08-16 13:13:16 +02:00
fix fast upscale log (#395)
This commit is contained in:
+1
-1
@@ -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. '
|
print('Image is too large. Directly returned the SR image. '
|
||||||
'Usually directly return SR image at 4K resolution '
|
'Usually directly return SR image at 4K resolution '
|
||||||
'yields better results than SDXL diffusion.')
|
'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]])
|
outputs.append(['results', [uov_input_image]])
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user