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.

GitHub

View Github