chjn commited on
Commit
42fdff0
·
1 Parent(s): e2be9a9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -9
README.md CHANGED
@@ -8,19 +8,24 @@ pipeline_tag: audio-to-audio
8
  AI里见光钻模型,采用游戏音源训练
9
  许可: **CC BY 4.0**; so-vits-svc许可:AGPL v3.0; 训练集版权属于CyGames。
10
  详细参数请参考config.json
11
- 使用方法:将[so-vits-svc项目](https://github.com/svc-develop-team/so-vits-svc) clone到本地,安装所有的依赖,
12
- 新建一个models文件夹,将SatonoDiamond文件夹放进去,
13
- 打开cmd,cd到so-vits-svc的目录,执行下面的命令:
14
- <code>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"</code><br>
15
- 将命令里的xxx.wav改成你的源音频名字,将x改成你要升/降的key。
 
 
16
  更多命令请参考[so-vits-svc项目的README_zh_CN.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.1-Stable/README_zh_CN.md)。
17
 
18
  bilibili [@bili_70205312953](https://space.bilibili.com/700776013)
19
 
20
  A so-vits-svc 4.1 model of Satono Diamond in Uma Musume: Pretty Derby.
21
  license:**CC BY 4.0**; so-vits-svc license:AGPL v3.0; the copyright of the raw dataset belongs to CyGames.
22
- Usage:Clone the [so-vits-svc repository](https://github.com/svc-develop-team/so-vits-svc) and install all dependencies.
23
- Create a new folder named "models" and place the "SatonoDiamond" folder inside it.
24
- 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.
25
- <code>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"</code><br>
 
 
 
26
  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).
 
8
  AI里见光钻模型,采用游戏音源训练
9
  许可: **CC BY 4.0**; so-vits-svc许可:AGPL v3.0; 训练集版权属于CyGames。
10
  详细参数请参考config.json
11
+ 使用方法:
12
+ - 将[so-vits-svc项目](https://github.com/svc-develop-team/so-vits-svc) clone到本地,安装所有的依赖并下载底模
13
+ - 新建一个models文件夹,将SatonoDiamond文件夹放进去
14
+ - 打开cmd,cd到so-vits-svc的目录,把下面的命令中的xxx.wav改成你的源音频名字,将x改成你要升/降的key后执行
15
+ ```
16
+ 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"
17
+ ```
18
  更多命令请参考[so-vits-svc项目的README_zh_CN.md](https://github.com/svc-develop-team/so-vits-svc/blob/4.1-Stable/README_zh_CN.md)。
19
 
20
  bilibili [@bili_70205312953](https://space.bilibili.com/700776013)
21
 
22
  A so-vits-svc 4.1 model of Satono Diamond in Uma Musume: Pretty Derby.
23
  license:**CC BY 4.0**; so-vits-svc license:AGPL v3.0; the copyright of the raw dataset belongs to CyGames.
24
+ Usage:
25
+ - Clone the [so-vits-svc repository](https://github.com/svc-develop-team/so-vits-svc) and install all dependencies.
26
+ - Create a new folder named "models" and place the "SatonoDiamond" folder inside it.
27
+ - 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.
28
+ ```
29
+ 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"
30
+ ```
31
  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).