This website requires JavaScript.
Explore
Help
Sign In
blackteay
/
GPT-SoVITS
Watch
1
Star
0
Fork
0
You've already forked GPT-SoVITS
mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced
2025-04-06 03:57:44 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GPT-SoVITS
/
GPT_SoVITS
/
AR
/
models
History
chasonjiang
864a148d75
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00
..
__init__.py
Add files via upload
2024-01-16 17:38:48 +08:00
t2s_lightning_module_onnx.py
修改代码引用,淡定
2024-02-28 17:31:19 +08:00
t2s_lightning_module.py
增加flash attention 选项: GPT_SoVITS/AR/models/t2s_lightning_module.py
2024-03-10 14:07:58 +08:00
t2s_model_batch_only.py
兼容了flash_attention的批量推理,并修复了一些bug GPT_SoVITS/AR/models/t2s_model.py
2024-03-09 19:51:49 +08:00
t2s_model_onnx.py
修改代码引用,淡定
2024-02-28 17:31:19 +08:00
t2s_model.py
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00
utils.py
修复了一些bug,优化了一些代码
2024-03-11 17:16:04 +08:00