[Posible Bug]
#2675
Replies: 1 comment 1 reply
-
This is intended, images are upscaled in these steps:
Upscaling with ESRGAN first, then downscaling again provides a much clearer picture compared to just upscaling with LANCZOS. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Maybe I'm wrong, but the perform_upscale function doesn't need to be called for Fast 2x upscale (it's Lanczos 2x)? This function in this mode only increases the time at Fast 2x upscale.
Fooocus/modules/async_worker.py
Line 542 in e2f9bcb
Beta Was this translation helpful? Give feedback.
All reactions