Compare commits

...

5 Commits

Author SHA1 Message Date
David Han dcb59ee909
Merge 36d560dd1e into 3107f74165 2024-08-30 16:03:22 +02:00
Kenneth Estanislao 3107f74165
Merge pull request #506 from duhow/patch-1
fix: requirements ResolutionImpossible
2024-08-30 19:09:02 +08:00
David Girón 99704f3a18
fix: requirements ResolutionImpossible 2024-08-30 09:07:40 +02:00
David Han 36d560dd1e
Merge pull request #1 from david-dong828/david-dong828-patch-1
Update README.md
2024-08-11 16:54:33 -02:30
David Han 8172f90f1d
Update README.md
fix Issue #162 by updating  inswapper_128_fp16.onnx file
2024-08-11 16:52:20 -02:30
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Users of this software are expected to use this software responsibly while abidi
#### 3. Download Models
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

View File

@ -1,6 +1,6 @@
--extra-index-url https://download.pytorch.org/whl/cu118
numpy==1.23.5
numpy>=1.23.5,<2
opencv-python==4.8.1.78
onnx==1.16.0
insightface==0.7.3