119 Commits

Author SHA1 Message Date
SapphireLab
663c3cc6fc
Update Documentation (#2420)
* docs(中文更新日志): 重新排版24年08月以来的更新日志

* 添加细节

* docs(英文更新日志): 重新排版24年08月以来的更新日志

* 修正句子

* docs(changelog): Reformat and Update Changelog since August 2024.

* docs(i18n): Update i18n config for all languages

* docs(webui): Split i18n sentences for detection
2025-06-03 10:29:58 +08:00
RVC-Boss
1934fc1e1b
修复uvr5和onnx去混响模型ffmpeg编码mp3和m4a原路径带空格会有bug的问题
修复uvr5和onnx去混响模型ffmpeg编码mp3和m4a原路径带空格会有bug的问题
2025-05-29 11:14:01 +08:00
RVC-Boss
fafe4e7f12
Update subfix_webui.py 2025-05-29 10:43:48 +08:00
RVC-Boss
8c705784c5
友情提示标注完每一面都要点submit text否则白忙活
友情提示标注完每一面都要点submit text否则白忙活
2025-05-26 11:58:24 +08:00
RVC-Boss
4d9d56b196
add submit_text markdown
add submit_text markdown
2025-05-26 11:28:51 +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
9202c74761
Update Gradio Reqs (#2311)
* Update Librosa version

* Update Gradio Quiet Settings
2025-04-22 20:28:04 +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
c0ce55a132
Update my_utils.py 2025-03-26 15:32:43 +08:00
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文件时遇到的编码不匹配的问题
2025-03-26 14:34:51 +08:00
starylan
780524e0cc 更新i18n 2025-02-28 01:41:20 +08:00
starylan
e35ade8f60 拆分i18n 2025-02-28 01:41:04 +08:00
RVC-Boss
0b20a949ed
Update audio_sr.py 2025-02-27 22:25:24 +08:00
RVC-Boss
ffbf205ae4
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:16:14 +08:00
RVC-Boss
9208fb8157
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:07:54 +08:00
RVC-Boss
b7a6e43a4c
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:07:44 +08:00
RVC-Boss
b88d78d64b
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:07:10 +08:00
RVC-Boss
c242346280
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:07:01 +08:00
RVC-Boss
7c56946d95
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:06:26 +08:00
RVC-Boss
270a41eb89
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:06:05 +08:00
RVC-Boss
92961c3f68
支持24k音频超分48k采样率
支持24k音频超分48k采样率
2025-02-27 16:02:47 +08:00
Sucial
e061e9d38e
Support for mel_band_roformer (#2078)
* support for mel_band_roformer

* Remove unnecessary audio channel judgments

* remove context manager and fix path

* Update webui.py

* Update README.md
2025-02-23 20:28:53 +08:00
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
2025-02-12 11:27:35 +08:00
XXXXRT666
7dac47ca95
chores (#1528)
* chores

* ...

* Add files via upload

* ...

* remove gradio warnings

* Update inference_webui.py

Fix inference_cli issue
2024-08-23 17:47:27 +08:00
蓝梦实
a7e38f93f1
add SORT_KEYS (#1509) 2024-08-21 22:53:32 +08:00
RVC-Boss
0e02585580
Update gradio 2024-08-20 23:47:48 +08:00
XXXXRT666
13e0faab72
i18n (#1460)
* i18n
2024-08-13 20:12:59 +08:00
XXXXRT666
ea56b814bd
Chores (#1422)
Make Gradio Great Again
附带vs2017下载链接
增加了各种数据集检查,若缺失会弹出warning
修复了warning乱弹的bug
修复了参考音频混合只能上传一条的bug
修复了下载G2PW Model出现import错误的bug
修复了Windows训练无N卡在预处理阶段的报错
2024-08-13 16:31:12 +08:00
蓝梦实
62831dfcc7
fix_onlyasr (#1433) 2024-08-12 10:42:52 +08:00
RVC-Boss
bf289e030d
https://github.com/RVC-Boss/GPT-SoVITS/issues/1419
fix issue https://github.com/RVC-Boss/GPT-SoVITS/issues/1419
2024-08-07 17:24:59 +08:00
RVC-Boss
4ea338c811
Update my_utils.py 2024-08-07 16:15:47 +08:00
XXXXRT666
e685299077
* README (#1412)
* README
2024-08-07 14:54:49 +08:00
XXXXRT666
a3f5fb9614
v1v2 Version Switching (#1391)
v1v2 Version Switching
2024-08-06 12:00:51 +08:00
XXXXRT666
50a63c57d1
若干杂项,界面优化 (#1387)
推理界面布局优化,删去文本切分小框
python webui.py or inference_webui.py  <version(optional)>   <language(optional)>
支持启动时选择模型版本,填在第一个即可,若缺失使用缺省值
支持启动时选择i18n语言,填在最后一个即可,若缺失使用缺省值
计时优化
2024-08-03 12:12:04 +08:00
RVC-Boss
8a101474b5
funasr support cantonese
funasr support cantonese
2024-08-03 00:44:25 +08:00
RVC-Boss
9f3a019e2f
Update en_US.json 2024-08-02 21:41:45 +08:00
XXXXRT666
73c6244bb6
support gpt sovits v2
ASR languages
git ignore
requirement.txt
more autofill
2024-08-02 21:39:38 +08:00
RVC-Boss
9498fc775b
bsroformer support fp16 inference
bsroformer support fp16 inference
2024-08-01 21:28:06 +08:00
RVC-Boss
e62e965323
bsroformer support fp16 inference
bsroformer support fp16 inference
2024-08-01 21:26:59 +08:00
XXXXRT666
10e885d9ac
增加了自动填充路径的功能,增加了根据显存自动选择ASR精度的功能,也可手动控制
增加了自动填充路径的功能
增加了根据显存自动选择ASR精度的功能,也可手动控制
2024-08-01 20:53:52 +08:00
KamioRinn
7670bc77c3
Simplify BSR (#1356) 2024-07-30 10:32:37 +08:00
KamioRinn
8abc0342d7
为UVR5模块添加Bs_Roformer模型 (#1306)
* Add Bs_Roformer

* Compatible with default model name

* Add progress bar
2024-07-27 16:37:28 +08:00
蓝梦实
0565c3e072
Update i18n Scanning (#1352)
* detect duplicate values during scanning

* fix typo
2024-07-27 14:46:04 +08:00
蓝梦实
7e7073b45a
Update i18n to the Latest (#1344)
* 拆分UVR5长注释

* 更新JSON文件

* Update JSON
2024-07-24 14:39:03 +08:00
XXXXRT666
0a3a1e4505
Clean Path (#1299)
* clean path

* clean path
2024-07-13 19:17:46 +08:00
蓝梦实
c4272cd1c0
Move i18n to tools/i18n (#1298)
* move i18n/locale to tools/i18n/locale

* del i18n/locale

* change i18nAuto dir

* Update i18n json
2024-07-13 11:46:13 +08:00
蓝梦实
ea83174fe0
Rewrite I18n Scan (#1294)
* Update Scan i18n

* rewrite

* fix details

* remove
2024-07-12 21:36:58 +08:00
XXXXRT666
95354647c8
DS_STORE Error (and Other Unsupported Format) (#1265)
* DS_STORE

* DS_STORE

* .

* roll back
2024-07-01 23:14:49 +08:00
aoguai
582ba7d519
fix: 移除多余 my_utils.py (#1189) (#1251)
* fix: 移除多余 my_utils.py (#1189)

* feat: update my_utils
2024-06-29 22:57:01 +08:00
XXXXRT666
1b4c01e860
DS_STORE (#1258) 2024-06-28 22:39:29 +08:00