Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NaruseMioShirakana committed Jan 26, 2023
1 parent 149192f commit c82adbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,9 @@ python train.py -c configs/config.json -m 32k
+ 等待执行完毕,在你的项目文件夹下会生成一个model.onnx,即为导出的模型
### Onnx模型支持的UI
+ [MoeSS](https://github.com/NaruseMioShirakana/MoeSS)
+ 注意:若想导出48K模型,请按照以下步骤修改文件
+ 请打开[model_onnx.py](model_onnx.py),将其中最后一个class的hps中32000改为48000
+ 请打开[nvSTFT](/vdecoder/hifigan/nvSTFT.py),将其中所有32000改为48000

## Gradio(WebUI)
使用 [sovits_gradio.py](sovits_gradio.py)
Expand Down

0 comments on commit c82adbe

Please sign in to comment.