SwinIR
SwinIR function for VapourSynth, based on https://github.com/JingyunLiang/SwinIR.
Dependencies
- NumPy
- PyTorch, preferably with CUDA. Note that
torchvision
andtorchaudio
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.