https://github.com/facefusion/facefusion-docker
Industry leading face manipulation platform
https://github.com/facefusion/facefusion-docker
ai deep-fake deepfake docker face-swap faceswap lip-sync lipsync
Last synced: 5 months ago
JSON representation
Industry leading face manipulation platform
- Host: GitHub
- URL: https://github.com/facefusion/facefusion-docker
- Owner: facefusion
- License: other
- Created: 2023-08-18T18:43:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-29T16:17:10.000Z (5 months ago)
- Last Synced: 2025-04-29T16:43:03.920Z (5 months ago)
- Topics: ai, deep-fake, deepfake, docker, face-swap, faceswap, lip-sync, lipsync
- Homepage: https://join.facefusion.io
- Size: 37.1 KB
- Stars: 415
- Watchers: 8
- Forks: 155
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
FaceFusion Docker
=================> Industry leading face manipulation platform.
[](https://github.com/facefusion/facefusion-docker/actions?query=workflow:ci)
[](https://hub.docker.com/r/facefusion/facefusion/tags?name=3.2.0-cpu)
[](https://hub.docker.com/r/facefusion/facefusion/tags?name=3.2.0-cuda)
[](https://hub.docker.com/r/facefusion/facefusion/tags?name=3.2.0-tensorrt)
[](https://hub.docker.com/r/facefusion/facefusion/tags?name=3.2.0-rocm)
Installation
------------Clone the repository:
```
git clone https://github.com/facefusion/facefusion-docker.git
```Run the `CPU` container:
```
docker compose -f docker-compose.cpu.yml up
```Run the `CUDA` container:
```
docker compose -f docker-compose.cuda.yml up
```Run the `TensorRT` container:
```
docker compose -f docker-compose.tensorrt.yml up
```Run the `ROCm` container:
```
docker compose -f docker-compose.rocm.yml up
```Usage
-----Browse the `CPU` container:
```
http://localhost:7865
```Browse the `CUDA` container:
```
http://localhost:7870
```Browse the `TensorRT` container:
```
http://localhost:7875
```Browse the `ROCm` container:
```
http://localhost:7880
```Documentation
-------------Read the [documentation](https://docs.facefusion.io) for a deep dive.