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

4x Upscaling fails on Windows 11 #28

Open
thomasthespider opened this issue Jul 19, 2022 · 1 comment
Open

4x Upscaling fails on Windows 11 #28

thomasthespider opened this issue Jul 19, 2022 · 1 comment

Comments

@thomasthespider
Copy link

_wfopen H:\Tools\realcugan-ncnn-vulkan-20220318-windows\models-se/up4x-denoise1x.param failed
Is what I get when trying to run 4x upscale against a folder of pngs.
Same folder works in 2x upscale, 3x fails same as 4x.

Command line: For /D %%G in (*) DO H:\Tools\realcugan-ncnn-vulkan-20220318-windows\realcugan-ncnn-vulkan.exe -i %CD%%%~nxG -o A:\Waifu\RealCUGAN%%G\ -s 4 -n 1

System:
i5 8600k
16GB DDR4
RTX 2070

@ghost
Copy link

ghost commented Jul 22, 2022

4x and 3x upscale don't have models for 1x denoise, only 3x, conservative, and no denoise. Why? I don't know. I'd just switch to -n 0 (I believe that's the conservative setting). There's not much difference between it and 1x imo.

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

1 participant