You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-07-17 01:22:25 +02:00
add facefusion
This commit is contained in:
6
facefusion/README.md
Normal file
6
facefusion/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
facefusion
|
||||
==========
|
||||
|
||||
[facefusion][1] - Industry leading face manipulation platform.
|
||||
|
||||
[1]: https://github.com/facefusion/facefusion
|
11
facefusion/docker-compose.yml
Normal file
11
facefusion/docker-compose.yml
Normal 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
|
Reference in New Issue
Block a user