-
Notifications
You must be signed in to change notification settings - Fork 3
Manual Installation
pifroggi edited this page Jul 18, 2026
·
3 revisions
Download and put the entire vs_temporalfix folder into your vapoursynth scripts folder, or your python site-packages folder.
You can also use pip for this and only do manual dependency installation: pip install -U vs_temporalfix --no-deps
-
TensorRT Backend:
- vs-mlrt with TensorRT
pip install numpy onnx
-
CUDA/CPU Backend:
- PyTorch with CUDA
pip install numpy
Tip
If you only intend to use the TensorRT backend, you don't need to install the dependencies for the CUDA/CPU backend, and vice versa.
-
Required:
-
Optional:
- mvtools-sf (only needed for tr > 6)
-
fftw3.3 (only needed for tr > 6)
Windows: download and put.dllfiles in plugin folder next to mvtools-sf
Linux: via package manager e.g.apt install libfftw3-devor compile from source
Tip
- If you only intend to use Temporalfix Classic, you don't need to install the dependencies for the Temporalfix AI Model, and vice versa.
- The plugin mvtools-sf release r9 and the r10 pre-release are both supported.
- The plugin zsmooth requires a CPU with AVX2 support (roughly post 2014). If your CPU does not have support, remove zsmooth and replace it with the slightly slower fallbacks temporalmedian, ctmf, and rgvs. This is not needed when installing zsmooth with pip.