mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-08 16:00:01 +08:00
修改了启动项目
This commit is contained in:
parent
cac2fda6be
commit
71ba1c1abe
@ -1,10 +0,0 @@
|
|||||||
您装的是推理包的2.0版本
|
|
||||||
这个版本也兼容训练,就是在原版的基础上以子模块的形式挂载了推理包。
|
|
||||||
|
|
||||||
下面的路径相对于根目录
|
|
||||||
现在的脚本放在“一键启动脚本”中
|
|
||||||
模型位置不变,仍在“trained”中
|
|
||||||
推理设置如端口、半精度、分享等不变,在“Inference\config.json”中
|
|
||||||
|
|
||||||
|
|
||||||
您如果要从旧项目迁移,只需要迁移Inference\config.json、trained文件夹即可。
|
|
@ -2,24 +2,29 @@
|
|||||||
Text=特化推理包2.1 by Xter | 原项目 by RVC-Boss(花儿不哭)
|
Text=特化推理包2.1 by Xter | 原项目 by RVC-Boss(花儿不哭)
|
||||||
[HomeImage]
|
[HomeImage]
|
||||||
Route=\Cfg\HomeImage.jpg
|
Route=\Cfg\HomeImage.jpg
|
||||||
|
[TTSBSWUIStart]
|
||||||
|
FolderName=单文件合成网页
|
||||||
|
Hide=N
|
||||||
|
ButtonName=单文件合成网页
|
||||||
|
Route=3 启动单文件app(独立运行,无需后端).bat
|
||||||
[TTSBackgroundServiceStart]
|
[TTSBackgroundServiceStart]
|
||||||
FolderName=TTS 后台服务
|
FolderName=TTS 后端服务
|
||||||
ButtonName=TTS 后台服务
|
ButtonName=TTS 后端服务
|
||||||
Route=3 启动后端程序.bat
|
Route=5 启动后端程序.bat
|
||||||
[TTSWebUIStart]
|
[TTSWebUIStart]
|
||||||
FolderName=TTS WebUI
|
FolderName=TTS 前端
|
||||||
Hide=N
|
Hide=N
|
||||||
ButtonName=TTS WebUI
|
ButtonName=TTS 前端
|
||||||
Route=4 启动前端合成程序(可选,依赖后端).bat
|
Route=6 启动前端合成程序(可选,依赖后端).bat
|
||||||
[GPTsoVITSWebUIStart]
|
[GPTsoVITSWebUIStart]
|
||||||
FolderName=GPTsV WebUI
|
FolderName=GSV WebUI
|
||||||
Hide=N
|
Hide=N
|
||||||
ButtonName=GPTsV WebUI
|
ButtonName=GSV WebUI
|
||||||
Route=11 启动原项目的训练界面(小白别开,请根据页面上的文档链接自行研究,推理群不包解答).bat
|
Route=11 启动原项目的训练界面(小白别开,请根据页面上的文档链接自行研究,推理群不包解答).bat
|
||||||
[TTSModuleManagerStart]
|
[TTSModuleManagerStart]
|
||||||
FolderName=TTS 模型管理
|
FolderName=模型管理
|
||||||
Hide=N
|
Hide=N
|
||||||
ButtonName=TTS 模型管理
|
ButtonName=模型管理
|
||||||
Route=10 启动模型管理界面(可选).bat
|
Route=10 启动模型管理界面(可选).bat
|
||||||
[UpdateProgramStart]
|
[UpdateProgramStart]
|
||||||
FolderName=更新项目
|
FolderName=更新项目
|
||||||
@ -56,7 +61,7 @@ ButtonName=GPTsoVITS
|
|||||||
Hide=N
|
Hide=N
|
||||||
Route=https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e
|
Route=https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e
|
||||||
[StartDocument]
|
[StartDocument]
|
||||||
ButtonName=启动器项目文档
|
ButtonName=Start项目文档
|
||||||
Hide=N
|
Hide=N
|
||||||
Route=https://note.youdao.com/s/DlzSyaLl
|
Route=https://note.youdao.com/s/DlzSyaLl
|
||||||
[JsonConfig]
|
[JsonConfig]
|
||||||
@ -66,8 +71,11 @@ Route=\Cfg\About.txt
|
|||||||
[Status]
|
[Status]
|
||||||
Hide=N
|
Hide=N
|
||||||
TWU Hide=N
|
TWU Hide=N
|
||||||
|
TBW Hide=N
|
||||||
GWU Hide=N
|
GWU Hide=N
|
||||||
TMM Hide=N
|
TMM Hide=N
|
||||||
UpD Hide=N
|
UpD Hide=N
|
||||||
FUp Hide=N
|
FUp Hide=N
|
||||||
Line Hide=156
|
Line Hide=1267
|
||||||
|
[SkinSet]
|
||||||
|
Skin=0
|
||||||
|
Binary file not shown.
27
0 一键启动脚本/说明.txt
Normal file
27
0 一键启动脚本/说明.txt
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
|
||||||
|
您可以通过从启动页面启动不同的功能
|
||||||
|
|
||||||
|
一、单纯合成语音
|
||||||
|
|
||||||
|
如果您只想使用网页 合成语音:只需要运行单文件合成网页(也就是3.bat)
|
||||||
|
|
||||||
|
二、使用后端+前端的组合用于合成语音
|
||||||
|
|
||||||
|
如果您想启动后端界面(这样可以用于配置听书、配置机器人、适配各种其它应用):您可以运行TTS 后端程序(5.bat)
|
||||||
|
并且我们提供了一个TTS 前端程序用于在网页上预览,您可以同时运行 TTS 前端 用于网页合成语音(6.bat)
|
||||||
|
|
||||||
|
三、启动模型管理界面管理模型
|
||||||
|
|
||||||
|
运行 TTS 模型管理
|
||||||
|
|
||||||
|
四、启动原版GSV的推理
|
||||||
|
|
||||||
|
您可以启动 GSV WebUI
|
||||||
|
但是实际上我们不推荐您这么做,这个推理项目不被建议用来训练,版本太高了,据传会出现小问题
|
||||||
|
另外您需要补充降噪模型,在新版本为了节省体积默认不放置这些模型了
|
||||||
|
路径:tools\uvr5\uvr5_weights\ 与 tools\asr\models\models\ 与 tools\denoise-model\
|
||||||
|
您可以去原始项目重新复制一份tools\进来
|
||||||
|
|
||||||
|
|
||||||
|
另外,如果您运行出了问题,请第一时间想到去更新(999-0-1:执行这3个bat)
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user