Update README.md
Browse files
README.md
CHANGED
@@ -21,12 +21,18 @@ These tools did not effect output license.
|
|
21 |
- onnxruntime - MIT
|
22 |
### Converted model Owner(me)
|
23 |
I release my output under MIT License.If you want your license ,convert it by yourself
|
24 |
-
## File Type
|
25 |
All models are simplify(If you need original,export by yourself)
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
## How to Convert
|
31 |
### Export Model
|
32 |
see Matcha-TTS [ONNX export](https://github.com/shivammehta25/Matcha-TTS)
|
|
|
21 |
- onnxruntime - MIT
|
22 |
### Converted model Owner(me)
|
23 |
I release my output under MIT License.If you want your license ,convert it by yourself
|
24 |
+
## Onnx File Type
|
25 |
All models are simplify(If you need original,export by yourself)
|
26 |
+
|
27 |
+
Vocoder:hifigan_univ_v1(some english speaker avoid robotic)
|
28 |
+
|
29 |
+
- vctk_univ_simplify.onnx
|
30 |
+
- vctk_univ_simplify_q8.onnx - Quantized Github page friendly small size ,but 3-5 times slow
|
31 |
+
|
32 |
+
Vocoder:hifigan_T2_v1(Good for English)
|
33 |
+
|
34 |
+
- vctk_t2_simplify.onnx
|
35 |
+
- vctk_t2_simplify_q8.onnx - Quantized Github page friendly small size ,but 3-5 times slow
|
36 |
## How to Convert
|
37 |
### Export Model
|
38 |
see Matcha-TTS [ONNX export](https://github.com/shivammehta25/Matcha-TTS)
|