Compare commits

...

7 Commits

Author SHA1 Message Date
dependabot[bot] 67df340567
Merge 31f437ff79 into d38a816b55 2024-09-14 06:18:21 +07:00
Kenneth Estanislao d38a816b55
Update README.md 2024-09-14 02:17:34 +08:00
Kenneth Estanislao 9fccb069df
Update README.md 2024-09-14 02:15:51 +08:00
Kenneth Estanislao 1829d5650b
easy installer link 2024-09-14 02:08:33 +08:00
Kenneth Estanislao be36016a69 Update metadata.py 2024-09-14 01:58:34 +08:00
Kenneth Estanislao 26e764c842 Create gumroad.png 2024-09-14 01:56:27 +08:00
dependabot[bot] 31f437ff79
Bump torch from 2.0.1 to 2.2.0
Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1 to 2.2.0.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](https://github.com/pytorch/pytorch/compare/v2.0.1...v2.2.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-31 03:29:47 +00:00
5 changed files with 9 additions and 2 deletions

View File

@ -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?

View File

@ -1,3 +1,3 @@
name = 'Deep Live Cam'
version = '1.3.0'
version = '1.4.0'
edition = 'Portable'

BIN
readme/gumroad.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
readme/gumroad2.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

View File

@ -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'