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
KamioRinn
531a38f119
Fix Short CJK LangSegmenter
2025-02-28 02:04:25 +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
a68e3c4354
Update TTS.py
2025-02-27 22:14:51 +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
KamioRinn
237526a7e6
Fix invalid path ( #2114 )
...
* Fix korean invalid path
* Fix japanese invalid path
* Fix langsegmenter invalid path
2025-02-26 23:37:19 +08:00
KamioRinn
8158a97909
Fix invalid path ( #2112 )
...
* Fix langsegmenter invalid path
* Fix langsegmenter invalid path
* Fix korean invalid path
2025-02-26 18:41:52 +08:00
RVC-Boss
fbb9f21e53
Add files via upload
2025-02-23 20:26:18 +08:00
RVC-Boss
aa07216bba
修复resume epoch数识别错,每次resume都要都训一轮的问题
...
修复resume epoch数识别错,每次resume都要都训一轮的问题
2025-02-23 15:09:22 +08:00
RVC-Boss
e6a32e15b0
support sovits v3 lora training, 8G GPU memory is enough
...
support sovits v3 lora training, 8G GPU memory is enough
2025-02-23 00:38:47 +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
a2bb1dab91
Patch-LangSegmenter ( #2073 )
2025-02-18 15:23:06 +08:00
KamioRinn
c17dd642c7
Add en_normalization and fix LangSegmenter ( #2062 )
2025-02-17 18:41:30 +08:00
wzy3650
087fd24579
fix inference issue ( #2061 )
...
Co-authored-by: wangzeyuan <wangzeyuan@agora.io>
2025-02-17 10:38:04 +08:00
RVC-Boss
1867780d56
https://github.com/RVC-Boss/GPT-SoVITS/issues/2048
...
https://github.com/RVC-Boss/GPT-SoVITS/issues/2048
2025-02-14 12:01:27 +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
KakaruHayate
c2b3298bed
update Gradient Checkpointing to reduce VRAM usage ( #2040 )
...
* update Gradient Checkpointing to reduce VRAM usage
* fix inference
2025-02-12 23:00:34 +08:00
RVC-Boss
86acb7a89d
s2_train_v3tqdm进度条修复
...
s2_train_v3tqdm进度条修复
2025-02-12 14:54:09 +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
wzy3650
282ae1d9b2
optimize attention calc logic ( #2010 )
...
Co-authored-by: wangzeyuan <wangzeyuan@agora.io>
2025-02-12 11:57:17 +08:00
StaryLan
15cbd1b673
Update Documentation ( #2032 )
...
* add exception handling
* Fill in the missing content
* remove GB code
* Simplify i18n text and remove trailing spaces
* ignore v3 model dir
* Update Changelog
* Fix encoding
2025-02-12 11:27:35 +08:00
RVC-Boss
f29921d85d
gpt sovits v3
...
gpt sovits v3
2025-02-11 23:09:13 +08:00
RVC-Boss
38e93fd047
gpt sovits v3
...
gpt sovits v3
2025-02-11 23:00:55 +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
0db482e87d
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:15:24 +08:00
RVC-Boss
206325a402
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:15:12 +08:00
RVC-Boss
6b12b4b10b
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:14:48 +08:00
RVC-Boss
17d9be2a70
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:14:28 +08:00
RVC-Boss
f7b617d4f7
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:13:52 +08:00
RVC-Boss
89f1194c70
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:13:37 +08:00
RVC-Boss
25d1aaf202
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:12:58 +08:00
RVC-Boss
76c8150fea
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:12:44 +08:00
RVC-Boss
96a7dca4b8
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:12:09 +08:00
RVC-Boss
bfe241143b
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:11:56 +08:00
RVC-Boss
c8f7604ba7
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:11:17 +08:00
RVC-Boss
190dd6198c
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:10:47 +08:00
RVC-Boss
21eaf84f23
gpt_sovits_v3
...
gpt_sovits_v3
2025-02-11 21:10:36 +08:00