183 Commits

Author SHA1 Message Date
RVC-Boss
4e87bd1a25 support speed adjust支持合成语速调整
support speed adjust支持合成语速调整
2024-07-23 14:34:56 +08:00
RVC-Boss
09bc1edeb0 Add files via upload 2024-07-22 18:23:54 +08:00
RVC-Boss
7b8fb16f37 support speed adjustment
support speed adjustment
2024-07-22 18:23:33 +08:00
huangxu1991
5cc52178de 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
2024-07-19 10:33:24 +08:00
KamioRinn
46cd596027 尝试修复混合模式下短单词发音不清晰的问题 (#1286)
* Add pause before short words

* Add 'conda'
2024-07-10 10:11:09 +08:00
RVC-Boss
763495db8e Add files via upload 2024-07-08 20:52:39 +08:00
RVC-Boss
5261508f9c Add files via upload 2024-07-08 20:52:19 +08:00
XXXXRT666
77c6f047d4 Update t2s_model.py (#1283)
y is None at no reference mode, and Nonetype object has no attribute shape
2024-07-08 20:51:15 +08:00
RVC-Boss
6264556c9d double inference speed
double inference speed
2024-07-07 21:34:28 +08:00
aoguai
7986bbcbd8 fix: 解决按标点符号切分时小数会被切分(#1084) (#1253)
* fix: 解决按标点符号切分时小数会被切分

* fix: update cut5
2024-07-06 15:08:54 +08:00
aoguai
d52c44a482 fix: 移除多余 my_utils.py (#1189) (#1251)
* fix: 移除多余 my_utils.py (#1189)

* feat: update my_utils
2024-06-29 22:57:01 +08:00
RVC-Boss
17ae1fa060 Update s1_train.py 2024-06-29 22:54:05 +08:00
david l euler
9516b59119 inference cli tool (#1195)
Co-authored-by: david <david@ihopeit.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
2024-06-26 22:17:05 +08:00
Spr_Aachen
3c93947ede 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.
2024-06-21 18:05:16 +08:00
XXXXRT666
ba794309e1 关于标点符号导致参考泄漏的问题 (#1168)
* punctuation

* Update inference_webui.py

* Update

* update

* update
2024-06-10 16:18:30 +08:00
彭震东
c7646a1520 Update s2_train.py (#1159) 2024-06-07 22:03:27 +08:00
RVC-Boss
cf4179d0e9 微调未读取bert文件重大bug修复 2024-06-06 16:39:36 +08:00
XXXXRT666
6d8017f724 Update models.py (#1116) 2024-05-27 11:12:51 +08:00
XXXXRT666
d877c4e40c name2go fixed (#1132) 2024-05-27 00:45:22 +08:00
lyris
4a98237615 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.
2024-05-21 23:36:56 +08:00
蓝梦实
977b94bb87 [优化] 1Aa-文本获取 (#1102)
* Filter unsupported languages

* add feedback

* simplify modification

* fix detail
2024-05-19 16:54:10 +08:00
hcwu1993
2981788b4c modify freeze_quantizer mode, avoid quantizer's codebook updating (#953) 2024-05-02 21:26:44 +08:00
KamioRinn
dd78465574 Normalize chinese arithmetic operations (#947) 2024-04-12 11:18:34 +08:00
KamioRinn
535c604c85 修复英文多音字,调整字典热加载,新增姓名匹配 (#869)
* Fix homograph dict

* Add JSON in dict

* Adjust hot dict to hot reload

* Add English name dict

* Adjust get name dict logic
2024-03-25 15:20:10 +08:00
RVC-Boss
1b9410deec Merge pull request #821 from KamioRinn/Optimize-English-G2P
调整英文格式化输出和英文G2P逻辑
2024-03-20 23:48:50 +08:00
KamioRinn
fe84331191 Adjust normalize and g2p logic 2024-03-20 02:49:58 +08:00
RVC-Boss
f4ce23d21a Merge pull request #812 from KamioRinn/Optimize-English-G2P
修复中文标点在英文中的问题,添加所有格匹配
2024-03-19 14:23:46 +08:00
KamioRinn
6a8d49561e Fix CN punc in EN,add 's match 2024-03-19 13:02:06 +08:00
RVC-Boss
f06382a7b6 Merge pull request #804 from KamioRinn/Optimize-English-G2P
英文G2P优化
2024-03-19 11:08:36 +08:00
KamioRinn
8a2761d3e5 Optimize-English-G2P 2024-03-18 19:11:53 +08:00
RVC-Boss
213b754619 Merge pull request #775 from KamioRinn/Fix-chinese-ellipsis
Fix chinese ellipsis
2024-03-16 21:33:56 +08:00
KamioRinn
bb0b20a9b6 Fix chinese ellipsis 2024-03-15 02:53:14 +08:00
RVC-Boss
dbb16dabcf Update models.py 2024-03-14 00:42:15 +08:00
RVC-Boss
1fca87fb33 Merge pull request #761 from Lion-Wu/fix/cpu
Support CPU training, use CPU on macOS
2024-03-13 23:59:33 +08:00
Lion
8430b0a595 support cpu training, use cpu training on mac 2024-03-13 22:24:32 +08:00
RVC-Boss
f9e082e991 Update models.py 2024-03-13 20:57:45 +08:00
RVC-Boss
c77849d029 https://github.com/RVC-Boss/GPT-SoVITS/issues/747
https://github.com/RVC-Boss/GPT-SoVITS/issues/747
2024-03-13 17:03:59 +08:00
DW
4ee65244e3 Update inference_webui.py 2024-03-04 20:37:18 +11:00
RVC-Boss
5e0ac08367 Merge pull request #658 from KamioRinn/Fix-KO
修正LangSegment识别为韩文
2024-03-04 00:44:47 +08:00
KamioRinn
8d39c4c0d8 fix auto LangSegment misunderstand KO 2024-03-04 00:13:28 +08:00
RVC-Boss
62027e7928 Merge pull request #573 from XXXXRT666/main
修改is_half的判断使在Mac上能正常CPU推理
2024-02-28 18:00:28 +08:00
root
2e2e97db1b 修改代码引用,淡定 2024-02-28 17:31:19 +08:00
XXXXRT666
910741a104 Update inference_webui.py 2024-02-21 13:26:30 +00:00
RVC-Boss
b9636b8669 Add files via upload 2024-02-21 18:52:07 +08:00
RVC-Boss
c547b20c5b Update 2-get-hubert-wav32k.py 2024-02-21 18:37:19 +08:00
RVC-Boss
69fe99238a Merge pull request #530 from TundraWork/main
[fix] 1A-Dataset formatting doesn't work if Audio dataset folder is empty.
2024-02-21 18:36:25 +08:00
RVC-Boss
8ba9420062 Merge pull request #557 from XXXXRT666/main
Change the inference device on Mac
2024-02-21 16:27:42 +08:00
XXXXRT666
f7028ab5fe Update inference_webui.py
精简代码
2024-02-21 01:15:11 +00:00
KamioRinn
0452e7facb Adjust text normlization 2024-02-21 01:14:09 +08:00
XXXXRT666
4906fe6ff7 Update inference_webui.py
Change inference device to accelerate inference on Mac and reduce memory leak
2024-02-20 16:03:08 +00:00