RVC-Boss
605b380114
修复模型加载异步逻辑
...
修复模型加载异步逻辑
4 months ago
RVC-Boss
9f8d455130
支持v3并行推理
...
support v3 models batch inference
4 months ago
RVC-Boss
7abae557fb
删除加载v3sovits模型缺少enc_q告警
...
删除加载v3sovits模型缺少enc_q告警
4 months ago
RVC-Boss
6a60e5edb1
v3解锁并行推理;修复模型加载异步逻辑
...
v3解锁并行推理;修复模型加载异步逻辑
4 months ago
RVC-Boss
28bdff356f
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/2250
...
fix https://github.com/RVC-Boss/GPT-SoVITS/issues/2250
4 months ago
ChasonJiang
03b662a769
为sovits_v3 适配并行推理 ( #2241 )
...
* 为sovits_v3 适配并行推理
* 清理无用代码
4 months ago
XXXXRT666
6c468583c5
Fix dependency-related issues via requirements update ( #2236 )
...
* Update requirements.txt
* Create constraints.txt
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* pyopenjtalk and onnx fix
* Update requirements.txt
* Update requirements.txt
* Update install.sh
* update shell install.sh
* update docs
* Update Install.sh
* fix bugs
* Update .gitignore
* Update .gitignore
* Update install.sh
* Update install.sh
* Update extra-req.txt
* Update requirements.txt
4 months ago
RVC-Boss
ee4a466f79
Update patched_mha_with_cache.py
4 months ago
C3EZ
b65ea9181e
更新对amd显卡的支持 ( #2076 )
...
* Added the instruction for AMD GPU in English
* Added the instruction for AMD GPU in Chinese
* Update install.sh, now it will check wether user are using cuda or rocm
* 恢复原来的readme,已经更新了install.sh
* 恢复中文readme
* 将n卡的判断条件由nvcc改成nvidia-smi
4 months ago
RVC-Boss
c0ce55a132
Update my_utils.py
4 months ago
RVC-Boss
13573a1b06
fix torch.load
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
zzz
b0e465eb72
feat: 添加导出 v3 的 script ( #2208 )
...
* feat: 添加导出 v3 的 script
* Fix: 由于 export_torch_script_v3 的改动,v2 现在需要传入 top_k
4 months ago
RVC-Boss
f1332ff53a
Update README.md
4 months ago
RVC-Boss
b88bd391fc
Update README.md
4 months ago
RVC-Boss
4635cb4293
Update README.md
4 months ago
RVC-Boss
86e6dea694
Update README.md
4 months ago
RVC-Boss
d7c24e9ac9
Update README.md
4 months ago
RVC-Boss
6c1c1bb72a
Update README.md huggingface url
...
Update README.md huggingface url
4 months ago
KamioRinn
265586990c
更新G2PWModel下载链接 ( #2219 )
...
* update G2PWModel download url
* update G2PWModel download url
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
ChasonJiang
165882d64f
修复多余的注释导致的bug ( #2158 )
5 months ago
RVC-Boss
271db6a4de
fix torch.inference_mode()RuntimeError:Inplace update to inference tensor outside InferenceMode is not allowed.
...
fix torch.inference_mode()RuntimeError:Inplace update to inference tensor outside InferenceMode is not allowed.
5 months ago
ChasonJiang
053a356ffe
修复gpt的padding mask的问题 ( #2153 )
...
* 修复gpt的padding mask的问题
* rollback tts_config
5 months ago
KamioRinn
fe2f04bdb8
API for V3 ( #2154 )
5 months ago
ChasonJiang
6dd2f72090
更改gpt并行推理时的mask策略为padding left ( #2144 )
...
* 更改gpt并行推理时的mask策略为padding left,使batch_infer更接近于naive_infer
减少冗余操作并使用torch_sdpa,以提升推理速度
* rollback tts_infer.yaml
5 months ago
KamioRinn
959a2ddbeb
Matching fast_langdetect update ( #2140 )
5 months ago
Fridemn
bb8a8efeca
fix: 修复 Linux 一键安装脚本执行失败问题 ( #2142 )
...
安装 pyopenjtalk 库时不仅要保证 gcc 版本不高于 14,同时在执行 pip install -r requirements.txt 前需要保证环境变量中更新刚刚安装的 gcc/g++/cmake。
因此在安装三者后补充了设置环境变量,并且用 hash -r 确保生效
5 months ago
RVC-Boss
df33574a26
修复超分后音量超过1写错了的bug
...
修复超分后音量超过1写错了的bug
5 months ago
Fridemn
4fd57b0ea7
修复 Linux 无法编译 pyopenjtalk ( #2127 )
5 months ago
RVC-Boss
118c2bed68
Update Changelog_CN.md
5 months ago
RVC-Boss
a32a2b8934
v3sovits模型推理支持webui传语速参数调整合成语速
...
v3sovits模型推理支持webui传语速参数调整合成语速
5 months ago
RVC-Boss
c38b169019
v3sovits模型推理支持webui传语速参数调整合成语速
...
v3sovits模型推理支持webui传语速参数调整合成语速
5 months ago
RVC-Boss
a69be1eae7
Merge pull request #2122 from KamioRinn/Fix-Short-CJK-LangSegmenter
...
Fix Short CJK LangSegmenter
5 months ago
RVC-Boss
9ef2c00bbc
Merge pull request #2123 from SapphireLab/Doc
...
Update Documentation
5 months ago
starylan
b446f7954b
更新其他语言ChangeLog
5 months ago
starylan
ff299d17d3
更新其他语言ReadMe
5 months ago
starylan
e9af7921fa
删除多余缩进
5 months ago
KamioRinn
3356fc9e09
Fix get_phones_and_bert
5 months ago
KamioRinn
531a38f119
Fix Short CJK LangSegmenter
5 months ago
starylan
780524e0cc
更新i18n
5 months ago
starylan
e35ade8f60
拆分i18n
5 months ago
starylan
fc1400bdba
更新webui
5 months ago
RVC-Boss
2cd843dcbc
Update inference_webui.py
5 months ago
RVC-Boss
94ffcbe616
Update inference_webui.py
5 months ago
RVC-Boss
a0ff6fa7a2
Update inference_webui.py
5 months ago
RVC-Boss
0b20a949ed
Update audio_sr.py
5 months ago
RVC-Boss
a68e3c4354
Update TTS.py
5 months ago
RVC-Boss
ffcba8e553
Update requirements.txt
5 months ago
RVC-Boss
250b1c73cb
fix 24k to 48k inference
5 months ago