29 Commits

Author SHA1 Message Date
ChasonJiang
29f22115fb
[fast_inference] 回退策略,减少padding影响,开放选项,同步代码 (#986)
* Update README

* Optimize-English-G2P

* docs: change akward expression

* docs: update Changelog_KO.md

* Fix CN punc in EN,add 's match

* Adjust normalize and g2p logic

* Update zh_CN.json

* Update README (#827)

Update README.md
Update some outdated file paths and commands

* 修复英文多音字,调整字典热加载,新增姓名匹配 (#869)

* Fix homograph dict

* Add JSON in dict

* Adjust hot dict to hot reload

* Add English name dict

* Adjust get name dict logic

* 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

* Update README (#895)

* Update README

* Update README

* update README

* update README

* fix typo s/Licence /License (#904)

* fix reformat cmd (#917)

Co-authored-by: starylan <starylan@outlook.com>

* Update README.md

* Normalize chinese arithmetic operations (#947)

* 改变训练和推理时的mask策略,以修复当batch_size>1时,产生的复读现象

* 同步main分支代码,增加“保持随机”选项

* 在colab中运行colab_webui.ipynb发生的uvr5模型缺失问题 (#968)

在colab中使用git下载uvr5模型时报错:
fatal: destination path 'uvr5_weights' already exists and is not an empty directory.
通过在下载前将原本从本仓库下载的uvr5_weights文件夹删除可以解决问题。

* [ASR] 修复FasterWhisper遍历输入路径失败 (#956)

* remove glob

* rename

* reset mirror pos

* 回退mask策略;
回退pad策略;
在T2SBlock中添加padding_mask,以减少pad的影响;
开放repetition_penalty参数,让用户自行调整重复惩罚的强度;
增加parallel_infer参数,用于开启或关闭并行推理,关闭时与0307版本保持一致;
在webui中增加“保持随机”选项;
同步main分支代码。

* 删除无用注释

---------

Co-authored-by: Lion <drain.daters.0p@icloud.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
Co-authored-by: KamioRinn <snowsdream@live.com>
Co-authored-by: Pengoose <pengoose_dev@naver.com>
Co-authored-by: Yuan-Man <68322456+Yuan-ManX@users.noreply.github.com>
Co-authored-by: XXXXRT666 <157766680+XXXXRT666@users.noreply.github.com>
Co-authored-by: KamioRinn <63162909+KamioRinn@users.noreply.github.com>
Co-authored-by: Lion-Wu <130235128+Lion-Wu@users.noreply.github.com>
Co-authored-by: digger yu <digger-yu@outlook.com>
Co-authored-by: SapphireLab <36986837+SapphireLab@users.noreply.github.com>
Co-authored-by: starylan <starylan@outlook.com>
Co-authored-by: shadow01a <141255649+shadow01a@users.noreply.github.com>
2024-04-19 14:35:28 +08:00
DW
a2761038c0
Update en_US.json 2024-03-04 20:30:59 +11:00
RVC-Boss
f9c9e87369
Merge pull request #483 from Yuan-ManX/es_ES-1
Update es_ES.json
2024-02-21 18:47:30 +08:00
pengoosedev
92b229132f chore: tiny change i18n(ko_KR.json) 2024-02-18 23:36:45 +09:00
Yuan-Man
37ae8bf051
Update es_ES.json 2024-02-14 20:32:26 +08:00
Yuan-Man
f99a473f9b
Update fr_FR.json 2024-02-12 23:09:42 +08:00
Yuan-Man
c57717ef3b
Update ja_JP.json 2024-02-09 17:55:19 +08:00
Pengoose
a8e750cfa8 update ko_KR.json(i18n) 2024-01-30 23:41:54 +09:00
Yuan-Man
b6fc6d152e
Update zh_CN.json 2024-01-30 21:20:04 +08:00
RVC-Boss
5c2841f5bd
Add files via upload 2024-01-29 23:08:07 +08:00
Yuan-Man
0e9398705b
Update it_IT.json 2024-01-27 22:54:22 +08:00
Yuan-Man
f73c6d3dde
Update es_ES.json 2024-01-26 22:32:23 +08:00
Yuan-Man
e77c315fbd
Update fr_FR.json 2024-01-25 22:28:39 +08:00
Yuan-Man
9092ac6d77
Update ko_KR.json 2024-01-24 21:40:36 +08:00
Yuan-Man
52a915b08a
Update ja_JP.json 2024-01-24 00:09:21 +08:00
Yuan-Man
e6a71877fe
Update zh_CN.json 2024-01-23 22:52:04 +08:00
Shouta Yoshikai
96f9305be2 Merge branch 'main' into update-ja-jp-json 2024-01-23 00:21:17 +09:00
Shouta Yoshikai
c1a24ad370 update ja_JP.json
update webui.py for i18n
2024-01-23 00:10:39 +09:00
Rice Cake
191f27f699
Add files via upload 2024-01-22 20:24:45 +08:00
岛石
4da64b9a82
[fix]: fix json quotation error 2024-01-21 18:39:37 +08:00
RVC-Boss
90bf796624
Merge branch 'main' into main 2024-01-21 16:02:57 +08:00
DW
827d0a337d
Update en_US.json 2024-01-21 13:29:53 +11:00
DW
fd849ff42e
Translated en_US.json 2024-01-21 13:14:09 +11:00
Rafael Godoy
eb7e864118
Fix of the i18n implementation + pt_BR
In the webui.py file, several strings with i18n code were missing to enable translation as soon as they are identified.
2024-01-20 20:40:11 -03:00
Erythrocyte3803
5bbbd0efcf reupload missing language file 2024-01-17 21:00:37 +09:00
RVC-Boss
096505c477
Merge pull request #9 from blaise-tk/main
Code refactor + move i18n to tools folder + .gitignore + remove unused imports
2024-01-17 15:45:32 +08:00
Blaise
9031ac9a92 change i18n folder 2024-01-16 17:04:43 +01:00
Pengoose
e22495e6b4 Add ko_KR.json 2024-01-16 22:38:49 +09:00
RVC-Boss
56516fe619
Add files via upload 2024-01-16 17:25:53 +08:00