-
-
Notifications
You must be signed in to change notification settings - Fork 211
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request #199
Comments
Currently the model only does 2x. If you do 4x, it just runs the model twice. For a custom width, it would have to run the 2x model, then use some downscaler to reduce it to size. |
That is exactly what I am doing right now. And that is precisely the reason why I added the title as feature request. |
The models don't work that way, they're fixed ratio.
A waste of what exactly? |
Current options for upscale are fixed ratios like 2x,3x,4x etc.
Currently I am using this to upscale images (long-strip style ones) from around 600-650px wide to 800px wide.
But the only option for me is to use 2x which is a waste imo but I honestly have no idea if there would be a way to get it done so I don't have to use 2x and can just use a custom width. Let me know if it's possible.
TLDR:
Requesting an option to upscale to a specific width.
Thanks.
The text was updated successfully, but these errors were encountered: