forked from everydaycodings/MimicMania
-
Notifications
You must be signed in to change notification settings - Fork 0
/
model_list.json
105 lines (103 loc) · 2.58 KB
/
model_list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"labels": ["Multi Language", "American English", "United Kingdom", "Japanese", "Italian"],
"custom_voice": ["Chales Hoskinson"],
"data": {
"Multi Language": [
{
"name": "Multi Language",
"model_path": "tts_models--multilingual--multi-dataset--your_tts"
}
],
"American English": [
{
"name": "c50",
"model_path": "tts_models--en--blizzard2013--capacitron-t2-c50"
},
{
"name": "c150",
"model_path": "tts_models--en--blizzard2013--capacitron-t2-c150_v2"
},
{
"name": "tacotron2",
"model_path": "tts_models--en--ek1--tacotron2"
},
{
"name": "fast_pitch",
"model_path": "tts_models--en--ljspeech--fast_pitch"
},
{
"name": "glow_tts",
"model_path": "tts_models--en--ljspeech--glow-tts"
},
{
"name": "neutral-hmm",
"model_path": "tts_models--en--ljspeech--neural_hmm"
},
{
"name": "overflow",
"model_path": "tts_models--en--ljspeech--overflow"
},
{
"name": "speedy-speech",
"model_path": "tts_models--en--ljspeech--speedy-speech"
},
{
"name": "DCA",
"model_path": "tts_models--en--ljspeech--tacotron2-DCA"
},
{
"name": "DDC",
"model_path": "tts_models--en--ljspeech--tacotron2-DDC"
},
{
"name": "DDS-PH",
"model_path": "tts_models--en--ljspeech--tacotron2-DDC_ph"
},
{
"name": "Vits",
"model_path": "tts_models--en--ljspeech--vits"
},
{
"name": "DDCv2",
"model_path": "tts_models--en--sam--tacotron-DDC"
},
{
"name": "fast_pitchv2",
"model_path": "tts_models--en--vctk--fast_pitch"
},
{
"name": "Vitsv2",
"model_path": "tts_models--en--vctk--vits"
}
],
"United Kingdom": [
{
"name": "Mai-Glow",
"model_path": "tts_models--uk--mai--glow-tts"
}
],
"Japanese": [
{
"name": "DDC",
"model_path": "tts_models--ja--kokoro--tacotron2-DDC"
}
],
"Italian": [
{
"name": "Male TTS",
"model_path": "tts_models--it--mai_male--glow-tts"
},
{
"name": "Female TTS",
"model_path": "tts_models--it--mai_female--glow-tts"
}
],
"Popular Person": [
{
"name": "Chales Hoskinson",
"model_path": "popular_person/popular_person_model",
"model_voice": "popular_person/popular_person_voice/chales_hoskinson.wav"
}
]
}
}