forked from RVC-Boss/GPT-SoVITS
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
推理界面布局优化,删去文本切分小框 python webui.py or inference_webui.py <version(optional)> <language(optional)> 支持启动时选择模型版本,填在第一个即可,若缺失使用缺省值 支持启动时选择i18n语言,填在最后一个即可,若缺失使用缺省值 计时优化
- Loading branch information
Showing
21 changed files
with
117 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,6 @@ logs | |
reference | ||
GPT_weights | ||
SoVITS_weights | ||
TEMP | ||
TEMP | ||
gweight.txt | ||
sweight.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
runtime\python.exe webui.py v2 | ||
runtime\python.exe webui.py v2 zh_CN | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$ErrorActionPreference = "SilentlyContinue" | ||
chcp 65001 | ||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v2" | ||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py v2 zh_CN" | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
runtime\python.exe webui.py | ||
runtime\python.exe webui.py zh_CN | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
$ErrorActionPreference = "SilentlyContinue" | ||
chcp 65001 | ||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py" | ||
& "$PSScriptRoot\runtime\python.exe" "$PSScriptRoot\webui.py zh_CN" | ||
pause |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.