266 Commits (f7b617d4f7fe7b1ea77205bb610b9d96e84f2b09)

Author SHA1 Message Date
RVC-Boss 0003fbd92e
Update onnx_api.py 1 year ago
XXXXRT666 805dbd7ff2
Remove warnings and add some warnings (#1408) 1 year ago
KamioRinn 2196b2bfc6
Repair detail (#1411)
* Load lang module on demand

* Turn off onnx warning
1 year ago
xiaofeicn 987710bb6c
增加量词 (#987)
处|台|架|枚|趟|幅|平|方|堵|间|床|株|批|项|例|列|篇|栋|注|亩|
1 year ago
RVC-Boss 054491f032
屏蔽不必要告警
屏蔽不必要告警
1 year ago
RVC-Boss b525c2ae37
Add files via upload 1 year ago
RVC-Boss 0dae0d70f3
屏蔽不必要告警
屏蔽不必要告警
1 year ago
RVC-Boss d91589036a
更新最新的中文多音字处理逻辑
更新最新的中文多音字处理逻辑
1 year ago
RVC-Boss 7778412ed2
中文多音字逻辑更新
中文多音字逻辑更新
1 year ago
KamioRinn 9f8f365b93
Fix normalize (#1404) 1 year ago
RVC-Boss 21e63c4c3e
add text cleaner references
add text cleaner references
1 year ago
RVC-Boss 04f2469a84
Update korean.py 1 year ago
RVC-Boss 32a46d9494
Add files via upload 1 year ago
XXXXRT666 a3f5fb9614
v1v2 Version Switching (#1391)
v1v2 Version Switching
1 year ago
KamioRinn 4e34814c70
Version Check (#1390)
* version check

* fix webui and symbols

* fix v1 language map
1 year ago
XXXXRT666 0c25e57959
若干杂项,界面优化 (#1388)
现支持直接启动inference_webui,支持选择version和i18n
将不同版本模型放在两个文件夹中,启动inference_webui后将根据version选择模型文件夹
训练保存文件夹也将根据verison变化
1 year ago
RVC-Boss b14f930220
Add files via upload 1 year ago
XXXXRT666 50a63c57d1
若干杂项,界面优化 (#1387)
推理界面布局优化,删去文本切分小框
python webui.py or inference_webui.py  <version(optional)>   <language(optional)>
支持启动时选择模型版本,填在第一个即可,若缺失使用缺省值
支持启动时选择i18n语言,填在最后一个即可,若缺失使用缺省值
计时优化
1 year ago
KamioRinn 6ec3a66d53
support yue and ko inference
support yue and ko inference
1 year ago
RVC-Boss 8cbd916222
Update japanese.py 1 year ago
XXXXRT666 73c6244bb6
support gpt sovits v2
ASR languages
git ignore
requirement.txt
more autofill
1 year ago
RVC-Boss de7ee7c7c1
support gpt sovits v2
support gpt sovits v2
1 year ago
RVC-Boss 0ff01c14a2
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 5b184935cd
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 10e589f99e
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 37221c83a7
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 210e508b0c
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 85a57be266
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss 05028e3587
support gpt-sovits v2
support gpt-sovits v2
1 year ago
RVC-Boss bce451a2d1
fix cpu+fp16 inference issue
fix cpu+fp16 inference issue
1 year ago
KamioRinn e851ae34c9
Better normlization (#1351) 1 year ago
RVC-Boss 3a9161c979
fix speed control bug
fix speed control bug
1 year ago
RVC-Boss 5a972e179c
fix speed control bug
fix speed control bug
1 year ago
RVC-Boss 9588a3c52d
support speed adjust支持合成语速调整
support speed adjust支持合成语速调整
1 year ago
RVC-Boss 5fbe7f07df
Add files via upload 1 year ago
RVC-Boss f4f76ea431
support speed adjustment
support speed adjustment
1 year ago
huangxu1991 4f8e1660af
Add use_distributed_sampler=False in Trainer (#756)
if you have defined your own sampler, you should have to set use_distributed_sampler to False!
当使用自定义的 sampler 时,必须设置 use_distributed_sampler 为 False
1 year ago
KamioRinn 368045c94e
尝试修复混合模式下短单词发音不清晰的问题 (#1286)
* Add pause before short words

* Add 'conda'
1 year ago
RVC-Boss 37760cbc9d
Add files via upload 1 year ago
RVC-Boss 3d9c37baca
Add files via upload 1 year ago
XXXXRT666 923af471d2
Update t2s_model.py (#1283)
y is None at no reference mode, and Nonetype object has no attribute shape
1 year ago
RVC-Boss b0786f2998
double inference speed
double inference speed
1 year ago
aoguai 6638e66294
fix: 解决按标点符号切分时小数会被切分(#1084) (#1253)
* fix: 解决按标点符号切分时小数会被切分

* fix: update cut5
1 year ago
aoguai 582ba7d519
fix: 移除多余 my_utils.py (#1189) (#1251)
* fix: 移除多余 my_utils.py (#1189)

* feat: update my_utils
1 year ago
RVC-Boss a208698e77
Update s1_train.py 1 year ago
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>
1 year ago
Spr_Aachen d8bcc732d7
Update gui.py&webui.py (#1216)
1. Fix the issue that gui needs to reload models for each inference
2. Fix the issue that webui would be toggled by relevant import
3. Complement missing package import
4. Simplify GUI's code and address various inefficiencies, including: enabling direct input of ref text and target text (akin to the WebUI), facilitating file selection for ref audio uploads, adding language options for CH-EN/JA-EN/Multi (with Multi as the default), standardizing variable name to enhance readability.
1 year ago
XXXXRT666 bedb421adb
关于标点符号导致参考泄漏的问题 (#1168)
* punctuation

* Update inference_webui.py

* Update

* update

* update
1 year ago
彭震东 e106a5ee88
Update s2_train.py (#1159) 1 year ago
RVC-Boss 99f09c8bdc
微调未读取bert文件重大bug修复 1 year ago
XXXXRT666 151184598a
Update models.py (#1116) 1 year ago
XXXXRT666 90e92b079e
name2go fixed (#1132) 1 year ago
lyris 62a71af6ea
Update english.py (#1106)
copy but not ref the phones list becoz it will be extend later, if not do so,it will affect the self.cmu dict values.
1 year ago
蓝梦实 0357d0c7a4
[优化] 1Aa-文本获取 (#1102)
* Filter unsupported languages

* add feedback

* simplify modification

* fix detail
1 year ago
hcwu1993 a95e6c13b8
modify freeze_quantizer mode, avoid quantizer's codebook updating (#953) 1 year ago
KamioRinn a3c4e040c8
Normalize chinese arithmetic operations (#947) 1 year ago
KamioRinn 6ccfd362e9
修复英文多音字,调整字典热加载,新增姓名匹配 (#869)
* Fix homograph dict

* Add JSON in dict

* Adjust hot dict to hot reload

* Add English name dict

* Adjust get name dict logic
1 year ago
RVC-Boss 7bc0836d99
Merge pull request #821 from KamioRinn/Optimize-English-G2P
调整英文格式化输出和英文G2P逻辑
1 year ago
KamioRinn 97f304c2bf Adjust normalize and g2p logic 1 year ago
RVC-Boss b451372316
Merge pull request #812 from KamioRinn/Optimize-English-G2P
修复中文标点在英文中的问题,添加所有格匹配
1 year ago
KamioRinn e3d3c3288d Fix CN punc in EN,add 's match 1 year ago
RVC-Boss f7409490ef
Merge pull request #804 from KamioRinn/Optimize-English-G2P
英文G2P优化
1 year ago
KamioRinn ca57a01bea Optimize-English-G2P 1 year ago
RVC-Boss c2ac07bc3d
Merge pull request #775 from KamioRinn/Fix-chinese-ellipsis
Fix chinese ellipsis
1 year ago
KamioRinn bcb9914b60 Fix chinese ellipsis 1 year ago
RVC-Boss c287430ecc
Update models.py 1 year ago
RVC-Boss 3dfbcbcd82
Merge pull request #761 from Lion-Wu/fix/cpu
Support CPU training, use CPU on macOS
1 year ago
Lion 1963eb01cc support cpu training, use cpu training on mac 1 year ago
RVC-Boss 3b11cd9814
Update models.py 1 year ago
RVC-Boss 7e012e7678
https://github.com/RVC-Boss/GPT-SoVITS/issues/747
https://github.com/RVC-Boss/GPT-SoVITS/issues/747
1 year ago
DW 37206edbd9
Update inference_webui.py 1 year ago
RVC-Boss b75b5dcf6b
Merge pull request #658 from KamioRinn/Fix-KO
修正LangSegment识别为韩文
1 year ago
KamioRinn e066cd93d2 fix auto LangSegment misunderstand KO 1 year ago
RVC-Boss 82a85b1946
Merge pull request #573 from XXXXRT666/main
修改is_half的判断使在Mac上能正常CPU推理
1 year ago
root 4496426896 修改代码引用,淡定 1 year ago
XXXXRT666 83c9e8ff02
Update inference_webui.py 1 year ago
RVC-Boss 939971afe3
Add files via upload 1 year ago
RVC-Boss 8b4f0dfe43
Update 2-get-hubert-wav32k.py 1 year ago
RVC-Boss 7267a0bcec
Merge pull request #530 from TundraWork/main
[fix] 1A-Dataset formatting doesn't work if Audio dataset folder is empty.
1 year ago
RVC-Boss 7ee72bec7e
Merge pull request #557 from XXXXRT666/main
Change the inference device on Mac
1 year ago
XXXXRT666 220367f90c
Update inference_webui.py
精简代码
1 year ago
KamioRinn 84062074a3 Adjust text normlization 1 year ago
XXXXRT666 861658050b
Update inference_webui.py
Change inference device to accelerate inference on Mac and reduce memory leak
1 year ago
KamioRinn 76570cff52 Del a-zA-Z 1 year ago
KamioRinn bbef82fa86 Refactoring get phones and bert 1 year ago
Jesse Cheng fb69e72d1a
Merge branch 'RVC-Boss:main' into main 1 year ago
KamioRinn 55f82e9ad1 Fix text formatting 1 year ago
Jesse Cheng f1aa95d8cf
Merge branch 'RVC-Boss:main' into main 1 year ago
Tundra Work f49d60d6bb fix: 1A-Dataset formatting doesn't work if using a empty 'Audio dataset folder' 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 0ce6393950
Add files via upload 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 895fde46e4
dpo改实验性勾选而非必须。勾选后batch size自动减半。
dpo改实验性勾选而非必须。勾选后batch size自动减半。
1 year ago