Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,60 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- ja
|
5 |
+
---
|
6 |
+
|
7 |
+
|
8 |
+
# Visual Novel TTS
|
9 |
+
|
10 |
+
<div style="display: flex; flex-wrap: wrap; gap: 10px;">
|
11 |
+
<img src="./visual_novel/cafestallar.webp" alt="Image 1" width="300"/>
|
12 |
+
<img src="./visual_novel/riddle joker.webp" alt="Image 2" width="300"/>
|
13 |
+
<img src="./visual_novel/senren*Banka.webp" alt="Image 3" width="300"/>
|
14 |
+
</div>
|
15 |
+
|
16 |
+
## Overview
|
17 |
+
|
18 |
+
Introducing the text-to-speech model from visual_novel.
|
19 |
+
|
20 |
+
The model currently can generate below character's voice.
|
21 |
+
|
22 |
+
character | visual_novel |
|
23 |
+
--- | --- |
|
24 |
+
ムラサメ | Senren*Banka |
|
25 |
+
茉子 | Senren*Banka |
|
26 |
+
芳乃 | Senren*Banka |
|
27 |
+
レナ | Senren*Banka |
|
28 |
+
千咲 | Senren*Banka |
|
29 |
+
芦花 | Senren*Banka |
|
30 |
+
愛衣 | Café Stella and the Reaper's Butterflies |
|
31 |
+
栞那 | Café Stella and the Reaper's Butterflies |
|
32 |
+
ナツメ | Café Stella and the Reaper's Butterflies |
|
33 |
+
希 | Café Stella and the Reaper's Butterflies |
|
34 |
+
涼音 | Café Stella and the Reaper's Butterflies |
|
35 |
+
あやせ | Riddle Joker |
|
36 |
+
七海 | Riddle Joker |
|
37 |
+
羽月 | Riddle Joker |
|
38 |
+
茉優 | Riddle Joker |
|
39 |
+
小春 | Riddle Joker |
|
40 |
+
|
41 |
+
If you want to chat with above characters, check [here](https://huggingface.co/spow12/ChatWaifu_v1.0)
|
42 |
+
|
43 |
+
This model is based on text-to-speech model developed in the [Style-Bert_VITS2](https://github.com/litagin02/Style-Bert-VITS2) repository.
|
44 |
+
|
45 |
+
## Installation and Usage
|
46 |
+
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.
|
47 |
+
|
48 |
+
- Style-Bert_VITS2 Model: [Repository Link](https://github.com/litagin02/Style-Bert-VITS2)
|
49 |
+
|
50 |
+
## License and Credits / Links
|
51 |
+
|
52 |
+
This model is released only for research purpose and personal use.
|
53 |
+
|
54 |
+
So, you can't use this model for commercial purpose.
|
55 |
+
|
56 |
+
### Special Thanks
|
57 |
+
|
58 |
+
Thank you for Awesome TTS model from [litagin02](https://github.com/litagin02)
|
59 |
+
|
60 |
+
Thank you for extracting tool from [xmoezzz](https://github.com/xmoezzz/KrkrExtract)
|