facefusion-extras
Custom model mirror for FaceFusion Δợt 3β6.
This repo hosts ONNX weights that the upstream facefusion/facefusion-assets repo does not (yet) ship: SOTA 2024β2026 backends used by the new processors landing in subsequent PRs of ULTRA_ROADMAP.
Layout
facefusion-extras/
βββ README.md
βββ frame_interpolator/ # Δợt 1.A3 β RIFE 4.26 ONNX
βββ face_swapper_extras/ # Δợt 1.A1 β inswapper_512_live (if license-cleared)
βββ lip_syncer_extras/ # Δợt 3.A2 β LatentSync, MuseTalk v1.5
βββ image_restorer/ # Δợt 3.C β HYPIR / SUPIR-Face (opt-in research)
βββ portrait_animator/ # Δợt 4.D1 β LivePortrait v2 / AniPortrait
βββ temporal_stabilizer/ # Δợt 4.D2 β StableAnimator / FlowVid
βββ voice_cloner/ # Δợt 6.F β F5-TTS / OpenVoice v2
βββ hashes/ # SHA256 hash files for verification
Each .onnx (or .safetensors) weight has a sibling .hash file that FaceFusion uses to verify integrity at download time.
Usage
Set environment variable before running FaceFusion:
# Linux / macOS
export FACEFUSION_HF_NAMESPACE=ngoqquyen
# Windows cmd
set FACEFUSION_HF_NAMESPACE=ngoqquyen
# Windows PowerShell
$env:FACEFUSION_HF_NAMESPACE = "ngoqquyen"
When the new processors (frame_interpolator, portrait_animator, β¦) request weights with base_name = facefusion-extras, FaceFusion's download resolver substitutes the upstream facefusion/ namespace with ngoqquyen/, hitting this repo instead.
License
Each weight retains its original license. See LICENSE.<weight>.txt files in each subdirectory. By using this mirror you agree to comply with the upstream license of every weight you download.
This mirror is provided as-is, without warranty.