File size: 1,989 Bytes
ff81637
ba80221
e2be9a9
 
 
 
ff81637
e2be9a9
6b28e8c
e2be9a9
42fdff0
 
 
 
 
 
 
e2be9a9
c82c444
6b28e8c
c82c444
e2be9a9
6b28e8c
42fdff0
 
 
 
 
 
 
e2be9a9
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
---
license: cc-by-nc-4.0
language:
- zh
- en
pipeline_tag: audio-to-audio
---
AI里见光钻模型,采用游戏音源训练  
许可: **CC BY-NC 4.0**;  训练集版权属于CyGames。  
详细参数请参考config.json  
使用方法:
- 将[so-vits-svc项目](https://github.com/svc-develop-team/so-vits-svc) clone到本地,安装所有的依赖并下载底模  
- 新建一个models文件夹,将SatonoDiamond文件夹放进去  
- 打开cmd,cd到so-vits-svc的目录,把下面的命令中的xxx.wav改成你的源音频名字,将x改成你要升/降的key后执行  
```
python inference_main.py -m "models/SatonoDiamond/SatonoDiamond.pth" -c "models/SatonoDiamond/config.json" -n "xxx.wav" -t x -s "SatonoDiamond" -shd -dm "models/SatonoDiamond/model_500000.pt" -dc "models/SatonoDiamond/diffusion.yaml"
```
更多命令请参考[so-vits-svc项目的README_zh_CN.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.1-Stable/README_zh_CN.md)。

bilibili [@70295](https://space.bilibili.com/700776013)  

A so-vits-svc 4.1 model of Satono Diamond in Uma Musume: Pretty Derby.  
license:**CC BY-NC 4.0**; The copyright of the raw dataset belongs to CyGames.  
Usage: 
- Clone the [so-vits-svc repository](https://github.com/svc-develop-team/so-vits-svc) and install all dependencies.  
- Create a new folder named "models" and place the "SatonoDiamond" folder inside it.  
- Navigate to the directory of "so-vits-svc" and execute the following command by replacing "xxx.wav" with the name of your source audio file and "x" with the desired key to raise/lower.
```
python inference_main.py -m "models/SatonoDiamond/SatonoDiamond.pth" -c "models/SatonoDiamond/config.json" -n "xxx.wav" -t x -s "SatonoDiamond" -shd -dm "models/SatonoDiamond/model_500000.pt" -dc "models/SatonoDiamond/diffusion.yaml"
```
For more commands, please refer to [the README.md file of the "so-vits-svc" project](https://github.com/svc-develop-team/so-vits-svc/blob/4.1-Stable/README.md).