Skip to content

leaxer-ai/leaxer-realesrgan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaxer-realesrgan

Repackaged Real-ESRGAN ncnn Vulkan binaries for Leaxer.

Overview

This repository repackages the upstream Real-ESRGAN-ncnn-vulkan releases for consistent distribution through Leaxer's binary manager.

Downloads

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.

Usage

realesrgan-ncnn-vulkan -i input.png -o output.png -n realesrgan-x4plus

Options

  • -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

Models are downloaded separately by Leaxer's model manager:

  • realesrgan-x4plus - General purpose 4x upscaler
  • realesrgan-x4plus-anime - Optimized for anime/illustrations

License

Real-ESRGAN is licensed under BSD-3-Clause. See the upstream repository for details.

Packages

 
 
 

Contributors