Repackaged Real-ESRGAN ncnn Vulkan binaries for Leaxer.
This repository repackages the upstream Real-ESRGAN-ncnn-vulkan releases for consistent distribution through Leaxer's binary manager.
Download individual binaries from the Releases page:
| Platform | Binary |
|---|---|
| Windows | realesrgan-ncnn-vulkan-x86_64-pc-windows-msvc.exe |
| Linux | realesrgan-ncnn-vulkan-x86_64-unknown-linux-gnu |
| macOS (Apple Silicon) | realesrgan-ncnn-vulkan-aarch64-apple-darwin |
| macOS (Intel) | realesrgan-ncnn-vulkan-x86_64-apple-darwin |
All binaries use Vulkan for GPU acceleration.
realesrgan-ncnn-vulkan -i input.png -o output.png -n realesrgan-x4plus-i- Input image path-o- Output image path-n- Model name (realesrgan-x4plus, realesrgan-x4plus-anime, etc.)-s- Scale factor (2, 3, or 4)-g- GPU device ID
Models are downloaded separately by Leaxer's model manager:
realesrgan-x4plus- General purpose 4x upscalerrealesrgan-x4plus-anime- Optimized for anime/illustrations
Real-ESRGAN is licensed under BSD-3-Clause. See the upstream repository for details.