facefusion/facefusion โ€” GitHub Repository Preview
AI & Machine Learning โ˜… 27.1k Python

facefusion/facefusion

by @facefusion ยท

27.1k Stars
4.4k Forks
1 Issues
Python Language

FaceFusion is an industry-leading open-source face manipulation platform. Supports face swapping, lip syncing, and deepfake generation with state-of-the-art AI models. Features a user-friendly interface, GPU acceleration, multiple face detection backends, and high-quality output. Built with Python for researchers, content creators, and AI enthusiasts exploring face synthesis technology.

facefusion
@facefusion Project maintainer on GitHub
View Profile
View on GitHub
git clone https://github.com/facefusion/facefusion.git

Quick Start Example

bash
# Install FaceFusion
pip install facefusion

# Or run with Docker
docker run -p 7860:7860 \
  --gpus all \
  facefusion/facefusion:latest

# CLI usage
facefusion run \
  --source source.jpg \
  --target target.mp4 \
  --output result.mp4

Tags

#deepfake#face-swap#ai#lip-sync#python#computer-vision

Related Projects