File size: 2,306 Bytes
88910a1 851003b 88910a1 cf8c310 88910a1 903f3bc 88910a1 80b37a9 cdac944 80b37a9 |
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 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 |
---
license: cc-by-nc-4.0
language:
- ja
---
# Visual Novel TTS
![image](./visual_novel/cover.png)
# WaifuModel Collections
- [TTS](https://huggingface.co/spow12/visual_novel_tts)
- [Chat](https://huggingface.co/spow12/ChatWaifu_v1.0)
- [ASR](https://huggingface.co/spow12/Visual-novel-transcriptor)
## 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 |
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.
## Demo
Here is demo [page](https://huggingface.co/spaces/spow12/Style_Bert_VITS2_Demo_visual-novel)
This demo page is based on [litagin02](https://github.com/litagin02)'s code. Thanks again for great work.
### 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)
## Citation
```bibtex
@misc {visual_novel_tts,
author = { YoungWoo Nam },
title = { visual_novel_tts },
year = 2024,
url = { https://huggingface.co/spow12/visual_novel_tts/ },
publisher = { Hugging Face }
}
``` |