124 Commits

Author SHA1 Message Date
RVC-Boss
605b380114
修复模型加载异步逻辑
修复模型加载异步逻辑
2025-04-01 16:50:54 +08:00
RVC-Boss
6a60e5edb1
v3解锁并行推理;修复模型加载异步逻辑
v3解锁并行推理;修复模型加载异步逻辑
2025-04-01 16:29:52 +08:00
RVC-Boss
271db6a4de
fix torch.inference_mode()RuntimeError:Inplace update to inference tensor outside InferenceMode is not allowed.
fix torch.inference_mode()RuntimeError:Inplace update to inference tensor outside InferenceMode is not allowed.
2025-03-05 18:07:47 +08:00
RVC-Boss
df33574a26
修复超分后音量超过1写错了的bug
修复超分后音量超过1写错了的bug
2025-03-01 19:17:03 +08:00
RVC-Boss
c38b169019
v3sovits模型推理支持webui传语速参数调整合成语速
v3sovits模型推理支持webui传语速参数调整合成语速
2025-02-28 16:50:12 +08:00
RVC-Boss
a69be1eae7
Merge pull request #2122 from KamioRinn/Fix-Short-CJK-LangSegmenter
Fix Short CJK LangSegmenter
2025-02-28 11:23:05 +08:00
KamioRinn
3356fc9e09 Fix get_phones_and_bert 2025-02-28 02:25:58 +08:00
starylan
e35ade8f60 拆分i18n 2025-02-28 01:41:04 +08:00
RVC-Boss
2cd843dcbc
Update inference_webui.py 2025-02-27 22:46:29 +08:00
RVC-Boss
94ffcbe616
Update inference_webui.py 2025-02-27 22:43:18 +08:00
RVC-Boss
a0ff6fa7a2
Update inference_webui.py 2025-02-27 22:28:02 +08:00
RVC-Boss
250b1c73cb
fix 24k to 48k inference 2025-02-27 20:49:17 +08:00
RVC-Boss
060a0d91dc
fix 24k to 48k inference
fix 24k to 48k inference
2025-02-27 19:05:54 +08:00
RVC-Boss
00bdc01113
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:08:26 +08:00
RVC-Boss
00cbadcaad
屏蔽lora strict=False的print假告警,其实加载逻辑没问题。
屏蔽lora strict=False的print假告警,其实加载逻辑没问题。
2025-02-27 14:38:55 +08:00
RVC-Boss
e937b625e4
support sovits v3 lora training, 8G GPU memory is enough
support sovits v3 lora training, 8G GPU memory is enough
2025-02-23 00:37:14 +08:00
KamioRinn
c17dd642c7
Add en_normalization and fix LangSegmenter (#2062) 2025-02-17 18:41:30 +08:00
KamioRinn
72d839e40a
切换新的语言分割工具 (#2047)
* Add New LangSegmenter

* New LangSegmenter
2025-02-14 11:18:52 +08:00
RVC-Boss
16941a7c14
修复根据模型版本识别支持的语种滞后的问题
修复根据模型版本识别支持的语种滞后的问题
2025-02-13 23:17:27 +08:00
Abyss-Seeker
87a3b908ee
Update inference_webui.py (#2043)
修复在Colab使用自行训练的v2模型时可能遇到的UnpicklingError: Weights only load failed.
2025-02-13 23:12:43 +08:00
RVC-Boss
d8fc921771
fix hard code 2025-02-13 11:29:31 +08:00
RVC-Boss
1b25e1097a
修复首次打开不加载sovits模型
修复首次打开不加载sovits模型
2025-02-13 01:11:22 +08:00
RVC-Boss
8e9e3c07d5
修复sovits版本判断 2025-02-12 14:48:36 +08:00
RVC-Boss
598cddabaf
v3不支持无参考模式;加速切换模型的控件状态变更
v3不支持无参考模式;加速切换模型的控件状态变更
2025-02-12 12:02:47 +08:00
RVC-Boss
f29921d85d
gpt sovits v3
gpt sovits v3
2025-02-11 23:09:13 +08:00
RVC-Boss
8109e9bbfd
fix v3 pretrained model path
fix v3 pretrained model path
2025-02-11 22:56:51 +08:00
RVC-Boss
fa42d26d0e
gpt_sovits_v3
gpt_sovits_v3
2025-02-11 21:07:03 +08:00
XXXXRT666
7dac47ca95
chores (#1528)
* chores

* ...

* Add files via upload

* ...

* remove gradio warnings

* Update inference_webui.py

Fix inference_cli issue
2024-08-23 17:47:27 +08:00
RVC-Boss
70d73d36ca
Update gradio 2024-08-20 23:47:23 +08:00
XXXXRT666
ea56b814bd
Chores (#1422)
Make Gradio Great Again
附带vs2017下载链接
增加了各种数据集检查,若缺失会弹出warning
修复了warning乱弹的bug
修复了参考音频混合只能上传一条的bug
修复了下载G2PW Model出现import错误的bug
修复了Windows训练无N卡在预处理阶段的报错
2024-08-13 16:31:12 +08:00
KamioRinn
2310bcde53
Optimize short sentence (#1430) 2024-08-10 12:28:53 +08:00
XXXXRT666
e685299077
* README (#1412)
* README
2024-08-07 14:54:49 +08:00
RVC-Boss
21f05ee471
support timebre mixing
support timebre mixing
2024-08-07 11:28:30 +08:00
XXXXRT666
805dbd7ff2
Remove warnings and add some warnings (#1408) 2024-08-06 18:37:55 +08:00
KamioRinn
9f8f365b93
Fix normalize (#1404) 2024-08-06 12:49:13 +08:00
XXXXRT666
a3f5fb9614
v1v2 Version Switching (#1391)
v1v2 Version Switching
2024-08-06 12:00:51 +08:00
KamioRinn
4e34814c70
Version Check (#1390)
* version check

* fix webui and symbols

* fix v1 language map
2024-08-05 17:24:42 +08:00
XXXXRT666
0c25e57959
若干杂项,界面优化 (#1388)
现支持直接启动inference_webui,支持选择version和i18n
将不同版本模型放在两个文件夹中,启动inference_webui后将根据version选择模型文件夹
训练保存文件夹也将根据verison变化
2024-08-03 21:03:05 +08:00
RVC-Boss
b14f930220
Add files via upload 2024-08-03 12:29:22 +08:00
XXXXRT666
50a63c57d1
若干杂项,界面优化 (#1387)
推理界面布局优化,删去文本切分小框
python webui.py or inference_webui.py  <version(optional)>   <language(optional)>
支持启动时选择模型版本,填在第一个即可,若缺失使用缺省值
支持启动时选择i18n语言,填在最后一个即可,若缺失使用缺省值
计时优化
2024-08-03 12:12:04 +08:00
KamioRinn
6ec3a66d53
support yue and ko inference
support yue and ko inference
2024-08-03 11:19:52 +08:00
RVC-Boss
05028e3587
support gpt-sovits v2
support gpt-sovits v2
2024-08-02 15:43:27 +08:00
KamioRinn
e851ae34c9
Better normlization (#1351) 2024-07-27 16:03:43 +08:00
RVC-Boss
5a972e179c
fix speed control bug
fix speed control bug
2024-07-25 15:27:19 +08:00
RVC-Boss
9588a3c52d
support speed adjust支持合成语速调整
support speed adjust支持合成语速调整
2024-07-23 14:34:56 +08:00
RVC-Boss
f4f76ea431
support speed adjustment
support speed adjustment
2024-07-22 18:23:33 +08:00
RVC-Boss
37760cbc9d
Add files via upload 2024-07-08 20:52:39 +08:00
aoguai
6638e66294
fix: 解决按标点符号切分时小数会被切分(#1084) (#1253)
* fix: 解决按标点符号切分时小数会被切分

* fix: update cut5
2024-07-06 15:08:54 +08:00
aoguai
582ba7d519
fix: 移除多余 my_utils.py (#1189) (#1251)
* fix: 移除多余 my_utils.py (#1189)

* feat: update my_utils
2024-06-29 22:57:01 +08:00
david l euler
3e81e215a5
inference cli tool (#1195)
Co-authored-by: david <david@ihopeit.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
2024-06-26 22:17:05 +08:00