Skip to content

lythu95/vs-realesrgan

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%