Compare commits

...

4 Commits

Author SHA1 Message Date
David Han 802f1e4803
Merge 36d560dd1e into 540dad346e 2024-08-23 05:19:03 +02:00
Kenneth Estanislao 540dad346e
Update README.md 2024-08-23 01:56:13 +08: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
1 changed files with 2 additions and 1 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
@ -182,5 +182,6 @@ If you want the latest and greatest build, or want to see some new great feature
- [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models.
- [havok2-htwo](https://github.com/havok2-htwo) : for sharing the code for webcam
- [GosuDRM](https://github.com/GosuDRM/nsfw-roop) : for uncensoring roop
- [vic4key](https://github.com/vic4key) : For supporting/contributing on this project
- and [all developers](https://github.com/hacksider/Deep-Live-Cam/graphs/contributors) behind libraries used in this project.
- Foot Note: [This is originally roop-cam, see the full history of the code here.](https://github.com/hacksider/roop-cam) Please be informed that the base author of the code is [s0md3v](https://github.com/s0md3v/roop)