spow12 commited on
Commit
2ac7400
โ€ข
1 Parent(s): 0ec4a79

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +49 -3
README.md CHANGED
@@ -1,3 +1,49 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-nd-4.0
3
+ language:
4
+ - ja
5
+ ---
6
+
7
+
8
+ # ไธƒๆตท TTS(Text-to-Speech) Models
9
+
10
+ <p align="center">
11
+ <img src="./ใ‚ใ‚„ใ›/ayase.webp" alt="ใ‚ใ‚„ใ› TTS" title="ใ‚ใ‚„ใ› TTS">
12
+ </p>
13
+
14
+ ## Overview
15
+ Introducing the text-to-speech model of ใ‚ใ‚„ใ›(ayase) from Riddle Joker.
16
+
17
+ This model is based on text-to-speech model developed in the [Style-Bert_VITS2](https://github.com/litagin02/Style-Bert-VITS2) repository.
18
+
19
+
20
+ ## Sample
21
+
22
+
23
+ <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61960aa548981535eeb84cac/ROhi6kNn2vNKvyGUF8mSJ.wav"></audio>
24
+
25
+ ```txt
26
+ ใ“ใ‚“ใซใกใฏใ€ๅˆใ‚ใพใ—ใฆใ€‚ใ‚ใชใŸใฎๅๅ‰ใฏใชใ‚“ใฆใ„ใ†ใฎ๏ผŸ
27
+ ```
28
+
29
+ <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61960aa548981535eeb84cac/Z50-ENhaGf2oqQEElvskL.wav"></audio>
30
+ ```txt
31
+ ่จ€ใฃใจใใ‘ใฉใ€ใ“ใ‚ŒไปฅไธŠใฐใ‹ใซใ™ใ‚‹ใฎใชใ‚‰่จฑใ•ใชใ„ใ€‚
32
+ ```
33
+
34
+ ## Installation and Usage
35
+ 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.
36
+
37
+ - Style-Bert_VITS2 Model: [Repository Link](https://github.com/litagin02/Style-Bert-VITS2)
38
+
39
+ ## License and Credits / Links
40
+
41
+ This model is released only for research purpose.
42
+
43
+ So, you can't use this model for commercial purpose.
44
+
45
+ ### Special Thanks
46
+
47
+ Thank you for Awesome TTS model from [litagin02](https://github.com/litagin02)
48
+
49
+ Thank you for extracting tool from [xmoezzz](https://github.com/xmoezzz/KrkrExtract)