Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ffa9f38b0 | |||
| 3f98d4c826 | |||
| 9b6ca286b9 |
@@ -30,7 +30,7 @@ By using this software, you agree to these terms and commit to using it in a man
|
|||||||
|
|
||||||
Users are expected to use this software responsibly and legally. If using a real person's face, obtain their consent and clearly label any output as a deepfake when sharing online. We are not responsible for end-user actions.
|
Users are expected to use this software responsibly and legally. If using a real person's face, obtain their consent and clearly label any output as a deepfake when sharing online. We are not responsible for end-user actions.
|
||||||
|
|
||||||
## Exclusive v2.2 Quick Start - Pre-built (Windows/Mac Silicon)
|
## Exclusive v2.3 Quick Start - Pre-built (Windows/Mac Silicon)
|
||||||
|
|
||||||
<a href="https://deeplivecam.net/index.php/quickstart"> <img src="media/Download.png" width="285" height="77" />
|
<a href="https://deeplivecam.net/index.php/quickstart"> <img src="media/Download.png" width="285" height="77" />
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -11,7 +11,7 @@ tk==0.1.0
|
|||||||
customtkinter==5.2.2
|
customtkinter==5.2.2
|
||||||
pillow==11.1.0
|
pillow==11.1.0
|
||||||
torch; sys_platform != 'darwin'
|
torch; sys_platform != 'darwin'
|
||||||
torch==2.7.1+cu128; sys_platform == 'darwin'
|
torch==2.8.0+cu128; sys_platform == 'darwin'
|
||||||
torchvision; sys_platform != 'darwin'
|
torchvision; sys_platform != 'darwin'
|
||||||
torchvision==0.20.1; sys_platform == 'darwin'
|
torchvision==0.20.1; sys_platform == 'darwin'
|
||||||
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
onnxruntime-silicon==1.16.3; sys_platform == 'darwin' and platform_machine == 'arm64'
|
||||||
@@ -21,3 +21,4 @@ opennsfw2==0.10.2
|
|||||||
protobuf==4.25.1
|
protobuf==4.25.1
|
||||||
git+https://github.com/xinntao/BasicSR.git@master
|
git+https://github.com/xinntao/BasicSR.git@master
|
||||||
git+https://github.com/TencentARC/GFPGAN.git@master
|
git+https://github.com/TencentARC/GFPGAN.git@master
|
||||||
|
pygrabber
|
||||||
|
|||||||
Reference in New Issue
Block a user