vs-swinir icon indicating copy to clipboard operation
vs-swinir copied to clipboard

SwinIR function for VapourSynth

SwinIR

Image Restoration Using Swin Transformer, based on https://github.com/JingyunLiang/SwinIR.

Dependencies

Installation

pip install -U vsswinir
python -m vsswinir

Usage

from vsswinir import swinir

ret = swinir(clip)

See __init__.py for the description of the parameters.