metadata
license: bsd-3-clause
tags:
- super-resolution
- vision.cpp
pipeline_tag: image-to-image
GGUF models for Real-ESRGAN
ESRGAN is a model for image super-resolution (upscaling). Real-ESRGAN refers to a collection of models trained to deal with common degradations in images. The weights in this repository are converted for lightweight inference on consumer hardware with vision.cpp.
- Original repository: xinntao/Real-ESRGAN (Github)
- Original weights: found here (Github)
Run
Example inference with vision.cpp:
vision-cli esrgan -m RealESRGAN-x4plus_anime-6B-F16.gguf -i input.png -o output.png