290 Commits (514fb692db056a06ed012bc3a5bca2a5b455703e)

Author SHA1 Message Date
RVC-Boss e6a32e15b0
support sovits v3 lora training, 8G GPU memory is enough
support sovits v3 lora training, 8G GPU memory is enough
5 months ago
RVC-Boss e937b625e4
support sovits v3 lora training, 8G GPU memory is enough
support sovits v3 lora training, 8G GPU memory is enough
5 months ago
KamioRinn a2bb1dab91
Patch-LangSegmenter (#2073) 6 months ago
KamioRinn c17dd642c7
Add en_normalization and fix LangSegmenter (#2062) 6 months ago
wzy3650 087fd24579
fix inference issue (#2061)
Co-authored-by: wangzeyuan <wangzeyuan@agora.io>
6 months ago
RVC-Boss 1867780d56
https://github.com/RVC-Boss/GPT-SoVITS/issues/2048
https://github.com/RVC-Boss/GPT-SoVITS/issues/2048
6 months ago
KamioRinn 72d839e40a
切换新的语言分割工具 (#2047)
* Add New LangSegmenter

* New LangSegmenter
6 months ago
RVC-Boss 16941a7c14
修复根据模型版本识别支持的语种滞后的问题
修复根据模型版本识别支持的语种滞后的问题
6 months ago
Abyss-Seeker 87a3b908ee
Update inference_webui.py (#2043)
修复在Colab使用自行训练的v2模型时可能遇到的UnpicklingError: Weights only load failed.
6 months ago
RVC-Boss d8fc921771
fix hard code 6 months ago
RVC-Boss 1b25e1097a
修复首次打开不加载sovits模型
修复首次打开不加载sovits模型
6 months ago
KakaruHayate c2b3298bed
update Gradient Checkpointing to reduce VRAM usage (#2040)
* update Gradient Checkpointing to reduce VRAM usage

* fix inference
6 months ago
RVC-Boss 86acb7a89d
s2_train_v3tqdm进度条修复
s2_train_v3tqdm进度条修复
6 months ago
RVC-Boss 8e9e3c07d5
修复sovits版本判断 6 months ago
RVC-Boss 598cddabaf
v3不支持无参考模式;加速切换模型的控件状态变更
v3不支持无参考模式;加速切换模型的控件状态变更
6 months ago
wzy3650 282ae1d9b2
optimize attention calc logic (#2010)
Co-authored-by: wangzeyuan <wangzeyuan@agora.io>
6 months ago
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
6 months ago
RVC-Boss f29921d85d
gpt sovits v3
gpt sovits v3
6 months ago
RVC-Boss 38e93fd047
gpt sovits v3
gpt sovits v3
6 months ago
RVC-Boss 8109e9bbfd
fix v3 pretrained model path
fix v3 pretrained model path
6 months ago
RVC-Boss 0db482e87d
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 206325a402
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 6b12b4b10b
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 17d9be2a70
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss f7b617d4f7
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 89f1194c70
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 25d1aaf202
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 76c8150fea
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 96a7dca4b8
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss bfe241143b
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss c8f7604ba7
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 190dd6198c
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 21eaf84f23
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 00ab793ff2
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 4d5e9d27a9
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 43eabf21da
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss 25cb1bf400
gpt_sovits_v3
gpt_sovits_v3
6 months ago
RVC-Boss fa42d26d0e
gpt_sovits_v3
gpt_sovits_v3
6 months ago
Naozumi b7a904a671
Replace cantonese g2p with "ToJyutping" (#1697) 7 months ago
wjd 793b0043de
Fix g2pw bug (#1872) 8 months ago
zzz a70e1ad30c
优化 export_torch_script.py (#1739) 9 months ago
刘悦 6d82050b9c
add encoding (#1730) 9 months ago
zzz 98cc47699c
优化 export_torch_script.py (#1720)
* export_torch_script 从命令行获取参数

* export 支持语速设置
9 months ago
AkitoLiu eee607b71d
Fix bug in #1660 and #1667 (#1670)
* fix #1660 #1667

* add japanese cmudict-katakana dict
10 months ago
RVC-Boss a95b2b85f7
Revert "add LLM translated CMUDICT-KATAKANA dictionary (#1660)" (#1669)
This reverts commit 38cd881578.
10 months ago
AkitoLiu 38cd881578
add LLM translated CMUDICT-KATAKANA dictionary (#1660) 10 months ago
zzz 5efb960898
添加导出成 TorchScript 的脚本用于支持python以外的语言 (#1640)
* Fix onnx_export to support v2

* delete some useless code & add some args type for export torch-script

* Add export_torch_script.py

* (export_torch_script.py) 整合 vits 和 t2s 成一个 model 导出

* 恢复 `t2s_model.py` 把改动移到 `export_torch_script.py`
10 months ago
Spr_Aachen 78c68d46cb
Fix model_source path (#1619) 11 months ago
KamioRinn 192ea6f6c9
Add Liang (#1613) 11 months ago
zzz 0c000191b3
Fix onnx_export to support v2 (#1604) 11 months ago