ilyaml218
25ee24f515
Update inference_webui.py:delete concurrency_count=511, max_size=1022
...
inference_webui.py 616 <module>
app.queue(concurrency_count=511, max_size=1022).launch(
blocks.py 2012 queue
raise DeprecationWarning(
DeprecationWarning:
concurrency_count has been deprecated. Set the concurrency_limit directly on event listeners e.g. btn.click(fn, ..., concurrency_limit=10) or gr.Interface(concurrency_limit=10). If necessary, the total number of workers can be configured via `max_threads` in launch().
2024-05-10 14:27:22 +08:00
Lion
1963eb01cc
support cpu training, use cpu training on mac
2024-03-13 22:24:32 +08:00
DW
37206edbd9
Update inference_webui.py
2024-03-04 20:37:18 +11:00
RVC-Boss
b75b5dcf6b
Merge pull request #658 from KamioRinn/Fix-KO
...
修正LangSegment识别为韩文
2024-03-04 00:44:47 +08:00
KamioRinn
e066cd93d2
fix auto LangSegment misunderstand KO
2024-03-04 00:13:28 +08:00
XXXXRT666
83c9e8ff02
Update inference_webui.py
2024-02-21 13:26:30 +00:00
RVC-Boss
939971afe3
Add files via upload
2024-02-21 18:52:07 +08:00
RVC-Boss
7ee72bec7e
Merge pull request #557 from XXXXRT666/main
...
Change the inference device on Mac
2024-02-21 16:27:42 +08:00
XXXXRT666
220367f90c
Update inference_webui.py
...
精简代码
2024-02-21 01:15:11 +00:00
KamioRinn
84062074a3
Adjust text normlization
2024-02-21 01:14:09 +08:00
XXXXRT666
861658050b
Update inference_webui.py
...
Change inference device to accelerate inference on Mac and reduce memory leak
2024-02-20 16:03:08 +00:00
KamioRinn
76570cff52
Del a-zA-Z
2024-02-20 22:45:49 +08:00
KamioRinn
bbef82fa86
Refactoring get phones and bert
2024-02-20 22:41:39 +08:00
KamioRinn
55f82e9ad1
Fix text formatting
2024-02-19 02:11:02 +08:00
KamioRinn
c70a609a31
Adjust ja clean text
2024-02-17 16:04:06 +08:00
RVC-Boss
0ce6393950
Add files via upload
2024-02-16 23:44:36 +08:00
Watchtower-Liu
9cac8ed160
update webui
2024-02-16 17:47:54 +08:00
Watchtower-Liu
013db82d7d
Merge branch 'main' into inference_optin
2024-02-16 17:03:11 +08:00
Watchtower-Liu
1803729360
update_infer
2024-02-16 16:53:57 +08:00
RVC-Boss
0c8832727e
Update inference_webui.py
2024-02-12 16:47:30 +08:00
RVC-Boss
598ac16ebe
Merge pull request #457 from WatchTower-Liu/DPO_optim
...
添加DPO协同训练,提升输出内容的稳定性,增加部分生成参数的webui控制
2024-02-12 00:14:18 +08:00
liufenghua
070ac9b2b2
add DPO training
2024-02-11 15:06:01 +08:00
KamioRinn
c767450bb1
Adjust-tts-clean-text
2024-02-11 03:54:39 +08:00
ling
bd42a6923f
feat: deal with edge case
2024-02-07 20:06:51 +08:00
ling
2c1eb59283
feat: in case ignore too short text
2024-02-07 19:41:41 +08:00
ling
8b82bc937e
feat: incase too much \n
2024-02-07 15:44:55 +08:00
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
RVC-Boss
0fdbf3a732
Revert "在推理页面添加在线录制参考音频功能用于ZeroShot"
2024-02-03 21:04:51 +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
f36ca4a451
Update inference_webui.py
2024-02-01 16:46:20 +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
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
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
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
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