This commit is contained in:
XXXXRT666 2024-08-07 02:47:30 +08:00
parent 7f6ca9586d
commit a5c4920a2a
4 changed files with 3 additions and 5 deletions

View File

@ -74,7 +74,6 @@ bash install.sh
```bash ```bash
conda create -n GPTSoVits python=3.9 conda create -n GPTSoVits python=3.9
conda activate GPTSoVits conda activate GPTSoVits
pip install -r requirements.txt pip install -r requirements.txt
``` ```

View File

@ -194,7 +194,7 @@ D:\GPT-SoVITS\xxx/xxx.wav|xxx|zh|我爱玩原神。
#### 整合包用户 #### 整合包用户
双击`go-webui-v2.bat`或者使用`go-webui-v2.ps` 双击`go-webui.bat`或者使用`go-webui.ps`
若想使用V1,则双击`go-webui-v1.bat`或者使用`go-webui-v1.ps` 若想使用V1,则双击`go-webui-v1.bat`或者使用`go-webui-v1.ps`
#### 其他 #### 其他
@ -230,7 +230,7 @@ python webui.py v1 <language(optional)>
#### 整合包用户 #### 整合包用户
双击 `go-webui-v2.bat` 或者使用 `go-webui-v2.ps` ,然后在 `1-GPT-SoVITS-TTS/1C-推理` 中打开推理webUI 双击 `go-webui.bat` 或者使用 `go-webui.ps` ,然后在 `1-GPT-SoVITS-TTS/1C-推理` 中打开推理webUI
#### 其他 #### 其他

View File

@ -771,8 +771,7 @@ def check_for_exists(file_list=None,is_train=False,is_dataset_processing=False):
if os.path.exists('GPT_SoVITS/text/G2PWModel'):... if os.path.exists('GPT_SoVITS/text/G2PWModel'):...
else: else:
cmd = '"%s" GPT_SoVITS/g2pw_download.py'%python_exec cmd = '"%s" GPT_SoVITS/download.py'%python_exec
print(cmd)
p = Popen(cmd, shell=True) p = Popen(cmd, shell=True)
p.wait() p.wait()