csukuangfj
commited on
Commit
•
c2fafc9
1
Parent(s):
cdbbc82
update script
Browse files- generate-tts-engine.py +5 -0
- generate-tts.py +5 -0
generate-tts-engine.py
CHANGED
@@ -87,6 +87,11 @@ in <a href="https://github.com/rhasspy/piper">piper</a> is
|
|
87 |
https://huggingface.co/rhasspy/piper-voices/blob/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx
|
88 |
</a><br/><br/>
|
89 |
|
|
|
|
|
|
|
|
|
|
|
90 |
<span style="color:red;">Note:</span> Models from
|
91 |
<a href="https://github.com/coqui-ai/TTS">coqui-ai/TTS</a> have their names prefixed
|
92 |
with <strong>coqui-</strong>.
|
|
|
87 |
https://huggingface.co/rhasspy/piper-voices/blob/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx
|
88 |
</a><br/><br/>
|
89 |
|
90 |
+
<span style="color:red;">Note:</span> Models from
|
91 |
+
<a href="https://github.com/MycroftAI/mimic3-voices">MycroftAI/mimic3-voices</a> have their names prefixed
|
92 |
+
with <strong>mimic3-</strong>.
|
93 |
+
<br/><br/>
|
94 |
+
|
95 |
<span style="color:red;">Note:</span> Models from
|
96 |
<a href="https://github.com/coqui-ai/TTS">coqui-ai/TTS</a> have their names prefixed
|
97 |
with <strong>coqui-</strong>.
|
generate-tts.py
CHANGED
@@ -87,6 +87,11 @@ in <a href="https://github.com/rhasspy/piper">piper</a> is
|
|
87 |
https://huggingface.co/rhasspy/piper-voices/blob/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx
|
88 |
</a><br/><br/>
|
89 |
|
|
|
|
|
|
|
|
|
|
|
90 |
<span style="color:red;">Note:</span> Models from
|
91 |
<a href="https://github.com/coqui-ai/TTS">coqui-ai/TTS</a> have their names prefixed
|
92 |
with <strong>coqui-</strong>.
|
|
|
87 |
https://huggingface.co/rhasspy/piper-voices/blob/main/en/en_US/lessac/medium/en_US-lessac-medium.onnx
|
88 |
</a><br/><br/>
|
89 |
|
90 |
+
<span style="color:red;">Note:</span> Models from
|
91 |
+
<a href="https://github.com/MycroftAI/mimic3-voices">MycroftAI/mimic3-voices</a> have their names prefixed
|
92 |
+
with <strong>mimic3-</strong>.
|
93 |
+
<br/><br/>
|
94 |
+
|
95 |
<span style="color:red;">Note:</span> Models from
|
96 |
<a href="https://github.com/coqui-ai/TTS">coqui-ai/TTS</a> have their names prefixed
|
97 |
with <strong>coqui-</strong>.
|