11 Commits

Author SHA1 Message Date
Kenneth Estanislao
cbc7c22f1c Create CONTRIBUTING.md 2024-08-13 03:12:58 +08:00
Kenneth Estanislao
a31e81fa66 Update README.md
https://www.reddit.com/r/singularity/comments/1eo4sne/comment/lhl7odv/
2024-08-11 21:59:31 +08:00
Kenneth Estanislao
e8a8acca9f Update README.md 2024-08-11 21:17:04 +08:00
Kenneth Estanislao
a9d4564726 Update README.md
relinking this to the old repo
2024-08-11 21:08:38 +08:00
Kenneth Estanislao
fc47cffb18 Update README.md 2024-08-11 16:35:38 +08:00
Kenneth Estanislao
fff3009c80 Merge pull request #152 from Saharsha-N/patch-1
Update README.md
2024-08-10 22:08:08 +08:00
Saharsha-N
84c10400b9 Update README.md
Fixed a typo.
2024-08-10 09:55:36 -04:00
Kenneth Estanislao
9f58dfeee1 Merge pull request #140 from rahulbansal16/main
Fix this cyclic dependency issue which was coming while installing rquirements
2024-08-10 20:29:59 +08:00
Rahul Bansal
04e72a85c3 Fix this cyclic dependency issue which was coming while doing the pip install requirements. Now the code is working. You are able to run it on your Windows machine. 2024-08-10 17:43:39 +05:30
Kenneth Estanislao
6a17297e2f Update README.md 2024-08-10 14:19:20 +08:00
Kenneth Estanislao
ddd19474da Merge pull request #115 from hacksider/revert-88-main
Revert "Enable to choose a camera device in UI" Will put it on experimental as of this moment
2024-08-10 13:57:37 +08:00
3 changed files with 9 additions and 3 deletions

1
.gitignore vendored
View File

@@ -14,6 +14,7 @@ __pycache__/
.tmp/
temp/
venv/
env/
workflow/
gfpgan/
models/inswapper_128.onnx

1
CONTRIBUTING.md Normal file
View File

@@ -0,0 +1 @@
Please always push on the experimental to ensure we don't mess with the main branch. All the test will be done on the experimental and will be pushed to the main branch after few days of testing.

View File

@@ -135,7 +135,7 @@ Choose a face (image with desired face) and the target image/video (image/video
Just follow the clicks on the screenshot
1. Select a face
2. Click live
3. Wait for a few second (it takes a longer time, usually 10 to 30 seconds before the preview shows up)
3. Wait for a few seconds (it takes a longer time, usually 10 to 30 seconds before the preview shows up)
![demo-gif](demo.gif)
@@ -166,10 +166,14 @@ options:
Looking for a CLI mode? Using the -s/--source argument will make the run program in cli mode.
## Want the Next Update Now?
If you want the latest and greatest build, or want to see some new great features, go to our [experimental branch](https://github.com/hacksider/Deep-Live-Cam/tree/experimental) and experience what the contributors have given.
## Credits
- [henryruhs](https://github.com/henryruhs): for being an irreplaceable contributor to the project
- [ffmpeg](https://ffmpeg.org/): for making video related operations easy
- [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
- and all developers behind libraries used in 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)