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.
git clone https://github.com/facefusion/facefusion.git
# 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