刘悦
c257f28954
Merge c65b448304e97220851ff45def6de62176aa0278 into 5dfce9a3f0def7f1ee1e075df569b0b2d41df9e3
2024-08-16 19:16:23 +08:00
CyberWon
aee85fd98f
fix: 修复参考音频泄露问题 ( #1176 )
...
* Update TextPreprocessor.py
* fix: 修复参考音频泄露的问题。
1. 之前变量命名有错误
2. 还存在参考音频泄露问题。
* 调整一下判断纯符号所处的函数,更符号逻辑
2024-06-11 20:45:35 +08:00
XXXXRT666
277b258360
关于标点符号导致参考泄漏的问题 ( #1169 )
...
* punctuation
* update
* update
2024-06-10 16:18:35 +08:00
刘悦
3c4f5462eb
Update TextPreprocessor.py
2024-06-10 13:28:45 +08:00
chasonjiang
bfd7286068
修复了,中英文混合文本合成英文时, 出现空字符报错的问题
...
优化了代码, 增加了健壮性
2024-03-11 19:35:55 +08:00
chasonjiang
38dca77477
Merge branch 'fast_inference' of https://github.com/SapphireLab/GPT-SoVITS-M into fast_inference_
2024-03-11 17:19:22 +08:00
chasonjiang
d23f3a62c4
修复了一些bug,优化了一些代码
2024-03-11 17:16:04 +08:00
SapphireLab
d8ee4e2911
fix output for mix language
2024-03-11 03:04:43 +08:00
chasonjiang
3535cfe3b0
新增VITS批量推理 GPT_SoVITS/TTS_infer_pack/TTS.py
...
fix some bugs GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py
fix some bugs GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py
fix some bugs GPT_SoVITS/inference_webui.py
fix some bugs GPT_SoVITS/module/models.py
2024-03-10 21:37:28 +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
17832e5c4a
忽略ffmpeg .gitignore
...
使t2s模型支持批量推理: GPT_SoVITS/AR/models/t2s_model.py
修复batch bug GPT_SoVITS/AR/models/utils.py
重构的tts infer GPT_SoVITS/TTS_infer_pack/TTS.py
文本预处理模块 GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py
new file GPT_SoVITS/TTS_infer_pack/__init__.py
文本拆分方法模块 GPT_SoVITS/TTS_infer_pack/text_segmentation_method.py
tts infer配置文件 GPT_SoVITS/configs/tts_infer.yaml
modified GPT_SoVITS/feature_extractor/cnhubert.py
modified GPT_SoVITS/inference_gui.py
重构的webui GPT_SoVITS/inference_webui.py
new file GPT_SoVITS/inference_webui_old.py
2024-03-08 23:41:59 +08:00