531 Commits

Author SHA1 Message Date
RVC-Boss
6da486c15d
Add files via upload 2024-02-21 18:27:59 +08:00
RVC-Boss
434ad28036
Merge pull request #565 from breakstring/main
Docker镜像构建脚本对于镜像的Tag增加Git Commit的Hash值,便于知道镜像中应用版本
2024-02-21 16:28:46 +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
RVC-Boss
7061f6e19a
Merge pull request #559 from KamioRinn/Adjust-text-normlization
中文前端处理优化
2024-02-21 16:24:43 +08:00
Kenn Zhang
b0b039ad21 Docker镜像构建脚本对于镜像的Tag增加Git Commit的Hash值,便于知道镜像中应用版本 2024-02-21 03:04:36 +00:00
XXXXRT666
db40317d9c
Update config.py
精简代码
2024-02-21 01:15:31 +00: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
XXXXRT666
3180294710
Update config.py
Change the inference device for Mac to accelerate inference and reduce memory leak
2024-02-20 15:57:58 +00:00
RVC-Boss
a16de2e7c6
Merge pull request #556 from KamioRinn/Refactoring-get-phones-and-bert
重构phones bert计算逻辑
2024-02-20 23:26:39 +08: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
RVC-Boss
7881c01c55
Merge pull request #531 from idkdik2/main
Add inference-only for gpt-sovits in google colab (在 google colab 中为 gpt-sovits 添加仅推理功能) (HUGGINGFACE ONLY)
2024-02-19 21:37:55 +08:00
RVC-Boss
4dc5df7fec
Merge pull request #541 from Lion-Wu/mps
Update README
2024-02-19 21:34:52 +08:00
Lion
555c52b0aa Update README 2024-02-19 19:29:57 +08:00
Lion
d36c7fa1df Update README 2024-02-19 19:28:32 +08:00
RVC-Boss
1e8a8d03da
Merge pull request #532 from KamioRinn/Fix-text-formatting
输入文本处理优化
2024-02-19 11:07:54 +08:00
RVC-Boss
8a87dfc3c7
Merge pull request #534 from v3ucn/添加Kaggle平台运行脚本
添加Kaggle平台运行脚本
2024-02-19 11:06:35 +08:00
刘悦
41ffbe5c3e
Add files via upload
添加Kaggle平台运行脚本
2024-02-19 09:49:50 +08:00
KamioRinn
55f82e9ad1 Fix text formatting 2024-02-19 02:11:02 +08:00
yukannoshonen
26e6fe6b15
Add inference-only 2024-02-18 14:50:20 -03:00
RVC-Boss
7823fa08dc
Merge pull request #528 from pengooseDev/main
[Docs] update i18n(ko_KR.json) & Changelog_KO.md
2024-02-19 00:42:10 +08:00
pengoosedev
0edf40bc4b chore: sync i18n 2024-02-18 23:38:04 +09:00
pengoosedev
92b229132f chore: tiny change i18n(ko_KR.json) 2024-02-18 23:36:45 +09:00
pengoosedev
7d6f9aecc7 docs: uppdate Changelog_KO.md 2024-02-18 23:36:15 +09:00
pengoosedev
133d0351ac Merge branch 'main' of https://github.com/pengooseDev/GPT-SoVITS 2024-02-18 23:02:19 +09:00
RVC-Boss
e60988a568
Update colab_webui.ipynb 2024-02-17 22:30:54 +08:00
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"
2024-02-17 22:30:21 +08:00
RVC-Boss
82d5928bf2
Revert "Fix Issue with Share Link Generation in colab_webui.ipynb" 2024-02-17 22:25:33 +08:00
RVC-Boss
f8cf029ef9
Merge pull request #510 from ChanningWang2018/ChanningWang2018-patch-1
Fix Issue with Share Link Generation in colab_webui.ipynb
2024-02-17 20:36:34 +08:00
ChanningWang2018
99ad1f3ce5
Fix Issue with Share Link Generation in colab_webui.ipynb
Modified the way we retrieve the "is_share" environment variable.
2024-02-17 20:19:10 +08:00
RVC-Boss
2855f82eb7
Merge pull request #507 from v3ucn/修正g2p_en的英文字母发音问题
修正g2p_en的英文字母发音问题
2024-02-17 17:22:54 +08:00
RVC-Boss
99c10f45fe
Merge pull request #509 from KamioRinn/Adjust-ja-clean-text
Adjust ja clean text
2024-02-17 16:49:56 +08:00
RVC-Boss
e97cc3346a
模型实验名可设置为中文。
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/500
2024-02-17 16:45:31 +08:00
KamioRinn
c70a609a31 Adjust ja clean text 2024-02-17 16:04:06 +08:00
刘悦
709c6c3d40
Update english.py
热词应该是覆盖逻辑,因为原版字典里如果key存在的话,那么用户定义的热词纠正发音就不会生效
2024-02-17 12:13:43 +08:00
RVC-Boss
f6c9803909
Update Changelog_CN.md 2024-02-16 23:46:25 +08:00
RVC-Boss
0ce6393950
Add files via upload 2024-02-16 23:44:36 +08:00
RVC-Boss
27ad6e2608
Merge pull request #499 from WatchTower-Liu/inference_optin
新增无参考文本模式
2024-02-16 23:28:11 +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
7fc216107b
Add files via upload 2024-02-16 00:07:35 +08:00
RVC-Boss
7b0c3c6764
fix issue475
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/475
2024-02-15 23:57:40 +08:00
RVC-Boss
d00f816f77
Update Changelog_CN.md 2024-02-15 20:19:41 +08:00
RVC-Boss
895fde46e4
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
2024-02-15 20:17:44 +08:00
RVC-Boss
9b5231a317
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
2024-02-15 20:17:33 +08:00
RVC-Boss
ccb9b08be3
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
2024-02-15 20:16:58 +08:00
RVC-Boss
dd2c4d6d71
support chinese name as model(exp) name
support chinese name as model(exp) name
2024-02-15 16:31:06 +08:00