A simple GUI for Real-ESRGAN-ncnn-vulkan.
For the legacy version (which uses the native Win32 API for GUI), check out the legacy
branch.
- Download the original
realesrgan-ncnn-vulkan
executable and models. cargo build
the project.- Copy the resulting
realesrgan-ncnn-vulkan-gui
intarget/debug
ortarget/release
intorealesrgan-ncnn-vulkan
's main directory. - Rename
realesrgan-ncnn-vulkan
intorealesrgan-ncnn-vulkan-cli
. - Voila! Just run
realesrgan-ncnn-vulkan-gui
and you should see a GUI popping up.