-
Notifications
You must be signed in to change notification settings - Fork 191
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
libvulkan.so.1 is missing - no guide where to begin #58
Comments
I'm not sure what this means, but do you have the manufacturer drivers from either AMD or NVidia installed, too? The default Windows drivers don't have a recent vulkan if they have one at all. Various upscalers:
realesrgan stores stuff in the .\models subdirectory of wherever it's at by default (snipped a bunch)... You'll notice I said defaults because if you were to run the program with any of the help options or with no options at all you'd get this message telling you how to use it:
So there is no single way to set it up, you just have to give it a path to the models because it doesn't use the denoising / scale file naming some of the others do that only allow you to point them at a directory full of models. Also pretend like TTA mode doesn't exist. As far as I can tell nobody knew what it was supposed to be doing when they ported or wrote it. The total lack of documentation of it should clue you in enough but all it's good for is running 9x slower and using 9x the vram per frame. I keep my models in the models subdirectory because CmdLineUtils\bin is on the path and realesrgan will always look in its own directory for ./models so it saves having to type some annoying long absolute path. cain defaults to its one large model file being in ./cain dain stores them in ./best and it's a specific set of files:
ifrnet is usually in Vimeo90k and something with GoPro in the name, I moved them all to models though esrgan (not real) and realsr default to ./models-DF2K_JPEG realcugan defaults to ./models-se rife defaults to ./rife-v2.3 which isn't one of the better models for it. Most people don't need interpolation as much as scaling though so I won't go into that. srmd defaults to ./models-srmd waifu2x defaults to ./models-cunet |
hi,
i have tried binaries for the 3 os's
i cant find any guide anywhere to say what to install, what file/folder should be next to binary.
i am not the only one having this problem.
all im asking is small wiki'ish guide.
i have even found forks of this project that have same issue no guide
binary flags is not a guide.
this command in all 3 os's does noting but error (minus .exe for the linux/mac)
realesrgan-ncnn-vulkan.exe -i input.jpg -o output.png -n realesrgan-x4plus-anime
all machines have GPU non-intel
please some one at least put link for files and folder structure screen shots is enogh.
and installed libraries to make this thing work
**note (i have looked in to this and all forks of this project issue pages still nothing, please dont link me to other issues)
thanks
The text was updated successfully, but these errors were encountered: