白菜工厂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
e00ca92140
Fix ASMD ( #2636 )
2025-11-28 21:22:43 +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
KamioRinn
90ebefa78f
make sure ort providers available ( #2489 )
2025-06-27 10:41:52 +08:00
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
2025-06-17 15:21:36 +08:00
wzy3650
ab53062bdd
fix _merge_yi crash ( #2432 )
...
* fix _merge_yi crash
* fix _merge_yi crash
---------
Co-authored-by: wangzeyuan <wangzeyuan@agora.io>
2025-06-06 10:25:41 +08:00
RVC-Boss
a080e19f91
去除不需要的告警AttributeError: module 'onnxruntime' has no attribute 'preload_dlls'
...
去除不需要的告警AttributeError: module 'onnxruntime' has no attribute 'preload_dlls'
2025-06-05 10:48:50 +08:00
RVC-Boss
e45339f4ff
try onnxruntime.preload_dlls()
...
try onnxruntime.preload_dlls()
2025-05-26 11:28:29 +08:00
KamioRinn
e0e6d333b5
optimize langdetect ( #2408 )
...
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com>
2025-05-26 11:20:18 +08:00
XXXXRT666
d5e479dad6
Introduce Docker and Windows CI Workflow, Pre-commit Formatting, and Language Resource Auto-Download ( #2351 )
...
* Docker Auto-Build Workflow
* Rename
* Update
* Fix Bugs
* Disable Progress Bar When workflows triggered
* Fix Wget
* Fix Bugs
* Fix Bugs
* Update Wget
* Update Workflows
* Accelerate Docker Image Building
* Fix Install.sh
* Add Skip-Check For Action Runner
* Fix Dockerfile
* .
* .
* .
* .
* Delete File in Runner
* Add Sort
* Delete More Files
* Delete More
* .
* .
* .
* Add Pre-Commit Hook
Update Docker
* Add Code Spell Check
* [pre-commit.ci] trigger
* [pre-commit.ci] trigger
* [pre-commit.ci] trigger
* Fix Bugs
* .
* Disable Progress Bar and Logs while using GitHub Actions
* .
* .
* Fix Bugs
* update conda
* fix bugs
* Fix Bugs
* fix bugs
* .
* .
* Quiet Installation
* fix bugs
* .
* fix bug
* .
* Fix pre-commit.ci and Docker
* fix bugs
* .
* Update Docker & Pre-Commit
* fix bugs
* Update Req
* Update Req
* Update OpenCC
* update precommit
* .
* Update .pre-commit-config.yaml
* [pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
* Update Docs and fix bugs
* Fix \
* Fix MacOS
* .
* test
* .
* Add Tag Alias
* .
* fix bugs
* fix bugs
* make image smaller
* update pre-commit config
* .
* .
* fix bugs
* use miniconda
* Fix Wrong Path
* .
* debug
* debug
* revert
* Fix Bugs
* Update Docs, Add Dict Auto Download in install.sh
* update docker_build
* Update Docs for Install.sh
* update docker docs about architecture
* Add Xcode-Commandline-Tool Installation
* Update Docs
1. Add Missing VC17
2. Modufied the Order of FFmpeg Installation and Requirements Installation
3. Remove Duplicate FFmpeg
* Fix Wrong Cuda Version
* Update TESTED ENV
* Add PYTHONNOUSERSITE(-s)
* Fix Wrapper
* Update install.sh For Robustness
* Ignore .git
* Preload CUDNN For Ctranslate2
* Remove Gradio Warnings
* Update Colab
* Fix OpenCC Problems
* Update Win DLL Strategy
* Fix Onnxruntime-gpu NVRTC Error
* Fix Path Problems
* Add Windows Packages Workflow
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* .
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* WIP
* Fix Path
* Fix Path
* Enable Logging
* Set 7-Zip compression level to maximum (-mx=9)
* Use Multithread in ONNX Session
* Fix Tag Bugs
* Add Time
* Add Time
* Add Time
* Compress More
* Copy DLL to Solve VC Runtime DLL Missing Issues
* Expose FFmpeg Errors, Copy Only Part of Visual C++ Runtime
* Update build_windows_packages.ps1
* Update build_windows_packages.ps1
* Update build_windows_packages.ps1
* Update build_windows_packages.ps1
* WIP
* WIP
* WIP
* Update build_windows_packages.ps1
* Update install.sh
* Update build_windows_packages.ps1
* Update docker-publish.yaml
* Update install.sh
* Update Dockerfile
* Update docker_build.sh
* Update miniconda_install.sh
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update Colab-WebUI.ipynb
* Update Colab-Inference.ipynb
* Update docker-compose.yaml
* 更新 build_windows_packages.ps1
* Update install.sh
---------
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-05-26 10:45:14 +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
RVC-Boss
41090e5a7c
Update g2pw url
2025-04-01 17:15:52 +08:00
KamioRinn
265586990c
更新G2PWModel下载链接 ( #2219 )
...
* update G2PWModel download url
* update G2PWModel download url
2025-03-26 14:35:52 +08:00
KamioRinn
fe2f04bdb8
API for V3 ( #2154 )
2025-03-05 17:13:46 +08:00
KamioRinn
959a2ddbeb
Matching fast_langdetect update ( #2140 )
2025-03-04 14:10:58 +08:00
KamioRinn
531a38f119
Fix Short CJK LangSegmenter
2025-02-28 02:04:25 +08:00
KamioRinn
237526a7e6
Fix invalid path ( #2114 )
...
* Fix korean invalid path
* Fix japanese invalid path
* Fix langsegmenter invalid path
2025-02-26 23:37:19 +08:00
KamioRinn
8158a97909
Fix invalid path ( #2112 )
...
* Fix langsegmenter invalid path
* Fix langsegmenter invalid path
* Fix korean invalid path
2025-02-26 18:41:52 +08:00
KamioRinn
a2bb1dab91
Patch-LangSegmenter ( #2073 )
2025-02-18 15:23:06 +08:00
KamioRinn
c17dd642c7
Add en_normalization and fix LangSegmenter ( #2062 )
2025-02-17 18:41:30 +08:00
KamioRinn
72d839e40a
切换新的语言分割工具 ( #2047 )
...
* Add New LangSegmenter
* New LangSegmenter
2025-02-14 11:18:52 +08:00
Naozumi
b7a904a671
Replace cantonese g2p with "ToJyutping" ( #1697 )
2025-01-18 20:51:48 +08:00
wjd
793b0043de
Fix g2pw bug ( #1872 )
2024-12-19 14:30:57 +08:00
刘悦
6d82050b9c
add encoding ( #1730 )
2024-10-30 16:38:05 +08:00
AkitoLiu
eee607b71d
Fix bug in #1660 and #1667 ( #1670 )
...
* fix #1660 #1667
* add japanese cmudict-katakana dict
2024-10-02 22:47:07 +08:00
RVC-Boss
a95b2b85f7
Revert "add LLM translated CMUDICT-KATAKANA dictionary ( #1660 )" ( #1669 )
...
This reverts commit 38cd8815781275a9b438d2c5812087c82f73a377.
2024-10-02 21:53:01 +08:00
AkitoLiu
38cd881578
add LLM translated CMUDICT-KATAKANA dictionary ( #1660 )
2024-09-29 17:29:43 +08:00
Spr_Aachen
78c68d46cb
Fix model_source path ( #1619 )
2024-09-17 15:09:58 +08:00
KamioRinn
192ea6f6c9
Add Liang ( #1613 )
2024-09-17 15:08:57 +08:00
KamioRinn
570da092c9
Fix maoniu ( #1605 )
...
* Fix maoniu
* Fix maon
2024-09-13 11:26:33 +08:00
KamioRinn
9c75f35ece
Fix merge yi ( #1504 )
2024-08-20 11:47:31 +08:00
Strive-for-excellence
b3e8eb40c2
Update cleaner.py ( #1472 )
...
删除不必要的循环
2024-08-14 22:17:20 +08:00
KamioRinn
012de7058c
Fix hyphen ( #1454 )
2024-08-13 10:26:43 +08:00
AkitoLiu
d552c971bf
add modifiable japanese dict ( #1443 )
2024-08-12 10:43:36 +08:00
KamioRinn
2310bcde53
Optimize short sentence ( #1430 )
2024-08-10 12:28:53 +08:00
RVC-Boss
893b45246b
Update onnx_api.py
2024-08-08 18:05:05 +08:00
RVC-Boss
0003fbd92e
Update onnx_api.py
2024-08-06 18:45:38 +08:00
KamioRinn
2196b2bfc6
Repair detail ( #1411 )
...
* Load lang module on demand
* Turn off onnx warning
2024-08-06 18:26:58 +08:00
xiaofeicn
987710bb6c
增加量词 ( #987 )
...
处|台|架|枚|趟|幅|平|方|堵|间|床|株|批|项|例|列|篇|栋|注|亩|
2024-08-06 14:39:07 +08:00
RVC-Boss
054491f032
屏蔽不必要告警
...
屏蔽不必要告警
2024-08-06 14:34:02 +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
RVC-Boss
7778412ed2
中文多音字逻辑更新
...
中文多音字逻辑更新
2024-08-06 14:06:36 +08:00
KamioRinn
9f8f365b93
Fix normalize ( #1404 )
2024-08-06 12:49:13 +08:00
RVC-Boss
21e63c4c3e
add text cleaner references
...
add text cleaner references
2024-08-06 12:48:18 +08:00
RVC-Boss
04f2469a84
Update korean.py
2024-08-06 12:41:07 +08:00
XXXXRT666
a3f5fb9614
v1v2 Version Switching ( #1391 )
...
v1v2 Version Switching
2024-08-06 12:00:51 +08:00
KamioRinn
4e34814c70
Version Check ( #1390 )
...
* version check
* fix webui and symbols
* fix v1 language map
2024-08-05 17:24:42 +08:00
KamioRinn
6ec3a66d53
support yue and ko inference
...
support yue and ko inference
2024-08-03 11:19:52 +08:00
RVC-Boss
8cbd916222
Update japanese.py
2024-08-03 00:35:43 +08:00