Instructions to use mlx-community/RIFE-4.25 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use mlx-community/RIFE-4.25 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir RIFE-4.25 mlx-community/RIFE-4.25
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
| { | |
| "name": "4.25", | |
| "hf_name": "RIFE-4.25", | |
| "gdrive_id": "1ZKjcbmt1hypiFprJPIKW0Tt0lr_2i7bg", | |
| "scale_list": [ | |
| 16, | |
| 8, | |
| 4, | |
| 2, | |
| 1 | |
| ], | |
| "block_channels": [ | |
| 192, | |
| 128, | |
| 96, | |
| 64, | |
| 32 | |
| ], | |
| "block_in_planes": [ | |
| 15, | |
| 28, | |
| 28, | |
| 28, | |
| 28 | |
| ], | |
| "pad_to": 64, | |
| "grid_align_corners": true, | |
| "grid_padding_mode": "border", | |
| "interp_align_corners": false | |
| } |