undefined
|
7c43b41e6d
|
fix: 修复x一x类型分词合并时可能出现的吞字问题; (#1362)
|
2024-07-30 10:38:33 +08:00 |
|
undefined
|
668631e752
|
fix: 修复整数+量词克发音不准确问题; (#1339)
|
2024-07-23 18:40:56 +08:00 |
|
XXXXRT666
|
3e1288bdd6
|
Sync with main branch (#1134)
* api接口,修复文本切分符号设定中,中文分号错写为英文分号的问题 (#1001)
* 一些小问题修复 (#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
* 删除重复的 COPY 指令 (#1073)
* [优化] 1Aa-文本获取 (#1102)
* Filter unsupported languages
* add feedback
* simplify modification
* fix detail
* 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.
* Update models.py
* modify freeze_quantizer mode, avoid quantizer's codebook updating (#953)
---------
Co-authored-by: FengQingYunDan <pingdengjia0liu@163.com>
Co-authored-by: Kenn Zhang <breakstring@hotmail.com>
Co-authored-by: 蓝梦实 <36986837+SapphireLab@users.noreply.github.com>
Co-authored-by: lyris <lyris@users.noreply.github.com>
Co-authored-by: hcwu1993 <15855138469@163.com>
|
2024-05-27 11:24:24 +08:00 |
|
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
|
fabb00af79
|
Fix chinese ellipsis
|
2024-03-15 03:13:09 +08:00 |
|
KamioRinn
|
84062074a3
|
Adjust text normlization
|
2024-02-21 01:14:09 +08:00 |
|
KamioRinn
|
bbef82fa86
|
Refactoring get phones and bert
|
2024-02-20 22:41:39 +08:00 |
|
KamioRinn
|
55f82e9ad1
|
Fix text formatting
|
2024-02-19 02:11:02 +08:00 |
|
刘悦
|
709c6c3d40
|
Update english.py
热词应该是覆盖逻辑,因为原版字典里如果key存在的话,那么用户定义的热词纠正发音就不会生效
|
2024-02-17 12:13:43 +08:00 |
|
RVC-Boss
|
7fc216107b
|
Add files via upload
|
2024-02-16 00:07:35 +08:00 |
|
KamioRinn
|
55291dab65
|
Add more engdict
|
2024-02-05 03:47:38 +08:00 |
|
KamioRinn
|
bace09951c
|
Use PaddleSpeech-NSW-Normalization process Chinese
|
2024-02-03 16:46:09 +08:00 |
|
RVC-Boss
|
9286a27ad3
|
Add files via upload
|
2024-02-03 00:47:57 +08:00 |
|
RVC-Boss
|
3c14a37f8b
|
Add files via upload
|
2024-02-02 22:38:32 +08:00 |
|
Akito-UzukiP
|
a806bb20f9
|
Add japanese cleaner with prosody info.
|
2024-01-31 23:41:53 +08:00 |
|
lyris
|
73520c3da1
|
Update cleaner.py
fix the return to phones, word2ph, norm_text
|
2024-01-30 11:49:41 +08:00 |
|
RVC-Boss
|
bdcbc46cb0
|
Update chinese.py
|
2024-01-28 20:22:58 +08:00 |
|
RVC-Boss
|
2d69f103a3
|
Revert "fix chinese number to pinyin"
|
2024-01-28 17:58:17 +08:00 |
|
duliangang
|
3e4a03660b
|
fix chinese number to pinyin
数字转拼音不准的bug,因为将数字一个个分割了调用an2cn当然不准
|
2024-01-28 16:28:24 +08:00 |
|
KakaruHayate
|
9b6f359d05
|
fix " ' "
|
2024-01-26 19:48:52 +08:00 |
|
KakaruHayate
|
5c6ba3ebcb
|
Update not neuraL tone words list.
|
2024-01-26 19:43:35 +08:00 |
|
RVC-Boss
|
80fffb0ad4
|
Update tone_sandhi.py
|
2024-01-23 20:19:46 +08:00 |
|
RVC-Boss
|
73cf11e04d
|
Update chinese.py
|
2024-01-23 20:19:37 +08:00 |
|
Blaise
|
0d3d47f3c3
|
more code refactor
|
2024-01-16 17:14:18 +01:00 |
|
RVC-Boss
|
41ca6028d6
|
Add files via upload
|
2024-01-16 17:38:48 +08:00 |
|