Compare commits
5 Commits
90a93299e9
...
dcb59ee909
Author | SHA1 | Date |
---|---|---|
|
dcb59ee909 | |
|
3107f74165 | |
|
99704f3a18 | |
|
36d560dd1e | |
|
8172f90f1d |
|
@ -24,7 +24,7 @@ Users of this software are expected to use this software responsibly while abidi
|
||||||
#### 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)
|
2. [inswapper_128_fp16.onnx](https://github.com/facefusion/facefusion-assets/releases/download/models/inswapper_128_fp16.onnx)
|
||||||
|
|
||||||
Then put those 2 files on the "**models**" folder
|
Then put those 2 files on the "**models**" folder
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--extra-index-url https://download.pytorch.org/whl/cu118
|
--extra-index-url https://download.pytorch.org/whl/cu118
|
||||||
|
|
||||||
numpy==1.23.5
|
numpy>=1.23.5,<2
|
||||||
opencv-python==4.8.1.78
|
opencv-python==4.8.1.78
|
||||||
onnx==1.16.0
|
onnx==1.16.0
|
||||||
insightface==0.7.3
|
insightface==0.7.3
|
||||||
|
|
Loading…
Reference in New Issue