Add models
Browse files- .gitignore +0 -1
- .models/.gitattributes +1 -0
- .models/autoregressive.pth +3 -0
- .models/clip.pth +3 -0
- .models/cvvp.pth +3 -0
- .models/diffusion_decoder.pth +3 -0
- .models/dvae.pth +3 -0
- .models/vocoder.pth +3 -0
.gitignore
CHANGED
@@ -130,4 +130,3 @@ dmypy.json
|
|
130 |
.pyre/
|
131 |
|
132 |
.idea/*
|
133 |
-
.models/*
|
|
|
130 |
.pyre/
|
131 |
|
132 |
.idea/*
|
|
.models/.gitattributes
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
.models/autoregressive.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9c6651b9996df6cef6a1fc459738ae207ab60f902ec49b4d0623ca8ab6110d51
|
3 |
+
size 1716988501
|
.models/clip.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8ab5a7751b6098b7e57528b5d812ea2ffbaa16f1b36c02e143c501c74900140d
|
3 |
+
size 271601435
|
.models/cvvp.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d050e32592ad4a318e03a4f99b09c9c26baf68d78a9d7503ff2bc3883e897100
|
3 |
+
size 151223901
|
.models/diffusion_decoder.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea776fc354eabb70cfae145777153483fad72e3e0c5ea345505ded2231a90ce1
|
3 |
+
size 1169472627
|
.models/dvae.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a990825371506c16bcf0e8167bf24ccf82f65bb6a1dbcbfcf058d76f9b197e35
|
3 |
+
size 239873286
|
.models/vocoder.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:16e8153e9f8ffb00b116f7f67833df2802fcf81e6bc173acc3b3b4bf9f04189d
|
3 |
+
size 391384715
|