FaceFusion
3.2.0
3.2.0
  • Introduction
    • Changelog
    • Disclaimer
    • Licenses
  • Installation
    • Platform
      • Linux
      • macOS
      • Windows
    • Accelerator
      • Linux
      • Windows
  • Usage
    • CLI Commands
      • General
      • Job Manager
      • Job Runner
    • CLI Arguments
      • Paths
      • Patterns
      • Face Detector
      • Face Landmarker
      • Face Selector
      • Face Masker
      • Frame Extraction
      • Output Creation
      • Processors
        • Age Modifier
        • Deep Swapper
        • Expression Restorer
        • Face Debugger
        • Face Editor
        • Face Enhancer
        • Face Swapper
        • Frame Colorizer
        • Frame Enhancer
        • Lip Syncer
      • UIs
      • Execution
      • Download
      • Memory
      • Misc
    • Deepfake Webcam
    • Platform Benchmark
    • Run With Docker
  • Troubleshooting
    • macOS
    • Windows
  • Workshop
    • Processor
    • UI Layout
    • UI Component
  • Knowledgebase
    • Face Vocabulary
    • Error Codes
    • GPU Capabilities
  • Donation
  • FAQ
  • Project
    • GitHub
    • Shop
  • COMMUNITY
    • Discord
    • Reddit
  • Partner
    • RunDiffusion
    • Pinokio
Powered by GitBook
On this page
  • 1. Prepare Your Platform
  • 2. Prepare Your Environment
  • 3. Install Your Accelerator
  • 4. Download Your Copy
  • 5. Install The Application
  • 6. Reload Your Environment
  • 7. Done

Installation

Last updated 7 days ago

1. Prepare Your Platform

2. Prepare Your Environment

Initialize conda for your terminal:

conda init --all

Create the environment:

conda create --name facefusion python=3.12 pip=25.0

Activate the environment:

conda activate facefusion

3. Install Your Accelerator

4. Download Your Copy

Clone the repository:

git clone https://github.com/facefusion/facefusion
git clone https://gitee.com/facefusion/facefusion

Ensure to enter the directory:

cd facefusion

5. Install The Application

python install.py --onnxruntime default
python install.py --onnxruntime cuda
python install.py --onnxruntime default
python install.py --onnxruntime directml
python install.py --onnxruntime openvino
python install.py --onnxruntime rocm

6. Reload Your Environment

conda deactivate
conda activate facefusion

7. Done

Finally, run the program:

python facefusion.py run --open-browser
Linux
macOS
Windows
Linux
Windows