spow12 commited on
Commit
414dc43
1 Parent(s): 579f2fb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,3 +1,42 @@
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="./千咲/chisaki.webp" alt="千咲 TTS" title="千咲 TTS">
12
+ </p>
13
+
14
+ ## Overview
15
+ Introducing the text-to-speech model of 千咲(chisaki) 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
+ ## Sample
20
+
21
+ <audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61960aa548981535eeb84cac/cL9VbLnG7MQuoPPoX_N1x.wav"></audio>
22
+
23
+ ```txt
24
+ こんにちは、初めまして。あなたの名前はなんていうの?
25
+ ```
26
+
27
+ ## Installation and Usage
28
+ 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.
29
+
30
+ - Style-Bert_VITS2 Model: [Repository Link](https://github.com/litagin02/Style-Bert-VITS2)
31
+
32
+ ## License and Credits / Links
33
+
34
+ This model is released only for research purpose.
35
+
36
+ So, you can't use this model for commercial purpose.
37
+
38
+ ### Special Thanks
39
+
40
+ Thank you for Awesome TTS model from [litagin02](https://github.com/litagin02)
41
+
42
+ Thank you for extracting tool from [xmoezzz](https://github.com/xmoezzz/KrkrExtract)