mirror of
https://github.com/facefusion/facefusion-docker.git
synced 2026-07-31 01:47:23 +02:00
Initial commit
This commit is contained in:
@@ -0,0 +1,63 @@
|
||||
FaceFusion Docker
|
||||
=================
|
||||
|
||||
> Next generation face swapper and enhancer.
|
||||
|
||||
[](https://github.com/facefusion/facefusion-docker/actions?query=workflow:ci)
|
||||

|
||||
|
||||
|
||||
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 `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](https://docs.facefusion.io) for a deep dive.
|
||||
Reference in New Issue
Block a user