lythu95 / vs-realesrgan

Real-ESRGAN function for VapourSynth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Real-ESRGAN

Real-ESRGAN function for VapourSynth, based on https://github.com/xinntao/Real-ESRGAN.

Dependencies

  • NumPy
  • PyTorch, preferably with CUDA. Note that torchaudio is not required and hence can be omitted from the command.
  • VapourSynth

Installation

pip install --upgrade 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%