Compare commits

...

4 Commits

Author SHA1 Message Date
Olivier Lesnicki 2d0e805bae
Merge 57e6020efa into f762b61a12 2024-09-05 21:26:26 +05:30
Kenneth Estanislao f762b61a12
Update README.md 2024-09-05 16:09:31 +08:00
Kenneth Estanislao 14625dbfde
Update README.md
includes licensing of insightface
2024-09-05 16:01:11 +08:00
Olivier Lesnicki 57e6020efa
Update README.md
python-tk is needed
2024-08-12 22:06:03 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -15,6 +15,7 @@ Users of this software are expected to use this software responsibly while abidi
### Basic: It is more likely to work on your computer but it will also be very slow. You can follow instructions for the basic install (This usually runs via **CPU**)
#### 1.Setup your platform
- python (3.10 recommended)
- python-tk
- pip
- git
- [ffmpeg](https://www.youtube.com/watch?v=OlNWCpFdVMA)
@ -320,7 +321,7 @@ If you want the latest and greatest build, or want to see some new great feature
## Credits
- [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.
- [deepinsight](https://github.com/deepinsight): for their [insightface](https://github.com/deepinsight/insightface) project which provided a well-made library and models. Please be reminded that the [use of the model is for non-commercial research purposes only](https://github.com/deepinsight/insightface?tab=readme-ov-file#license).
- [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