Simple GUI to make it easy to use waifu2x-ncnn-vulkan with individual files and whole directories.
You can download a compressed archive (zip, tar.gz, tar.bz2, tar) of the repository from the project overview or you can clone the repository using git by running git clone https://gitlab.com/nickgirga/bulk2x-ncnn-vulkan.git
. If you downloaded a compressed archive, decompress it using the appropriate tool (unzip, tar). Then head to the running section.
Make sure you have all of the dependencies installed. Then, simply run ./bulk2x-ncnn-vulkan
in the root directory of the repository. If you do not have waifu2x-ncnn-vulkan installed, bulk2x-ncnn-vulkan will download Release 20210210 and unzip it for you. If your system does not support interpreting foreign files with third-party interpreters like python using a shebang, you can run python3 bulk2x-ncnn-vulkan
. However this will only work if python3
is a command that is accessible from anywhere. If your environment does not support this, add the path to your python3
binary before it, but continue to run the command within the root folder of the repository. This script requires resources such as the glade file, so running it from any other folder will likely result in an error.