ThePioneer
commited on
Commit
•
1933bd3
1
Parent(s):
e64897a
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,25 @@
|
|
1 |
---
|
2 |
license: agpl-3.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: agpl-3.0
|
3 |
+
datasets:
|
4 |
+
- ThePioneer/MyVoice-ITA-MANA-ENGLISH
|
5 |
+
language:
|
6 |
+
- ja
|
7 |
+
- en
|
8 |
+
- zh
|
9 |
+
pipeline_tag: text-to-speech
|
10 |
---
|
11 |
+
|
12 |
+
This model is a voice clone of myself created specifically for [Style Bert VITS2](https://github.com/litagin02/Style-Bert-VITS2).
|
13 |
+
|
14 |
+
It is capable of text-to-speach voice generation in English, Japanese, and Chinese.
|
15 |
+
|
16 |
+
The voice is young and neutral that can be used for various situation.
|
17 |
+
|
18 |
+
## Samples
|
19 |
+
To use it in English or Chinese tts, make sure you run App.bat (instead of Editor.bat that specializes in Japanese tts generation, and that can modify accents when necessary).
|
20 |
+
### English
|
21 |
+
<audio src="https://huggingface.co/ThePioneer/MyVoiceClone-Style-Bert-VITS2/resolve/main/sample_en.wav" controls></audio>
|
22 |
+
### Japanese
|
23 |
+
<audio src="https://huggingface.co/ThePioneer/MyVoiceClone-Style-Bert-VITS2/resolve/main/sample_ja.wav" controls></audio>
|
24 |
+
### Chinese
|
25 |
+
<audio src="https://huggingface.co/ThePioneer/MyVoiceClone-Style-Bert-VITS2/resolve/main/sample_zh.wav" controls></audio>
|