9 Commits

Author SHA1 Message Date
白菜工厂1145号员工
ba8de9b760
优化 G2PW 的推理输入构造与多音字处理流程,减少重复计算,降低长句场景下的推理开销 (#2763)
* Enhance G2P processing by implementing batch input handling in _g2p function, improving efficiency. Update prepare_onnx_input to utilize caching for tokenization and add optional parameters for character ID mapping and phoneme masks. Refactor G2PWOnnxConverter to streamline model loading and configuration management.

* Enhance G2PW model input handling by introducing polyphonic context character support and updating the data preparation method to return additional query IDs. This improves the processing of polyphonic characters in sentences.
2026-04-18 16:52:32 +08:00
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>
2025-06-27 11:58:41 +08:00
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
2025-04-07 16:42:47 +08:00
KamioRinn
fe2f04bdb8
API for V3 (#2154) 2025-03-05 17:13:46 +08:00
Spr_Aachen
78c68d46cb
Fix model_source path (#1619) 2024-09-17 15:09:58 +08:00
RVC-Boss
b525c2ae37
Add files via upload 2024-08-06 14:33:43 +08:00
RVC-Boss
d91589036a
更新最新的中文多音字处理逻辑
更新最新的中文多音字处理逻辑
2024-08-06 14:08:01 +08:00
KamioRinn
9f8f365b93
Fix normalize (#1404) 2024-08-06 12:49:13 +08:00
RVC-Boss
210e508b0c
support gpt-sovits v2
support gpt-sovits v2
2024-08-02 15:45:30 +08:00