mmguero / facefusion-docker

Next generation face swapper and enhancer

Home Page:https://join.facefusion.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FaceFusion Docker

Next generation face swapper and enhancer.

Build Status License

Installation

Clone the repository:

git clone https://github.com/facefusion/facefusion-docker.git

Set your UID (id -u) and GID (id -g) in .env to run facefusion as an unprivileged user:

echo -e "PUID=$(id -u)\nPGID=$(id -g)" > .env

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 ROCM container:

docker compose -f docker-compose.rocm.yml up

Usage

Browse the CPU container:

http://localhost:7870

Browse the CUDA container:

http://localhost:7880

Browse the ROCM container:

http://localhost:7890

Documentation

Read the documentation for a deep dive.

About

Next generation face swapper and enhancer

https://join.facefusion.io

License:Other


Languages

Language:Shell 100.0%