Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-nd-4.0
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
pipeline_tag: text-to-speech
|
6 |
+
---
|
7 |
+
|
8 |
+
|
9 |
+
# ่ๅช TTS(Text-to-Speech) Models
|
10 |
+
|
11 |
+
<p align="center">
|
12 |
+
<img src="./่ๅช/mayu.webp" alt="่ๅช TTS" title="่ๅช TTS">
|
13 |
+
</p>
|
14 |
+
|
15 |
+
## Overview
|
16 |
+
Introducing the text-to-speech model of ่ๅช(mayu) from Riddle Joker.
|
17 |
+
|
18 |
+
This model is based on text-to-speech model developed in the [Style-Bert_VITS2](https://github.com/litagin02/Style-Bert-VITS2) repository.
|
19 |
+
|
20 |
+
|
21 |
+
## Sample
|
22 |
+
|
23 |
+
<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61960aa548981535eeb84cac/3ILIkkZ1BKxsQ3_JDz2Ys.wav"></audio>
|
24 |
+
|
25 |
+
```txt
|
26 |
+
ใใใซใกใฏใๅใใพใใฆใใใชใใฎๅๅใฏใชใใฆใใใฎ๏ผ
|
27 |
+
```
|
28 |
+
|
29 |
+
## Installation and Usage
|
30 |
+
Detailed installation and usage guides can be found in model repositories. the Style-Bert_VITS2 model includes an API server for integration with other applications and tools.
|
31 |
+
|
32 |
+
- Style-Bert_VITS2 Model: [Repository Link](https://github.com/litagin02/Style-Bert-VITS2)
|
33 |
+
|
34 |
+
## License and Credits / Links
|
35 |
+
|
36 |
+
This model is released only for research purpose.
|
37 |
+
|
38 |
+
So, you can't use this model for commercial purpose.
|
39 |
+
|
40 |
+
### Special Thanks
|
41 |
+
|
42 |
+
Thank you for Awesome TTS model from [litagin02](https://github.com/litagin02)
|
43 |
+
|
44 |
+
Thank you for extracting tool from [xmoezzz](https://github.com/xmoezzz/KrkrExtract)
|