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
KamioRinn
bbef82fa86
Refactoring get phones and bert
2024-02-20 22:41:39 +08:00
RVC-Boss
ff3b239fd9
Merge branch 'main' into main
2024-02-07 16:44:03 +08:00
RVC-Boss
d74f888e7a
Update requirements.txt
2024-02-07 16:40:01 +08:00
Shadow
1b4951b5dc
Update requirements.txt
2024-02-05 18:10:22 +08:00
KakaruHayate
a4306f5a7e
Update requirements.txt
2024-02-03 12:00:15 +08:00
RVC-Boss
d98dd2dd26
Merge branch 'main' into main
2024-01-29 23:25:48 +08:00
RVC-Boss
c24687f620
Update requirements.txt
2024-01-25 00:16:20 +08:00
RVC-Boss
7a32d77782
Update requirements.txt
2024-01-23 20:20:26 +08:00
游雁
cbd1ce11e1
damo asr funasr1.0
2024-01-22 12:13:30 +08:00
Yuan-Man
a40876d579
Update requirements.txt
2024-01-22 00:08:11 +08:00
RVC-Boss
54bd2b7961
Update requirements.txt
2024-01-18 20:03:17 +08:00
RVC-Boss
47c7c45e78
Update requirements.txt
2024-01-18 15:02:24 +08:00
Ilaria
ee1d99ab3c
Fixed i18n error
...
Line 27 of webui.py contains an import from i18n.i18n but there was no module in the requirements.
I added the module i18n.
Line for context: "from i18n.i18n import I18nAuto"
2024-01-18 01:36:11 +01:00
RVC-Boss
e205abb87d
Merge branch 'main' into main
2024-01-17 15:51:17 +08:00
Alex Z
88191fe202
Update requirements.txt
...
1.tqdm==4.59.0 may have dependency issues
2.missing requirement chardet
2024-01-17 08:50:06 +08:00
Blaise
e71eb24b28
fix reqs x2
2024-01-16 17:03:38 +01:00
Blaise
4e06442722
Fix reqs
2024-01-16 17:01:16 +01:00
RVC-Boss
f6ea7ee1f5
Update requirements.txt
2024-01-16 20:23:22 +08:00
Rice Cake
3f2104f95c
bug fix
2024-01-16 18:51:10 +08:00
Rice Cake
2f9e9e2cf9
Update requirements.txt
2024-01-16 18:20:25 +08:00
Rice Cake
8b4532a25f
Add requirements
2024-01-16 18:17:13 +08:00