simler commited on
Commit
917f5bb
·
verified ·
1 Parent(s): 7a6b92a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,9 +1,9 @@
1
  {
2
  "version": "2.0",
3
  "model_type": "GPT-SoVITS-V2",
4
- "gpt_path": "/app/CharacterModels/v2ProPlus/feibi/tts_models/t2s_stage_decoder_fp32.onnx",
5
- "sovits_path": "/app/CharacterModels/v2ProPlus/feibi/tts_models/vits_fp32.onnx",
6
- "first_stage_path": "/app/CharacterModels/v2ProPlus/feibi/tts_models/t2s_first_stage_decoder_fp32.onnx",
7
  "cnhubert_base": "/app/GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
8
  "bert": "/app/GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
9
  }
 
1
  {
2
  "version": "2.0",
3
  "model_type": "GPT-SoVITS-V2",
4
+ "gpt_path": "/app/t2s_stage_decoder_fp32.onnx",
5
+ "sovits_path": "/app/vits_fp32.onnx",
6
+ "first_stage_path": "/app/t2s_first_stage_decoder_fp32.onnx",
7
  "cnhubert_base": "/app/GenieData/chinese-hubert-base/chinese-hubert-base.onnx",
8
  "bert": "/app/GenieData/chinese-roberta-wwm-ext-large/chinese-roberta-wwm-ext-large.onnx"
9
  }