RIFE function for VapourSynth
Project description
RIFE
Real-Time Intermediate Flow Estimation for Video Frame Interpolation, based on https://github.com/hzwer/Practical-RIFE.
Dependencies
- PyTorch 2.10.0 or later
- VapourSynth R69 or later
- vs-miscfilters-obsolete (only needed for scene change detection)
trt requires additional packages:
- TensorRT 10.14.1 or later
- Torch-TensorRT 2.10.0 or later
To install the latest stable version of PyTorch and Torch-TensorRT, run:
pip install -U packaging setuptools wheel
pip install -U torch torchvision torch_tensorrt --extra-index-url https://download.pytorch.org/whl/cu130 --extra-index-url https://pypi.nvidia.com
Installation
pip install -U vsrife
If you want to download all models at once, run python -m vsrife. If you prefer to only download the model you
specified at first run, set auto_download=True in rife().
Usage
from vsrife import rife
ret = rife(clip)
See __init__.py for the description of the parameters.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file vsrife-5.7.0-py3-none-any.whl.
File metadata
- Download URL: vsrife-5.7.0-py3-none-any.whl
- Upload date:
- Size: 65.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
67c80c88605ea9c000300343a895f4af8510597817716518494abadfcdd9c7a1
|
|
| MD5 |
6d58cb99099e3d0d11e9da773bac7b98
|
|
| BLAKE2b-256 |
892844d9a0d093f6ebb342f1aa616021b1284029156d99fb816327c6d44f3d6a
|