-
Beta Was this translation helpful? Give feedback.
Answered by
Phhofm
Dec 18, 2024
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
avan06
-
Thank you very much to the model author for the detailed explanation and for suggesting improvement methods. I now fully understand! Regarding the 2x enlargement of small images, I only noticed it this time because I duplicated someone else's Image Upscale Space and modified it to support the RealPLKSR model. I’ve already removed the resizing code, so there’s no issue now. Once again, thank you so much! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tldr: model is not trained for that use case. Its not an architecture thing but degradation/training thing.
Hey, thanks for the post
Yeah this has a very simple reason, that model was not trained for upsized content.
Well its not entirely true, the training (or rather, LR creation) setting was this
Meaning it might be able to handle 1.25x upsized content.
I simply didnt think someone would 2x size content before the upscale since if an image (like a photo) gets put on a website, to increase page speed, it often gets sized down and compressed (not the other way around).
So to answer your question, this model was simply not trained to handle someone preprocessing input with a 2x resize. Th…