We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever I try to upscale a .png it always gives me this error:
Error during FilenamePostprocess():
File name cannot be null. Parameter name: sourceFileName
Stack Trace: at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost) at Cupscale.Main.Upscale.FilenamePostprocess(String file)
I am using a laptop, and I don't have NVIDIA, I am using the PyTorch network.
The text was updated successfully, but these errors were encountered:
I too can confirm this problem
Furthermore I get the following assertion error: "AssertionError: Torch not compiler with CUDA enabled"
Running on a Laptop with a Nvidia RTX 3070ti
Edit, by following https://pytorch.org/get-started/locally/ I've managed to fix the problem
Sorry, something went wrong.
No branches or pull requests
Whenever I try to upscale a .png it always gives me this error:
Error during FilenamePostprocess():
File name cannot be null.
Parameter name: sourceFileName
Stack Trace:
at System.IO.File.InternalMove(String sourceFileName, String destFileName, Boolean checkHost)
at Cupscale.Main.Upscale.FilenamePostprocess(String file)
I am using a laptop, and I don't have NVIDIA, I am using the PyTorch network.
The text was updated successfully, but these errors were encountered: