HolyWu / vs-realesrgan

Real-ESRGAN function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-ESRGAN

Training Real-World Blind Super-Resolution with Pure Synthetic Data, based on https://github.com/xinntao/Real-ESRGAN.

Dependencies

trt requires additional runtime libraries:

For ease of installation on Windows, you can download the 7z file on Releases which contains required runtime libraries and Python wheel file. Either add the unzipped directory to your system PATH or copy the DLL files to a directory which is already in your system PATH. Finally pip install the Python wheel file.

Installation

pip install -U vsrealesrgan
python -m vsrealesrgan

Usage

from vsrealesrgan import realesrgan

ret = realesrgan(clip)

See __init__.py for the description of the parameters.

About

Real-ESRGAN function for VapourSynth

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%