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