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 |
|
ChasonJiang
|
959269b5ae
|
改变训练和推理时的mask策略,以修复当batch_size>1时,产生的复读现象 (#966)
|
2024-04-12 18:00:50 +08:00 |
|
chasonjiang
|
864a148d75
|
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
|
2024-03-16 21:04:49 +08:00 |
|
chasonjiang
|
252c9b7eb6
|
推理功能增强和改进
|
2024-03-13 19:51:24 +08:00 |
|
chasonjiang
|
d23f3a62c4
|
修复了一些bug,优化了一些代码
|
2024-03-11 17:16:04 +08:00 |
|
chasonjiang
|
174c4bbab3
|
增加flash attention 选项: GPT_SoVITS/AR/models/t2s_lightning_module.py
增加flash attention 选项: GPT_SoVITS/AR/models/t2s_model.py
增加flash attention 选项: GPT_SoVITS/TTS_infer_pack/TTS.py
增加flash attention 选项: GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py
增加flash attention 选项: GPT_SoVITS/configs/tts_infer.yaml
增加flash attention 选项: GPT_SoVITS/inference_webui.py
|
2024-03-10 14:07:58 +08:00 |
|
chasonjiang
|
cd746848e6
|
fixed some bugs GPT_SoVITS/AR/models/t2s_model.py
fixed some bugs GPT_SoVITS/TTS_infer_pack/TTS.py
|
2024-03-10 12:13:57 +08:00 |
|
chasonjiang
|
ed2ffe1356
|
修复了t2s模型无prompt输入时的bug GPT_SoVITS/AR/models/t2s_model.py
增加一些新特性,并修复了一些bug GPT_SoVITS/TTS_infer_pack/TTS.py
优化网页布局 GPT_SoVITS/inference_webui.py
|
2024-03-10 01:20:42 +08:00 |
|
chasonjiang
|
be49e32505
|
modified: GPT_SoVITS/AR/models/t2s_model.py
|
2024-03-09 20:23:55 +08:00 |
|
chasonjiang
|
3b9259b0a1
|
modified: GPT_SoVITS/AR/models/t2s_model.py
|
2024-03-09 20:21:11 +08:00 |
|
chasonjiang
|
4096a17e7e
|
兼容了flash_attention的批量推理,并修复了一些bug GPT_SoVITS/AR/models/t2s_model.py
批量推理备份文件: GPT_SoVITS/AR/models/t2s_model_batch_only.py
|
2024-03-09 19:51:49 +08:00 |
|
GoHomeToMacDonal
|
13bb68c715
|
Bug fix: inference w/o prompt
|
2024-03-08 19:09:15 +08:00 |
|
GoHomeToMacDonal
|
b65dae788d
|
torchscript for T2STransformer
|
2024-03-06 01:37:55 +08:00 |
|
root
|
4496426896
|
修改代码引用,淡定
|
2024-02-28 17:31:19 +08:00 |
|
Watchtower-Liu
|
013db82d7d
|
Merge branch 'main' into inference_optin
|
2024-02-16 17:03:11 +08:00 |
|
Watchtower-Liu
|
1803729360
|
update_infer
|
2024-02-16 16:53:57 +08:00 |
|
RVC-Boss
|
3bf71d3790
|
Update t2s_model.py
|
2024-02-12 16:47:43 +08:00 |
|
liufenghua
|
070ac9b2b2
|
add DPO training
|
2024-02-11 15:06:01 +08:00 |
|
RVC-Boss
|
872134c846
|
Update t2s_model.py
|
2024-01-22 23:26:18 +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 |
|