Skip to content
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

unlimited.waifu2x : using 4x upscale + TTA enabled (2 or 4) results in "Error: 75952160" #456

Open
spectrefps opened this issue May 1, 2024 · 1 comment

Comments

@spectrefps
Copy link

While trying to upscale a 984x1280 (62.5kb) image using the 4x upscale option, 400 tile size, and the TTA set to either 2 or 4, I get an error message "Error: 75952160". Is there any info on what is causing this error to occur? I am able to upscale the image 2x and 4x without TTA just fine. Only when enabling TTA does it start throwing this error.

@nagadomi
Copy link
Owner

nagadomi commented May 1, 2024

It is probably out-of-memory error.
WebAssembly has a memory limit of 4GB.
In my env, tile=400 does not cause that error, but tile=640 gives that error.
If the result does not have a tile seam problem, I recommend tile=256.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants