925 Commits (13055fa56994e75a7152c176047c56c62bbeede4)
 

Author SHA1 Message Date
RVC-Boss 13055fa569
Rename Colab-WebUI.ipynb to colab_webui.ipynb 3 months ago
XXXXRT666 ad7df5298b
Colab Infer Fix (#2322)
* Update Colab Infer, Add NLTK Download

* Rename GPT_SoVITS_Inference.ipynb to Colab-Inference.ipynb

* Rename

* Update URL

* .
3 months ago
XXXXRT666 9202c74761
Update Gradio Reqs (#2311)
* Update Librosa version

* Update Gradio Quiet Settings
3 months ago
XXXXRT666 6a1ece8992
Update Librosa version (#2310) 3 months ago
RVC-Boss e31d67eeff
最新<5的gradio除非能在autodl上跑通否则禁止修改
最新<5的gradio除非能在autodl上跑通否则禁止修改
3 months ago
RVC-Boss fbdab94e17
https://github.com/RVC-Boss/GPT-SoVITS/issues/2308
https://github.com/RVC-Boss/GPT-SoVITS/issues/2308
3 months ago
ChasonJiang a19f49604f
修复v3传参 (#2309) 3 months ago
RVC-Boss 590c83d766
修复v3推理传参问题 3 months ago
RVC-Boss 7405427a0a
修复v3推理传参问题 3 months ago
ChasonJiang e0f2818df7
为并行推理版本适配v4 (#2307)
* 适配v4版本

* 适配v4版本

* modified:   GPT_SoVITS/inference_webui_fast.py

* 合并main分支

* fallback config

* modified:   GPT_SoVITS/TTS_infer_pack/TTS.py

* fix bug

* modified:   GPT_SoVITS/TTS_infer_pack/TTS.py

* modified:   GPT_SoVITS/inference_webui_fast.py
3 months ago
RVC-Boss bc2fe5ec86
适配v4并行推理(还没写完) 3 months ago
RVC-Boss 839ff9ce5b
适配v4并行推理(还没写完) 3 months ago
RVC-Boss 8b394a15bc
support v4 parallel inference
支持v4并行推理
3 months ago
RVC-Boss ec7ec370ef
训完模自动刷新模型列表
Automatically refresh the model list after training the model.
3 months ago
RVC-Boss 9d481da610
support gpt sovits v4
support gpt sovits v4
4 months ago
RVC-Boss 50e9ba0218
support gpt-sovits v4
support gpt-sovits v4
4 months ago
RVC-Boss c6cb6b45f3
support gpt-sovits v4
support gpt-sovits v4
4 months ago
RVC-Boss e0c452f007
support gpt-sovits v4
support gpt-sovits v4
4 months ago
XXXXRT666 b43ae64a1e
Fix Non-functional Project: Add Multi-source Pretrained Model and UVR5 Download, Enable , Colab Compatibility, and FastAPI Optimization (#2300)
* Replace the outdated link and pin dependencies

* Update Colab

* Add Docs

* .

* Update Install.sh, Support multi download source

* .

* modified path

* Add source

* Update URL

* fix bugs

* fix bug

* fix bugs

* Fix colab

* update colab

* Update Docs

* update links
4 months ago
XXXXRT666 c0b46314ca
Support Python 3.11, Clean Docs, and Update Setup (#2290)
* Update Req, Shell Scripts and Docs

* Use half-width punctuation marks

* Update install.sh
4 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
RVC-Boss 9da7e17efe
Add files via upload 4 months ago
RVC-Boss b0de354c63
Update Changelog_CN.md 4 months ago
RVC-Boss 41090e5a7c
Update g2pw url 4 months ago
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