Compare commits
3 Commits
bb264129c7
...
0264118229
Author | SHA1 | Date |
---|---|---|
|
0264118229 | |
|
92a0994f01 | |
|
81b4759b39 |
|
@ -59,7 +59,7 @@ Here's the link without the tedious installation script below
|
||||||
#### 3. Download Models
|
#### 3. Download Models
|
||||||
|
|
||||||
1. [GFPGANv1.4](https://huggingface.co/hacksider/deep-live-cam/resolve/main/GFPGANv1.4.pth)
|
1. [GFPGANv1.4](https://huggingface.co/hacksider/deep-live-cam/resolve/main/GFPGANv1.4.pth)
|
||||||
2. [inswapper_128_fp16.onnx](https://huggingface.co/hacksider/deep-live-cam/resolve/main/inswapper_128_fp16.onnx) *(Note: Use this [replacement version](https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx) if an issue occurs on your computer)*
|
2. [inswapper_128.onnx](https://huggingface.co/hacksider/deep-live-cam/resolve/main/inswapper_128.onnx) *(Note: Use this [replacement version](https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128.onnx) if an issue occurs on your computer)*
|
||||||
|
|
||||||
Then put those 2 files on the "**models**" folder
|
Then put those 2 files on the "**models**" folder
|
||||||
|
|
||||||
|
@ -67,6 +67,11 @@ Then put those 2 files on the "**models**" folder
|
||||||
We highly recommend to work with a `venv` to avoid issues.
|
We highly recommend to work with a `venv` to avoid issues.
|
||||||
```
|
```
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
or try if above failed
|
||||||
|
```
|
||||||
|
pip install --use-pep517 -r requirements.txt
|
||||||
|
|
||||||
```
|
```
|
||||||
For MAC OS, You have to install or upgrade python-tk package:
|
For MAC OS, You have to install or upgrade python-tk package:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue