Improving Video Super-Resolution with Enhanced Propagation and Alignment, based on https://github.com/ckkelvinchan/BasicVSR_PlusPlus.
- PyTorch 2.5.1 or later
- VapourSynth R66 or later
pip install -U vsbasicvsrpp
If you want to download all models at once, run python -m vsbasicvsrpp
. If you prefer to only download the model you
specified at first run, set auto_download=True
in basicvsrpp()
.
from vsbasicvsrpp import basicvsrpp
ret = basicvsrpp(clip)
See __init__.py
for the description of the parameters.