请问v0.6.15怎么加载GPT-SoVITS2模型? #189 Open Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Reviewers No reviews Assignees No one assigned Labels None yet Proje
main(RVC-Boss/GPT-SoVITS#1503) 1 parent b3e8eb4 commit 6ca4aec File tree api.py 1 file changed +135 -49lines changed api.py +135-49 Original file line numberDiff line numberDiff line change @@ -20,6 +20,7 @@ 20 20 `-hp` - `覆盖 config.py 使用半精度` 21 21 `-sm...
api_port, help="default: 9880") parser.add_argument("-a", "--bind_addr", type=str, default="127.0.0.1", help="default: 127.0.0.1") parser.add_argument("-hp", "--half_precision", action='store_true', default=False) parser.add_argument("-fp", "--full_precision", action="...
执行api_v3.py报错: conda环境,python 3.9.19 cuda 12.6, Traceback (most recent call last): File "D:\gptsovits2\GPT-SoVITS\api_v3_multi_process.py", line 122, in from GPT_SoVITS.TTS_infer_pack.TTS import TTS, TTS_Config File "D:\gptsovits2\GPT-SoVITS\GPT_SoVITS\TTS_infer_...
api.py +4-3 Original file line numberDiff line numberDiff line change @@ -179,11 +179,12 @@ def change_sovits_weights(sovits_path): 179 179 hps = dict_s2["config"] 180 180 hps = DictToAttrRecursive(hps) 181 181 hps.model.semantic_frame_rate = "25hz" 182 + model_...
(cout.obj) 中定义 正在创建库 G:\workspace\gpt_sovit\target\release\deps\gpt_sovits.lib 和对象 G:\workspace\gpt_sovit\target\release\deps\gpt_sovits.exp LINK : warning LNK4098: 默认库“LIBCMT”与其他库的使用冲突;请使用 /NODEFAULTLIB:library G:\workspace\gpt_sovit\target\release\deps\gpt...
main (RVC-Boss/GPT-SoVITS#1353) SapphireLab authored Jul 27, 2024 1 parent 0565c3e commit f042030 Showing 1 changed file with 172 additions and 0 deletions. Whitespace Ignore whitespace Split Unified 172 changes: 172 additions & 0 deletions 172 docs/en/Changelog_EN.md Original file ...
main (RVC-Boss/GPT-SoVITS#1503) KamioRinn authored Aug 20, 2024 Verified 1 parent b3e8eb4 commit 6ca4aec Showing 1 changed file with 135 additions and 49 deletions. Whitespace Ignore whitespace Split Unified 184 changes: 135 additions & 49 deletions 184 api.py Original file line number...
main (RVC-Boss/GPT-SoVITS#1503) KamioRinn authored Aug 20, 2024 1 parent b3e8eb4 commit 6ca4aec Showing 1 changed file with 135 additions and 49 deletions. Whitespace Ignore whitespace Split Unified 184 changes: 135 additions & 49 deletions 184 api.py Original file line numberDiff ...
main(#5, RVC-Boss/GPT-SoVITS#1503) 1 parent b3e8eb4 commit 6ca4aec File tree api.py 1 file changed +135 -49lines changed api.py +135-49 Original file line numberDiff line numberDiff line change @@ -20,6 +20,7 @@ 20 20 `-hp` - `覆盖 config.py 使用半精度` 21 21 ...