chjn commited on
Commit
3e2e025
·
1 Parent(s): bbe6f25

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -10,10 +10,10 @@ AI米浴模型,采用游戏音源(仅语音)训练
10
  详细参数请参考config.json
11
  使用方法:
12
  - 将[so-vits-svc项目](https://github.com/svc-develop-team/so-vits-svc) clone到本地,安装所有的依赖并下载底模
13
- - 新建一个models文件夹,将TamamoCross文件夹放进去
14
  - 打开cmd,cd到so-vits-svc的目录,把下面的命令中的xxx.wav改成你的源音频名字,将x改成你要升/降的key后执行
15
  ```
16
- python inference_main.py -m "models/TamamoCross/TamamoCross.pth" -c "models/RiceShower/config.json" -n "xxx.wav" -t x -s "RiceShower" -shd -dm "models/RiceShower/RiceShower.pt" -dc "models/RiceShower/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
 
@@ -26,6 +26,6 @@ Usage:
26
  - Create a new folder named "models" and place the "RiceShower" 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/TamamoCross/TamamoCross.pth" -c "models/RiceShower/config.json" -n "xxx.wav" -t x -s "RiceShower" -shd -dm "models/RiceShower/RiceShower.pt" -dc "models/RiceShower/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).
 
10
  详细参数请参考config.json
11
  使用方法:
12
  - 将[so-vits-svc项目](https://github.com/svc-develop-team/so-vits-svc) clone到本地,安装所有的依赖并下载底模
13
+ - 新建一个models文件夹,将RiceShower文件夹放进去
14
  - 打开cmd,cd到so-vits-svc的目录,把下面的命令中的xxx.wav改成你的源音频名字,将x改成你要升/降的key后执行
15
  ```
16
+ python inference_main.py -m "models/RiceShower/RiceShower.pth" -c "models/RiceShower/config.json" -n "xxx.wav" -t x -s "RiceShower" -shd -dm "models/RiceShower/RiceShower.pt" -dc "models/RiceShower/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
 
 
26
  - Create a new folder named "models" and place the "RiceShower" 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/RiceShower/RiceShower.pth" -c "models/RiceShower/config.json" -n "xxx.wav" -t x -s "RiceShower" -shd -dm "models/RiceShower/RiceShower.pt" -dc "models/RiceShower/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).