Since I now offer an addon for Hybrid here's an updated how to, on how I create it:
What I did to create a portable Vapoursynth with pytorch&co:
After that it's ready.
Cu Selur
What I did to create a portable Vapoursynth with pytorch&co:
- created a new empy Vapoursynth-folder
- downloaded 'Windows embeddable package (64-bit)' from https://www.python.org/downloads/release/python-397/
- extracted the Python download into the download into the 'Vapoursynth'-folder
- downloaded 'VapourSynth64-Portable-R57' from https://github.com/vapoursynth/vapoursynth/releases
- extracted the Vapoursynth portable download into the 'Vapoursynth'-folder
- downloaded get-pip.py from https://bootstrap.pypa.io/get-pip.py and save it into the 'Vapoursynth'-folder
- opened a 'Windows Command Prompt'-window and navigate into the 'Vaporusynth'-folder
- installed pip by calling :
pyhton get-pip.py
- opened the python39._pth in a text addition and added the following to lines above anything else in that file and saved the file
Scripts
Lib\site-packages - installed pytorch using:
python -m pip install torch===1.9.1+cu111 torchvision===0.10.1 -f https://download.pytorch.org/whl/torch_stable.html
- installed VSGAN (https://github.com/rlaPHOENiX/VSGAN)
python -m pip install vsgan
- installed DPIR (https://github.com/HolyWu/vs-dpir)
python -m pip install --upgrade vsdpir
python -m vsdpir
- installed Real-ESGRAN (https://github.com/HolyWu/vs-realesrgan)
python -m pip install --upgrade vsrealesrgan
python -m vsrealesrgan
- installed FFDNet (https://github.com/HolyWu/vs-ffdnet)
python -m pip install --upgrade vsffdnet
- installed vs-rife (https://github.com/HolyWu/vs-rife)
python -m pip install --upgrade vsrife
python -m vsrife
- installed BasicVSR (https://github.com/HolyWu/vs-basicvsr)
python -m pip install --upgrade vsbasicvsr
- installed BasicVSR++ (https://github.com/HolyWu/vs-basicvsrpp)
python -m pip install --upgrade https://github.com/HolyWu/vs-basicvsrpp/releases/download/v1.0.0/mmcv_full-1.3.14-cp39-cp39-win_amd64.whl
python -m pip install --upgrade vsbasicvsrpp
python -m pip install opencv-python
python -m vsbasicvsrpp
After that it's ready.
Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.