Compare commits
7 Commits
505bffabfa
...
67df340567
Author | SHA1 | Date |
---|---|---|
|
67df340567 | |
|
d38a816b55 | |
|
9fccb069df | |
|
1829d5650b | |
|
be36016a69 | |
|
26e764c842 | |
|
31f437ff79 |
|
@ -36,6 +36,13 @@ Map the faces
|
|||
And see the magic!
|
||||
|
||||
|
||||
## Want to skip the installation and just run it?
|
||||
<details>
|
||||
Here's the link without the tedious installation script below
|
||||
|
||||
[Windows / Nvidia](https://1689241962432.gumroad.com/l/vccdmm) CUDA still required
|
||||
</details>
|
||||
|
||||
## How do I install it?
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
name = 'Deep Live Cam'
|
||||
version = '1.3.0'
|
||||
version = '1.4.0'
|
||||
edition = 'Portable'
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
Binary file not shown.
After Width: | Height: | Size: 31 KiB |
|
@ -9,7 +9,7 @@ tk==0.1.0
|
|||
customtkinter==5.2.2
|
||||
pillow==9.5.0
|
||||
torch==2.0.1+cu118; sys_platform != 'darwin'
|
||||
torch==2.0.1; sys_platform == 'darwin'
|
||||
torch==2.2.0; sys_platform == 'darwin'
|
||||
torchvision==0.15.2+cu118; sys_platform != 'darwin'
|
||||
torchvision==0.15.2; sys_platform == 'darwin'
|
||||
onnxruntime==1.18.0; sys_platform == 'darwin' and platform_machine != 'arm64'
|
||||
|
|
Loading…
Reference in New Issue