KamioRinn
6df61f58e4
语言分割及格式化优化 ( #2488 )
...
* better LangSegmenter
* add version num2str
* better version num2str
* sync fast infer
* sync api
* remove duplicate spaces
* remove unnecessary code
---------
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
1 month ago
XXXXRT666
6fdc67ca83
Fix bugs in `install.sh`, reduce log noise, and improve error reporting ( #2464 )
...
* Update Install.sh
* Format Code
* Delete dev null
* Update README, Support Dark Mode in CSS/JS
2 months ago
KamioRinn
746cb536c6
Fix LangSegmenter
2 months ago
XXXXRT666
53cac93589
Refactor: Format Code with Ruff and Update Deprecated G2PW Link ( #2255 )
...
* ruff check --fix
* ruff format --line-length 120 --target-version py39
* Change the link for G2PW Model
* update pytorch version and colab
4 months ago
lishq
fef65d40fe
fix: prevent concurrent access to BERT model with thread lock ( #2165 )
...
Added thread lock to protect get_phones_and_bert method from potential race conditions during concurrent access. This addresses issue #1844 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>
4 months ago
ChasonJiang
7394dc7b0c
为api_v2和inference_webui_fast适配V3版本 ( #2188 )
...
* 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文件时遇到的编码不匹配的问题
4 months ago
KamioRinn
c17dd642c7
Add en_normalization and fix LangSegmenter ( #2062 )
6 months ago
StaryLan
15cbd1b673
Update Documentation ( #2032 )
...
* 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
6 months ago
XXXXRT666
7dac47ca95
chores ( #1528 )
...
* chores
* ...
* Add files via upload
* ...
* remove gradio warnings
* Update inference_webui.py
Fix inference_cli issue
12 months ago
ChasonJiang
52c50c6c81
All in one! 合并main分支和fast_inference_分支 ( #1490 )
...
* 合并main分支和fast_inference_分支
* 修复一些bug
12 months ago