Views
No views yet
Canonical:kevinqz/RIFE-Frame-Interpolation-CoreAI— source of truth.
Frame interpolation, not a generator. This is a single-forward interpolator — two frames in, one synthesized frame at t=0.5 out. No temporal model, no audio. The host owns frame decode/encode and resizing each frame to a multiple of 32 before feeding the graph.
| Field | Value |
|---|---|
| Parameters | 0.01B |
| Architecture | cnn/transformer |
| Capabilities | super-resolution |
| Input | 1×6×256×256 — concat(img0[:3], img1[3:]) in [0,1] |
| Output frame | 1×3×256×256 @ t=0.5 |
| Quantization / precision | none / float32 |
| On-disk size | 17 MB |
| Asset kind | single-graph frame interpolator (two frames -> middle frame) |
| assetVersion | 2.0 |
frames (1×6×256×256, img0 and img1 concatenated on the channel axis, RGB in [0,1]) in → the interpolated frame (1×3×256×256) out. You supply the video demux/mux, frame resizing, and any multi-t or recursive-interpolation loop in your host code (Swift or Python).pip install coreai-catalog && coreai-catalog install rife-4-interpminimum_os v27,
so the on-device Swift runtime requires macOS/iOS 27+. A Mac on macOS 26 can
convert and inspect it but not run it on-device.coreai-fabric verify.| Field | Value |
|---|---|
| Base model | TensorForger/RIFE-safetensors @ 78a62b7c2dd910536432d6c2c3a25e76f14fbf78 |
| Converted by | models/rife/export.py (version not reported) |
| Recipe | rife-4-interp (recipe_source: fabric) |
| Precision / quantization | float32 / none |
| Conversion date | 2026-07-10 |
LICENSE. This artifact is a converted derivative of the base model: its
weights were converted to Apple Core AI format. The conversion itself is
community work.rife-4-interp.aimodel pipeline that produced this asset.