Run With Docker
Installation
Clone the repository:
git clone https://github.com/facefusion/facefusion-docker.gitRun the CPU container:
docker compose -f docker-compose.cpu.yml upRun the CUDA container:
docker compose -f docker-compose.cuda.yml upRun the TensorRT container:
docker compose -f docker-compose.tensorrt.yml upRun the ROCm container:
docker compose -f docker-compose.rocm.yml upUsage
Browse the CPU container:
http://localhost:7865Browse the CUDA container:
http://localhost:7870Browse the TensorRT container:
http://localhost:7875Browse the ROCm container:
http://localhost:7880