Upload 3 files
Browse files- config.json +8 -0
- kitten_tts_nano_v0_2.onnx +3 -0
- voices.npz +3 -0
config.json
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"name": "Kitten TTS Nano",
|
3 |
+
"version": "0.2",
|
4 |
+
"type": "ONNX1",
|
5 |
+
"model": "kitten-tts-nano-0.2",
|
6 |
+
"voices" : "voices.npz",
|
7 |
+
"model_file": "kitten_tts_nano_v0_2.onnx"
|
8 |
+
}
|
kitten_tts_nano_v0_2.onnx
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:42fa8809db319cd7c4c83b3c501e2313bf90edf610235291cad605e4adcb242d
|
3 |
+
size 23804156
|
voices.npz
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:77258f1fa40dc0801ce69acda1e9d7461c4bcec5af28e73c1880f0fb4e91882e
|
3 |
+
size 10294
|