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-06-17 00:09:21 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
GPT-SoVITS
/
GPT_SoVITS
/
TTS_infer_pack
History
chasonjiang
864a148d75
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00
..
__init__.py
忽略ffmpeg .gitignore
2024-03-08 23:41:59 +08:00
text_segmentation_method.py
新增VITS批量推理 GPT_SoVITS/TTS_infer_pack/TTS.py
2024-03-10 21:37:28 +08:00
TextPreprocessor.py
修复了,中英文混合文本合成英文时, 出现空字符报错的问题
2024-03-11 19:35:55 +08:00
TTS.py
缓解了batch_size>1时的复读问题,缓解方法是:在T2S模型中,先对phones进行embedding、对bert_features进行project,再pad到相同长度。
2024-03-16 21:04:49 +08:00