Add v1.6 models
Browse files- .gitignore +15 -0
- auxiliary/i3d_torchscript.pt +3 -0
- auxiliary/koniq_pretrained.pkl +3 -0
- auxiliary/sfd_face.pth +3 -0
- auxiliary/syncnet_v2.model +3 -0
- auxiliary/vgg16-397923af.pth +3 -0
- auxiliary/vit_g_hybrid_pt_1200e_ssv2_ft.pth +3 -0
- config.json +3 -0
- latentsync_unet.pt +3 -0
- stable_syncnet_v2.pt +3 -0
- whisper/tiny.pt +3 -0
.gitignore
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# PyCharm files
|
2 |
+
.idea/
|
3 |
+
|
4 |
+
# macOS dir files
|
5 |
+
.DS_Store
|
6 |
+
|
7 |
+
# VS Code configuration dir
|
8 |
+
.vscode/
|
9 |
+
|
10 |
+
# Jupyter Notebook cache files
|
11 |
+
.ipynb_checkpoints/
|
12 |
+
*.ipynb
|
13 |
+
|
14 |
+
# Python cache files
|
15 |
+
__pycache__/
|
auxiliary/i3d_torchscript.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bec6519f66ea534e953026b4ae2c65553c17bf105611c746d904657e5860a5e2
|
3 |
+
size 51235320
|
auxiliary/koniq_pretrained.pkl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ff9277bcc68ecc10e77d88b6d0a32825ec3c85562095542734ec6212eaaf6d81
|
3 |
+
size 109768650
|
auxiliary/sfd_face.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d54a87c2b7543b64729c9a25eafd188da15fd3f6e02f0ecec76ae1b30d86c491
|
3 |
+
size 89844381
|
auxiliary/syncnet_v2.model
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:961e8696f888fce4f3f3a6c3d5b3267cf5b343100b238e79b2659bff2c605442
|
3 |
+
size 54573114
|
auxiliary/vgg16-397923af.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:397923af8e79cdbb6a7127f12361acd7a2f83e06b05044ddf496e83de57a5bf0
|
3 |
+
size 553433881
|
auxiliary/vit_g_hybrid_pt_1200e_ssv2_ft.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a210a92f035dff30c53b46157b612e7a1a5d3c99700e1b2d71da5c399ca7e70
|
3 |
+
size 2023804201
|
config.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"Name": "LatentSync-1.6"
|
3 |
+
}
|
latentsync_unet.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0a478e89eb660f82da4c35dbdde8a5adfb27f99d1b4e50edd03729e1e98316d3
|
3 |
+
size 5072222488
|
stable_syncnet_v2.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77678d13861a02d6e83d0b169962175b6266be773f1f6f85fda2b0182e225118
|
3 |
+
size 1605328746
|
whisper/tiny.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:65147644a518d12f04e32d6f3b26facc3f8dd46e5390956a9424a650c0ce22b9
|
3 |
+
size 75572083
|