Skip to content

Commit 7b4cb9c

Browse files
committed
Update: tts_config doc
1 parent 00431b2 commit 7b4cb9c

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,10 @@ tts_config:
167167
- config_path: model2/config.json
168168
vits_path: model2/G_1000.pth
169169
# GPT-SoVITS
170-
- sovits_path: gpt_sovits1/model1_e8_s11536.pth
171-
gpt_path: gpt_sovits1/model1-e15.ckpt
172-
- sovits_path: gpt_sovits2/model2_e8_s11536.pth
173-
gpt_path: gpt_sovits2/model2-e15.ckpt
170+
- vits_path: gpt_sovits1/model1_e8_s11536.pth
171+
t2s_path: gpt_sovits1/model1-e15.ckpt
172+
- vits_path: gpt_sovits2/model2_e8_s11536.pth
173+
t2s_path: gpt_sovits2/model2-e15.ckpt
174174
```
175175
176176
Loading models through the admin panel is convenient, but if you want to load models outside the `data/models` folder, you can only do so by modifying the config.yaml configuration file. The method is to directly provide the absolute path.

README_zh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,10 @@ tts_config:
170170
- config_path: model2/config.json
171171
vits_path: model2/G_1000.pth
172172
# GPT-SoVITS则为
173-
- sovits_path: gpt_sovits1/model1_e8_s11536.pth
174-
gpt_path: gpt_sovits1/model1-e15.ckpt
175-
- sovits_path: gpt_sovits2/model2_e8_s11536.pth
176-
gpt_path: gpt_sovits2/model2-e15.ckpt
173+
- vits_path: gpt_sovits1/model1_e8_s11536.pth
174+
t2s_path: gpt_sovits1/model1-e15.ckpt
175+
- vits_path: gpt_sovits2/model2_e8_s11536.pth
176+
t2s_path: gpt_sovits2/model2-e15.ckpt
177177

178178
```
179179

0 commit comments

Comments
 (0)