mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 15:19:59 +08:00
chore
This commit is contained in:
parent
7f6ca9586d
commit
a5c4920a2a
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
#### 其他
|
#### 其他
|
||||||
|
|
||||||
|
3
webui.py
3
webui.py
@ -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()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user