1
0
mirror of https://github.com/RVC-Boss/GPT-SoVITS.git synced 2025-04-06 03:57:44 +08:00

6 Commits

Author SHA1 Message Date
lishq
fef65d40fe
fix: prevent concurrent access to BERT model with thread lock ()
Added thread lock to protect get_phones_and_bert method from potential race conditions during concurrent access. This addresses issue  where multiple threads accessing the BERT model simultaneously could cause data inconsistency or crashes.

Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
2025-03-26 15:03:36 +08:00
ChasonJiang
7394dc7b0c
为api_v2和inference_webui_fast适配V3版本 ()
* modified:   GPT_SoVITS/TTS_infer_pack/TTS.py
	modified:   GPT_SoVITS/TTS_infer_pack/TextPreprocessor.py
	modified:   GPT_SoVITS/inference_webui_fast.py

* 适配V3版本

* api_v2.py和inference_webui_fast.py的v3适配

* 修改了个远古bug,增加了更友好的提示信息

* 优化webui

* 修改为正确的path

* 修复v3 lora模型的载入问题

* 修复读取tts_infer.yaml文件时遇到的编码不匹配的问题
2025-03-26 14:34:51 +08:00
KamioRinn
c17dd642c7
Add en_normalization and fix LangSegmenter () 2025-02-17 18:41:30 +08:00
StaryLan
15cbd1b673
Update Documentation ()
* add exception handling

* Fill in the missing content

* remove GB code

* Simplify i18n text and remove trailing spaces

* ignore v3 model dir

* Update Changelog

* Fix encoding
2025-02-12 11:27:35 +08:00
XXXXRT666
7dac47ca95
chores ()
* chores

* ...

* Add files via upload

* ...

* remove gradio warnings

* Update inference_webui.py

Fix inference_cli issue
2024-08-23 17:47:27 +08:00
ChasonJiang
52c50c6c81
All in one! 合并main分支和fast_inference_分支 ()
* 合并main分支和fast_inference_分支

* 修复一些bug
2024-08-20 22:19:04 +08:00