RVC-Boss
17ae1fa060
Update s1_train.py
2024-06-29 22:54:05 +08:00
XXXXRT666
a1c27b4104
DS_STORE ( #1258 )
2024-06-28 22:39:29 +08:00
sam
efa3be947d
修正numba与numpy匹配问题,在ubuntu24.04下测试通过 ( #1236 )
2024-06-26 22:18:55 +08:00
赤川鶴鳴
eda87e61a2
fix: Fixed issue #1199 ( #1200 )
2024-06-26 22:17:27 +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
RVC-Boss
4c8b435840
Update webui.py
2024-06-13 16:44:19 +08:00
RVC-Boss
4fb4afb88f
Update Changelog_CN.md
2024-06-10 16:56:40 +08:00
RVC-Boss
d350aa4568
Update Changelog_CN.md
2024-06-10 16:48:56 +08:00
XXXXRT666
ba794309e1
关于标点符号导致参考泄漏的问题 ( #1168 )
...
* punctuation
* Update inference_webui.py
* Update
* update
* update
2024-06-10 16:18:30 +08:00
RVC-Boss
917236ed72
Add files via upload
2024-06-10 16:14:15 +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
Lion-Wu
6e75738311
更新整合包,优化readme ( #1145 )
...
* Update README
* Update README
* update README
* update README
* 优化
* fix
* 优化
* fix
* fix
2024-06-01 02:56:24 +08:00
RVC-Boss
6015952bef
Update Changelog_CN.md
2024-05-28 22:54:31 +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
Kenn Zhang
cea1a5cdec
删除重复的 COPY 指令 ( #1073 )
2024-05-11 11:49:21 +08:00
hcwu1993
2981788b4c
modify freeze_quantizer mode, avoid quantizer's codebook updating ( #953 )
2024-05-02 21:26:44 +08:00
XXXXRT666
de57e59139
一些小问题修复 ( #1021 )
...
* fix import error. It may happen when calling
api.py
* Update README.md
* Update gpt-sovits_kaggle.ipynb
* Update gpt-sovits_kaggle.ipynb
* fix path error
delete useless line wraps
2024-04-28 17:12:45 +08:00
Enes Çakırcalı
61c4d44309
Add files via upload ( #978 )
2024-04-25 18:22:30 +08:00
FengQingYunDan
9dabdd7bf9
api接口,修复文本切分符号设定中,中文分号错写为英文分号的问题 ( #1001 )
2024-04-23 17:33:02 +08:00
Hayo
4cb41e6e86
Update api.py ( #979 )
...
修复SynthesizerTrn kwargs 传递异常。
2024-04-17 17:33:01 +08:00
SetoKaiba
118934eb9c
Fix the colab comma which make the colab notebook broken ( #983 )
2024-04-16 17:02:44 +08:00
SapphireLab
3124fcf497
[ASR] 修复FasterWhisper遍历输入路径失败 ( #956 )
...
* remove glob
* rename
* reset mirror pos
2024-04-15 23:47:39 +08:00
shadow01a
cb776229bb
在colab中运行colab_webui.ipynb发生的uvr5模型缺失问题 ( #968 )
...
在colab中使用git下载uvr5模型时报错:
fatal: destination path 'uvr5_weights' already exists and is not an empty directory.
通过在下载前将原本从本仓库下载的uvr5_weights文件夹删除可以解决问题。
2024-04-15 23:42:58 +08:00
KamioRinn
dd78465574
Normalize chinese arithmetic operations ( #947 )
2024-04-12 11:18:34 +08:00
RVC-Boss
8e5ca851ce
Update README.md
2024-04-06 21:57:23 +08:00
SapphireLab
0734864bd0
fix reformat cmd ( #917 )
...
Co-authored-by: starylan <starylan@outlook.com>
2024-04-03 17:42:42 +08:00
digger yu
d387471247
fix typo s/Licence /License ( #904 )
2024-04-01 11:40:21 +08:00
Lion-Wu
4ed527e2dc
Update README ( #895 )
...
* Update README
* Update README
* update README
* update README
2024-03-31 20:51:42 +08:00
KamioRinn
cfb3fb2c33
Make API Great Again ( #894 )
...
* Add zh/jp/en mix
* Optimize code readability and formatted output.
* Try OGG streaming
* Add stream mode arg
* Add media type arg
* Add cut punc arg
* Eliminate punc risk
2024-03-30 15:48:58 +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
XXXXRT666
48f81bbe95
Update README ( #827 )
...
Update README.md
Update some outdated file paths and commands
2024-03-21 22:28:03 +08:00
RVC-Boss
647da155c4
Merge pull request #841 from Yuan-ManX/zh_CN-3
...
Update zh_CN.json
2024-03-21 22:19:20 +08:00
Yuan-Man
28e82b8f1d
Update zh_CN.json
2024-03-21 19:50:09 +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
21c467ca93
Merge pull request #809 from pengooseDev/main
...
Update Changelog_KO.md
2024-03-19 11:10:32 +08:00
RVC-Boss
f06382a7b6
Merge pull request #804 from KamioRinn/Optimize-English-G2P
...
英文G2P优化
2024-03-19 11:08:36 +08:00
Pengoose
b25693c3ff
docs: update Changelog_KO.md
2024-03-19 01:32:36 +09:00
Pengoose
178b91be1e
docs: change akward expression
2024-03-19 01:32:15 +09:00
KamioRinn
8a2761d3e5
Optimize-English-G2P
2024-03-18 19:11:53 +08:00
RVC-Boss
49848a21c2
Merge pull request #790 from Lion-Wu/doc/README
...
Update README
2024-03-17 14:38:53 +08:00
Lion
23409f97e3
Update README
2024-03-17 13:06:51 +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