509 Commits (7823fa08dc0326ca4fe70332cf597262c985a2ab)
 

Author SHA1 Message Date
RVC-Boss 7823fa08dc
Merge pull request #528 from pengooseDev/main
[Docs] update i18n(ko_KR.json) & Changelog_KO.md
1 year ago
pengoosedev 0edf40bc4b chore: sync i18n 1 year ago
pengoosedev 92b229132f chore: tiny change i18n(ko_KR.json) 1 year ago
pengoosedev 7d6f9aecc7 docs: uppdate Changelog_KO.md 1 year ago
pengoosedev 133d0351ac Merge branch 'main' of https://github.com/pengooseDev/GPT-SoVITS 1 year ago
RVC-Boss e60988a568
Update colab_webui.ipynb 1 year ago
RVC-Boss 356193a7b8
Merge pull request #511 from RVC-Boss/revert-510-ChanningWang2018-patch-1
Revert "Fix Issue with Share Link Generation in colab_webui.ipynb"
1 year ago
RVC-Boss 82d5928bf2
Revert "Fix Issue with Share Link Generation in colab_webui.ipynb" 1 year ago
RVC-Boss f8cf029ef9
Merge pull request #510 from ChanningWang2018/ChanningWang2018-patch-1
Fix Issue with Share Link Generation in colab_webui.ipynb
1 year ago
ChanningWang2018 99ad1f3ce5
Fix Issue with Share Link Generation in colab_webui.ipynb
Modified the way we retrieve the "is_share" environment variable.
1 year ago
RVC-Boss 2855f82eb7
Merge pull request #507 from v3ucn/修正g2p_en的英文字母发音问题
修正g2p_en的英文字母发音问题
1 year ago
RVC-Boss 99c10f45fe
Merge pull request #509 from KamioRinn/Adjust-ja-clean-text
Adjust ja clean text
1 year ago
RVC-Boss e97cc3346a
模型实验名可设置为中文。
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/500
1 year ago
KamioRinn c70a609a31 Adjust ja clean text 1 year ago
刘悦 709c6c3d40
Update english.py
热词应该是覆盖逻辑,因为原版字典里如果key存在的话,那么用户定义的热词纠正发音就不会生效
1 year ago
RVC-Boss f6c9803909
Update Changelog_CN.md 1 year ago
RVC-Boss 0ce6393950
Add files via upload 1 year ago
RVC-Boss 27ad6e2608
Merge pull request #499 from WatchTower-Liu/inference_optin
新增无参考文本模式
1 year ago
Watchtower-Liu 9cac8ed160 update webui 1 year ago
Watchtower-Liu 013db82d7d Merge branch 'main' into inference_optin 1 year ago
Watchtower-Liu 1803729360 update_infer 1 year ago
RVC-Boss 7fc216107b
Add files via upload 1 year ago
RVC-Boss 7b0c3c6764
fix issue475
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/475
1 year ago
RVC-Boss d00f816f77
Update Changelog_CN.md 1 year ago
RVC-Boss 895fde46e4
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
1 year ago
RVC-Boss 9b5231a317
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
1 year ago
RVC-Boss ccb9b08be3
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
1 year ago
RVC-Boss dd2c4d6d71
support chinese name as model(exp) name
support chinese name as model(exp) name
1 year ago
RVC-Boss 8ed4d157b3
Merge pull request #467 from Yuan-ManX/fr_FR-1-1
Update fr_FR.json
1 year ago
RVC-Boss 361912bdea
Merge pull request #471 from breakstring/main
Docker持续优化;环境变量参数获取优化
1 year ago
Kenn Zhang c990387f7e 修改原有Dockerfile和文档中错误的端口号;Dockerfile中可以去掉 VOLUME 的声明,同时将端口暴露缩减成一行。 1 year ago
Kenn Zhang 3857c7d15b 新增is_share参数也从环境变量中获取;更改is_half/is_share从环境变量中获取值的方式。 1 year ago
RVC-Boss e30d937c9a
Update Changelog_CN.md 1 year ago
Yuan-Man f99a473f9b
Update fr_FR.json 1 year ago
RVC-Boss d82f6bbb98
Update funasr_asr.py 1 year ago
RVC-Boss 2fa74ecb94
Update fasterwhisper_asr.py 1 year ago
RVC-Boss 3bf71d3790
Update t2s_model.py 1 year ago
RVC-Boss 0c8832727e
Update inference_webui.py 1 year ago
RVC-Boss 598ac16ebe
Merge pull request #457 from WatchTower-Liu/DPO_optim
添加DPO协同训练,提升输出内容的稳定性,增加部分生成参数的webui控制
1 year ago
RVC-Boss e3f3ad2b74
Merge pull request #453 from KamioRinn/Adjust-asr
Adjust-asr
1 year ago
RVC-Boss b607aa3054
Merge pull request #455 from KamioRinn/Adjust-tts-clean-text
Adjust-tts-clean-text
1 year ago
liufenghua 070ac9b2b2 add DPO training 2 years ago
KamioRinn c767450bb1 Adjust-tts-clean-text 2 years ago
KamioRinn ccc7757880 Adjust-asr 2 years ago
RVC-Boss 41041715a4
Update 2-get-hubert-wav32k.py 2 years ago
RVC-Boss 97a67cf859
Merge pull request #444 from Yuan-ManX/ja_JP-1
Update ja_JP.json
2 years ago
RVC-Boss b99b1e86a4
Merge pull request #445 from Yuan-ManX/inference_gui-1-1
Update inference_gui.py
2 years ago
RVC-Boss 1d05c87d06
Merge pull request #446 from breakstring/main
优化Dockerfile --- 新年快乐
2 years ago
Kenn Zhang 2bf5e003fb 优化Dockerfile分层,尽可能复用缓存;增加条件构建,可以用IMAGE_TYPE参数构建不包含额外模型的Docker镜像来减少镜像大小;增加批量构建Docker镜像脚本 2 years ago
Yuan-Man f8820cc48e
Update inference_gui.py 2 years ago