Update README.md
Browse files
README.md
CHANGED
@@ -2,15 +2,17 @@
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- zh
|
5 |
-
base_model:
|
6 |
-
- lj1995/GPT-SoVITS
|
7 |
pipeline_tag: text-to-speech
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# gpt-sovits-onnx-custom
|
11 |
|
12 |
-
this is a demo GPT-SoVITS model for https://github.com/null-define/gpt-sovits-onnx-rs
|
13 |
|
14 |
please check the github project for detailed usage
|
15 |
|
|
|
|
|
16 |
This model has been fine-tuned on copyrighted videos from the internet, so commercial use is not advised.
|
|
|
2 |
license: apache-2.0
|
3 |
language:
|
4 |
- zh
|
|
|
|
|
5 |
pipeline_tag: text-to-speech
|
6 |
+
base_model:
|
7 |
+
- lj1995/GPT-SoVITS
|
8 |
---
|
9 |
|
10 |
# gpt-sovits-onnx-custom
|
11 |
|
12 |
+
this is a demo GPT-SoVITS(V2) onnx model for https://github.com/null-define/gpt-sovits-onnx-rs
|
13 |
|
14 |
please check the github project for detailed usage
|
15 |
|
16 |
+
this is a Finetune + quant Version of https://huggingface.co/lj1995/GPT-SoVITS, the performance and quality is not as the original model.
|
17 |
+
|
18 |
This model has been fine-tuned on copyrighted videos from the internet, so commercial use is not advised.
|