-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9622288
commit 6b79468
Showing
2 changed files
with
100 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,71 @@ | ||
# Wuthering Waves Datasets For SVC/SVS/TTS | ||
**English** | [**简体中文**](./README_CN.md) | ||
|
||
### Notes | ||
## Notice | ||
|
||
1. **All rights to the voice datasets in this repository belong to [KUROGAME](https://www.kurogames.com/).** | ||
2. **The datasets are only for secondary creation & model training and must not be used for any commercial purposes. It is prohibited to produce content that violates laws and regulations with models trained using datasets from this repository, and redistribution is not allowed. If misuse is discovered, public access will be terminated!** | ||
3. **If you use the datasets from this repository for training models, you are welcome to mention this repository's address in your work's description.** | ||
Please Refer:[https://www.bilibili.com/read/cv36652528](https://www.bilibili.com/read/cv36652528) | ||
|
||
### Update Log | ||
|
||
| Date | Updates | | ||
| :--------: | :---------------------------------------: | | ||
| 2024.10.08 | Update Complete Pack and Character Pack in Chinese, Japanese, English, Korean to 1.3| | ||
|
||
### Current Game Version | ||
## Game Version | ||
|
||
| | Chinese | Japanese | English | Korean | | ||
| :----------------------: | :--: | :--: | :--: | :--: | | ||
| **Voice Dataset** (Character Pack) | 1.3 | 1.3 | 1.3 | 1.3 | | ||
| **Voice Dataset**(Complete Pack) | 1.3 | 1.3 | 1.3 | 1.3 | | ||
| **Character Pack** | 1.4 | 1.4 | 1.4 | 1.4 | | ||
| **Full Pack** | 1.4 | 1.4 | 1.4 | 1.4 | | ||
|
||
## Donload | ||
### Character Pack | ||
|
||
>#### Chinese | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E4%B8%AD%E6%96%87](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E4%B8%AD%E6%96%87) | ||
>#### Japanese | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E6%97%A5%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E6%97%A5%E8%AF%AD) | ||
>#### English | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD) | ||
### Dataset Download | ||
>#### Korean | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E9%9F%A9%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E9%9F%A9%E8%AF%AD) | ||
| | Chinese | Japanese | English | Korean | | ||
| :----------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | ||
| **Character Pack** | [Click to get](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E4%B8%AD%E6%96%87%20-%20Chinese) | [Click to get](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E6%97%A5%E8%AF%AD%20-%20Japanese) | [Click to get](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E8%8B%B1%E8%AF%AD%20-%20English) | [Click to get](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E9%9F%A9%E8%AF%AD%20-%20Korean) | | ||
| **Complete Pack** | [Click to get](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_CN.7z) | [Click to get](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_JP.7z) | [Click to get](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_EN.7z) | [Click to get](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_KR.7z) | | ||
### Full Pack | ||
>#### Chinese | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_CN.7z | ||
>``` | ||
### Commonly Used Training Projects for the Dataset (Contributions Welcome) | ||
>#### Japanese | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_JP.7z | ||
>``` | ||
| Name | Repository | | ||
| :------------: | :----------------------------------------------------------: | | ||
| Vits | https://github.com/CjangCjengh/vits | | ||
| Bert-Vits | https://github.com/fishaudio/Bert-VITS2 | | ||
| Sovits | [https://github.com/svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc) | | ||
| Fish Diffusion | https://github.com/fishaudio/fish-diffusion | | ||
| DDSP-SVC | https://github.com/yxlllc/DDSP-SVC | | ||
| Diff-SVC | https://github.com/prophesier/diff-svc | | ||
| RVC | https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI | | ||
| GPT-Sovits | [https://github.com/RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) | | ||
| DiffSinger | https://github.com/openvpi/DiffSinger | | ||
>#### English | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_EN.7z | ||
>``` | ||
### Contact Information | ||
>#### Korean | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_KR.7z | ||
>``` | ||
| Contact Method | Links | | ||
## Updates | ||
| Date | Update | | ||
| :--------: | :---------------------------------------: | | ||
| 2024.11.24 | Wuthering Waves 1.4 Character Pack and Full Pack. Include Chinese, Japanese, English and Korean Voices| | ||
## Contact us | ||
| Contact Method | Link | | ||
| :----------------: | :----------------------------------------------------------: | | ||
| AI Hobbyist QQ Group | [Click to join the chat group 【AI Hobbyist Group】](https://qm.qq.com/q/XrzbluTUAs) | | ||
| Discord | [https://discord.gg/eGzeMgYSPD](https://discord.gg/eGzeMgYSPD) | | ||
| AI Hobbyist Community | [https://www.ai-hobbyist.com/](https://www.ai-hobbyist.com/) | | ||
| QQ | 2544390577 | | ||
| AI Hobbyist QQ Group | [AI Hobbyist QQ Group ](https://qm.qq.com/q/Ii0OLQTF2U) | | ||
| AI Hibbyist Discord | [AI Hibbyist Discord](https://discord.gg/eGzeMgYSPD) | | ||
| AI Hobbyist Community | [https://www.ai-hobbyist.com/](https://www.ai-hobbyist.com/) | | ||
| QQ Number | 2544390577 | | ||
| Email | tsuneki_hikari@qq.com | | ||
| More Information | [https://www.bilibili.com/read/cv36014867/](https://www.bilibili.com/read/cv36014867/) | | ||
| Release Article | [https://www.bilibili.com/read/cv36092527](https://www.bilibili.com/read/cv36092527) | | ||
## Star History | ||
[![Star History Chart](https://api.star-history.com/svg?repos=AI-Hobbyist/WutheringWaves_Datasets&type=Date)](https://star-history.com/#AI-Hobbyist/WutheringWaves_Datasets&Date) | ||
|
||
`` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,72 @@ | ||
# Wuthering Waves Datasets For SVC/SVS/TTS | ||
[**English**](./README.md) | **简体中文** | ||
|
||
### 注意事项 | ||
## 注意事项 | ||
|
||
1. **本仓库的语音数据集的所有权均归 [库洛游戏](https://www.kurogames.com/) 所有。** | ||
2. **数据集仅供二次创作&模型训练,不得用于任何商业用途,不得用本仓库数据集训练的模型制作违反法律法规的内容,不得二次配布。如被发现滥用,将停止公开!** | ||
3. **如果训练模型的时候用到了本仓库的数据集,欢迎各位在作品简介里面注明本仓库地址。** | ||
详见:[https://www.bilibili.com/read/cv36652528](https://www.bilibili.com/read/cv36652528) | ||
|
||
### 更新日志 | ||
|
||
| 日期 | 更新内容 | | ||
| :--------: | :---------------------------------------: | | ||
| 2024.10.08 | 更新鸣潮1.3全角色语音 分角色包、完整包 | | ||
|
||
### 当前游戏版本 | ||
## 当前游戏版本 | ||
|
||
| | 中文 | 日语 | 英语 | 韩语 | | ||
| :----------------------: | :--: | :--: | :--: | :--: | | ||
| **语音数据集**(分角色包) | 1.3 | 1.3 | 1.3 | 1.3 | | ||
| **语音数据集**(完整包) | 1.3 | 1.3 | 1.3 | 1.3 | | ||
| **语音数据集**(分角色包) | 1.4 | 1.4 | 1.4 | 1.4 | | ||
| **语音数据集**(完整包) | 1.4 | 1.4 | 1.4 | 1.4 | | ||
|
||
## 数据集下载 | ||
### 分角色包 | ||
>#### 汉语语音包 | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E4%B8%AD%E6%96%87](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E4%B8%AD%E6%96%87) | ||
>#### 日语语音包 | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E6%97%A5%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E6%97%A5%E8%AF%AD) | ||
>#### 英语语音包 | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E8%8B%B1%E8%AF%AD) | ||
### 数据集下载 | ||
>#### 韩语语音包 | ||
>[https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E9%9F%A9%E8%AF%AD](https://pan.ai-hobbyist.com/Wuthering%20Waves%20Datasets/%E5%88%86%E8%A7%92%E8%89%B2%E5%8C%85/%E9%9F%A9%E8%AF%AD) | ||
| | 中文 | 日语 | 英语 | 韩语 | | ||
| :----------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | :----------------------------------------------------------: | | ||
| **分角色包** | [点我获取](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E4%B8%AD%E6%96%87%20-%20Chinese) | [点我获取](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E6%97%A5%E8%AF%AD%20-%20Japanese) | [点我获取](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E8%8B%B1%E8%AF%AD%20-%20English) | [点我获取](https://pan.ai-hobbyist.com/GL/Wuthering%20Waves%20Datasets/%E9%9F%A9%E8%AF%AD%20-%20Korean) | | ||
| **完整包** | [点我获取](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_CN.7z) | [点我获取](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_JP.7z) | [点我获取](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_EN.7z) | [点我获取](https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.3_KR.7z) | | ||
### 完整包 | ||
>#### 汉语语音包 | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_CN.7z | ||
>``` | ||
### 数据集常用训练项目(欢迎补充) | ||
>#### 日语语音包 | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_JP.7z | ||
>``` | ||
| 名称 | 仓库 | | ||
| :------------: | :----------------------------------------------------------: | | ||
| Vits | https://github.com/CjangCjengh/vits | | ||
| Bert-Vits | https://github.com/fishaudio/Bert-VITS2 | | ||
| Sovits | [https://github.com/svc-develop-team/so-vits-svc](https://github.com/svc-develop-team/so-vits-svc) | | ||
| Fish Diffusion | https://github.com/fishaudio/fish-diffusion | | ||
| DDSP-SVC | https://github.com/yxlllc/DDSP-SVC | | ||
| Diff-SVC | https://github.com/prophesier/diff-svc | | ||
| RVC | https://github.com/liujing04/Retrieval-based-Voice-Conversion-WebUI | | ||
| GPT-Sovits | [https://github.com/RVC-Boss/GPT-SoVITS](https://github.com/RVC-Boss/GPT-SoVITS) | | ||
| DiffSinger | https://github.com/openvpi/DiffSinger | | ||
>#### 英语语音包 | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_EN.7z | ||
>``` | ||
### 联系方式 | ||
>#### 韩语语音包 | ||
> ```bash | ||
>wget -c https://modelscope.cn/datasets/aihobbyist/WutheringWaves_Dataset/resolve/master/WutheringWaves1.4_KR.7z | ||
>``` | ||
### Git Clone | ||
:modelscope-code[]{type="git"} | ||
## 更新日志 | ||
| 日期 | 更新内容 | | ||
| :--------: | :---------------------------------------: | | ||
| 2024.11.24 | 更新鸣潮1.4中日英韩全角色语音分角色包、完整包 | | ||
## 联系方式 | ||
| 联系方式 | 传送门 | | ||
| :----------------: | :----------------------------------------------------------: | | ||
| AI Hobbyist总群 | [点击链接加入群聊【AI Hobbyist总群】](http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=7vd0kFFgSdgx3c3CZ33J01dx2XTdfelr&authKey=rsG7W1bP3mlsg3UfTpsVrLV%2BLYvmsqJvH%2F2KoWswFd3pa7nkBf0oEV5vCYvBHZLS&noverify=0&group_code=309046913) | | ||
| Discord | [https://discord.gg/eGzeMgYSPD](https://discord.gg/eGzeMgYSPD) | | ||
| AI Hobbyist总群 | [点击链接加入群聊【AI Hobbyist总群】](https://qm.qq.com/q/Ii0OLQTF2U) | | ||
| AI Hibbyist QQ频道 | [点击链接加入QQ频道【AI Hobbyist】](https://pd.qq.com/s/8c2wkdwyl) | | ||
| AI Hobbyist社区 | [https://www.ai-hobbyist.com/](https://www.ai-hobbyist.com/) | | ||
| QQ | 2544390577 | | ||
| 邮箱 | tsuneki_hikari@qq.com | | ||
| 数据集专栏 | [https://www.bilibili.com/read/cv36092527/](https://www.bilibili.com/read/cv36092527/) | | ||
| 数据集专栏 | [https://www.bilibili.com/read/cv36092527](https://www.bilibili.com/read/cv36092527) | | ||
## Star History | ||
[![Star History Chart](https://api.star-history.com/svg?repos=AI-Hobbyist/WutheringWaves_Datasets&type=Date)](https://star-history.com/#AI-Hobbyist/WutheringWaves_Datasets&Date) | ||
|
||
`` |