1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-17 01:22:25 +02:00

add facefusion

This commit is contained in:
kev
2025-02-18 16:24:13 +08:00
parent bf57885695
commit 477788ef00
2 changed files with 17 additions and 0 deletions

6
facefusion/README.md Normal file
View File

@ -0,0 +1,6 @@
facefusion
==========
[facefusion][1] - Industry leading face manipulation platform.
[1]: https://github.com/facefusion/facefusion

View File

@ -0,0 +1,11 @@
services:
facefusion:
image: facefusion/facefusion:master-cpu
command: ["python", "facefusion.py", "run"]
ports:
- "7860:7860"
volumes:
- ./data/assets:/facefusion/.assets
- ./data/caches:/facefusion/.caches
- ./data/jobs:/facefusion/.jobs
restart: unless-stopped