95 Commits

Author SHA1 Message Date
RVC-Boss
cb88b8b9eb
Update inference_webui.py 2024-02-07 15:11:34 +08:00
RVC-Boss
e75106d1f0
Add files via upload 2024-02-07 00:24:37 +08:00
qieqieplus
dddff7ed45
fix inference langid 2024-02-06 17:05:39 +08:00
RVC-Boss
65b463a787
Add files via upload 2024-02-06 00:20:24 +08:00
KamioRinn
55291dab65 Add more engdict 2024-02-05 03:47:38 +08:00
RVC-Boss
0fdbf3a732
Revert "在推理页面添加在线录制参考音频功能用于ZeroShot" 2024-02-03 21:04:51 +08:00
RVC-Boss
addbde28d3
Merge pull request #374 from KakaruHayate/patch-9
在推理页面添加在线录制参考音频功能用于ZeroShot
2024-02-03 20:46:15 +08:00
KamioRinn
bace09951c Use PaddleSpeech-NSW-Normalization process Chinese 2024-02-03 16:46:09 +08:00
KakaruHayate
dd63352168
在推理页面添加在线录制参考音频功能用于ZeroShot 2024-02-03 15:41:30 +08:00
RVC-Boss
3ebff70b71
Add files via upload 2024-02-03 00:48:00 +08:00
RVC-Boss
9286a27ad3
Add files via upload 2024-02-03 00:47:57 +08:00
RVC-Boss
3c14a37f8b
Add files via upload 2024-02-02 22:38:32 +08:00
Yuan-Man
bf494b6b2d
Update inference_gui.py 2024-02-01 20:14:09 +08:00
RVC-Boss
f36ca4a451
Update inference_webui.py 2024-02-01 16:46:20 +08:00
Akito-UzukiP
a806bb20f9 Add japanese cleaner with prosody info. 2024-01-31 23:41:53 +08:00
KakaruHayate
d6629a8c6c
第一遍正则匹配不查找'.' 2024-01-30 22:56:00 +08:00
KakaruHayate
3e8c071e9a
优化日英/中英混合推理分词逻辑
示例

【1pass】(现在版本)
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills', ',', 'A.B.C.D.A', '_', 'B', '—', 'C', '……', 'D.']
['zh', 'en', 'zh', 'en', 'zh', 'en', 'zh', 'en', 'zh', 'en']
【2pass】
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills,', 'A.B.C.D.A_', 'B—', 'C……', 'D.']
['zh', 'en', 'en', 'en', 'en', 'en']
【result】
['我是一名粉刷匠,粉刷本领强,', 'I am a painter with strong painting skills,A.B.C.D.A_B—C……D.']
['zh', 'en']
2024-01-30 22:37:59 +08:00
RVC-Boss
da548e7de5
Merge pull request #303 from lyris/main
Update cleaner.py
2024-01-30 19:04:49 +08:00
RVC-Boss
74409f3570
Update inference_webui.py 2024-01-30 14:56:47 +08:00
RVC-Boss
1c2fa98ca8
Add files via upload 2024-01-30 12:08:45 +08:00
lyris
73520c3da1
Update cleaner.py
fix the return to phones, word2ph, norm_text
2024-01-30 11:49:41 +08:00
Yuan-Man
e70f5281fc
Add inference_gui.py 2024-01-29 23:25:08 +08:00
RVC-Boss
bdcbc46cb0
Update chinese.py 2024-01-28 20:22:58 +08:00
RVC-Boss
698e965513
修复开头吞字 2024-01-28 20:18:44 +08:00
RVC-Boss
b8ae5a2761
Add files via upload 2024-01-28 20:10:36 +08:00
RVC-Boss
f0cfe39708
fix gpt not save issue. 2024-01-28 19:34:03 +08:00
RVC-Boss
ecb4b23fc3
Update data_module.py 2024-01-28 19:19:57 +08:00
RVC-Boss
2d69f103a3
Revert "fix chinese number to pinyin" 2024-01-28 17:58:17 +08:00
duliangang
3e4a03660b
fix chinese number to pinyin
数字转拼音不准的bug,因为将数字一个个分割了调用an2cn当然不准
2024-01-28 16:28:24 +08:00
Erythrocyte3803
cf19b6f387 修复在尝试独立运行 inference_webui 时候,找不到部分前置模型(例如bert)的问题 2024-01-27 13:20:21 +09:00
RVC-Boss
5237229d39
Update inference_webui.py 2024-01-26 22:56:32 +08:00
RVC-Boss
2eabcfa828
Update inference_webui.py 2024-01-26 22:50:26 +08:00
KakaruHayate
9b6f359d05
fix " ' " 2024-01-26 19:48:52 +08:00
KakaruHayate
5c6ba3ebcb
Update not neuraL tone words list. 2024-01-26 19:43:35 +08:00
RVC-Boss
b24893f4d1
Update inference_webui.py 2024-01-26 18:54:13 +08:00
RVC-Boss
f4148cf77f
支持合成文本中英混合、日英混合 2024-01-26 18:48:30 +08:00
RVC-Boss
9fe955c1bf
Add files via upload 2024-01-26 18:01:15 +08:00
RVC-Boss
725471b0bf
Revert "引导音频记忆,文本记忆和语种记忆" 2024-01-26 17:54:21 +08:00
RVC-Boss
35d4c334eb
Merge pull request #216 from v3ucn/引导音频记忆,文本记忆和语种记忆
引导音频记忆,文本记忆和语种记忆
2024-01-26 17:50:16 +08:00
RVC-Boss
3fb0ed4f03
Merge branch 'main' into patch-4 2024-01-26 17:49:38 +08:00
刘悦
16196b6f38
增加引导音频记忆、引导音频文本记忆、语种记忆
增加引导音频记忆、引导音频文本记忆、语种记忆
2024-01-26 15:42:49 +08:00
刘悦
8adcecd19a
增加引导音频记忆、引导音频文本记忆、语种记忆
增加引导音频记忆、引导音频文本记忆、语种记忆
2024-01-26 15:40:14 +08:00
刘悦
0bcdf0155c
添加模型记忆功能,不用二次选择模型
添加模型记忆功能,不用二次选择模型
2024-01-26 14:09:50 +08:00
KakaruHayate
fa0c06b62c
Update inference_webui.py
https://github.com/RVC-Boss/GPT-SoVITS/pull/205
2024-01-26 12:23:40 +08:00
RVC-Boss
52a9009bde
Merge pull request #205 from LeiHao0/main
Resolved the issue of duplicate inference in the Bert1 model
2024-01-26 11:11:49 +08:00
KakaruHayate
177f3c6fc9
中英/日英混合推理
如题,支持在中文/日语模式下夹杂英语内容
2024-01-26 10:35:13 +08:00
Lei Hao
afdce90c41 Resolved the issue of duplicate inference in the Bert1 model 2024-01-26 10:34:22 +08:00
Wu Zichen
3029560356 Fix indentation issue 2024-01-26 01:40:18 +08:00
RVC-Boss
8e54a36f2c
Update 3-get-semantic.py 2024-01-25 23:28:16 +08:00
RVC-Boss
d796bd40b9
Update 2-get-hubert-wav32k.py 2024-01-25 23:28:08 +08:00