vsswinir

SwinIR function for VapourSynth


Keywords
SwinIR, VapourSynth
License
Other
Install
pip install vsswinir==2.0.0

Documentation

SwinIR

SwinIR function for VapourSynth, based on https://github.com/JingyunLiang/SwinIR.

Dependencies

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

Installation

pip install --upgrade vsswinir
python -m vsswinir

Usage

from vsswinir import SwinIR

ret = SwinIR(clip)

See __init__.py for the description of the parameters.