diff --git a/GPT_SoVITS/inference_webui.py b/GPT_SoVITS/inference_webui.py
index 643e4054..a361ed58 100644
--- a/GPT_SoVITS/inference_webui.py
+++ b/GPT_SoVITS/inference_webui.py
@@ -6,7 +6,20 @@
全部按英文识别
全部按日文识别
"""
+import psutil
+import os
+def set_high_priority():
+ """把当前 Python 进程设为 HIGH_PRIORITY_CLASS"""
+ if os.name != "nt":
+ return # 仅 Windows 有效
+ p = psutil.Process(os.getpid())
+ try:
+ p.nice(psutil.HIGH_PRIORITY_CLASS)
+ print("已将进程优先级设为 High")
+ except psutil.AccessDenied:
+ print("权限不足,无法修改优先级(请用管理员运行)")
+set_high_priority()
import json
import logging
import os
diff --git a/GPT_SoVITS/inference_webui_fast.py b/GPT_SoVITS/inference_webui_fast.py
index 879717e6..a473b915 100644
--- a/GPT_SoVITS/inference_webui_fast.py
+++ b/GPT_SoVITS/inference_webui_fast.py
@@ -6,7 +6,20 @@
全部按英文识别
全部按日文识别
"""
+import psutil
+import os
+def set_high_priority():
+ """把当前 Python 进程设为 HIGH_PRIORITY_CLASS"""
+ if os.name != "nt":
+ return # 仅 Windows 有效
+ p = psutil.Process(os.getpid())
+ try:
+ p.nice(psutil.HIGH_PRIORITY_CLASS)
+ print("已将进程优先级设为 High")
+ except psutil.AccessDenied:
+ print("权限不足,无法修改优先级(请用管理员运行)")
+set_high_priority()
import json
import logging
import os
diff --git a/README.md b/README.md
index e67288ea..86d50ea2 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,17 @@ A Powerful Few-shot Voice Conversion and Text-to-Speech WebUI.
+[](https://www.python.org)
+[](https://github.com/RVC-Boss/gpt-sovits/releases)
+
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
+[](https://lj1995-gpt-sovits-proplus.hf.space/)
[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
[](https://rentry.co/GPT-SoVITS-guide#/)
[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
**English** | [**中文简体**](./docs/cn/README.md) | [**日本語**](./docs/ja/README.md) | [**한국어**](./docs/ko/README.md) | [**Türkçe**](./docs/tr/README.md)
@@ -40,6 +43,11 @@ Unseen speakers few-shot fine-tuning demo:
https://github.com/RVC-Boss/GPT-SoVITS/assets/129054828/05bee1fa-bdd8-4d85-9350-80c060ab47fb
+**RTF(inference speed) of GPT-SoVITS v2 ProPlus**:
+0.028 tested in 4060Ti, 0.014 tested in 4090 (1400words~=4min, inference time is 3.36s), 0.526 in M4 CPU. You can test our [huggingface demo](https://lj1995-gpt-sovits-proplus.hf.space/) (half H200) to experience high-speed inference .
+
+请不要尬黑GPT-SoVITS推理速度慢,谢谢!
+
**User guide: [简体中文](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e) | [English](https://rentry.co/GPT-SoVITS-guide#/)**
## Installation
diff --git a/docs/cn/Changelog_CN.md b/docs/cn/Changelog_CN.md
index 6c6dcdbe..f68e23a9 100644
--- a/docs/cn/Changelog_CN.md
+++ b/docs/cn/Changelog_CN.md
@@ -594,3 +594,33 @@
- 内容: 修复实验名结尾出现空格在win中路径不正确的问题
- 类型: 修复
- 提交: RVC-Boss
+- 2025.06.10 [Commit#746cb536](https://github.com/RVC-Boss/GPT-SoVITS/commit/746cb536c68b1fe6ce3ca7e882235375b8a8dd89)
+ - 内容: 语种分割优化
+ - 类型: 优化
+ - 提交: KamioRinn
+- 2025.06.11 [Commit#dd2b9253](https://github.com/RVC-Boss/GPT-SoVITS/commit/dd2b9253aabb09db32db7a3344570ed9df043351)
+ - 内容: 修复并行推理对v2pro支持bug
+ - 类型: 修复
+ - 提交: YYuX-1145
+- 2025.06.11 [Commit#ed89a023](https://github.com/RVC-Boss/GPT-SoVITS/commit/ed89a023378dabba9d4b6580235bb9742245816d)
+ - 内容: v2pro对ge提取时会出现数值溢出的问题修复
+ - 类型: 修复
+ - 提交: RVC-Boss
+- 2025.06.11 [Commit#37f5abfc](https://github.com/RVC-Boss/GPT-SoVITS/commit/6fdc67ca83418306f11e90b9139278313ac5c3e9)[Commit#6fdc67ca](https://github.com/RVC-Boss/GPT-SoVITS/commit/37f5abfcb4a6553652235909db2e124b6f8ff3a5)
+ - 内容: install.sh逻辑优化
+ - 类型: 优化
+ - 提交: XXXXRT666
+- 2025.06.27 [Commit#90ebefa7](https://github.com/RVC-Boss/GPT-SoVITS/commit/90ebefa78fd544da36eebe0b2003620879c921b0)
+ - 内容: onnxruntime加载逻辑优化(对gpu/cpu的判断)
+ - 类型: 优化
+ - 提交: KamioRinn
+- 2025.06.27 [Commit#6df61f58](https://github.com/RVC-Boss/GPT-SoVITS/commit/6df61f58e4d18d4c2ad9d1eddd6a1bd690034c23)
+ - 内容: 语言分割及格式化优化
+ - 类型: 优化
+ - 提交: KamioRinn
+- 2025.07.10 [Commit#426e1a2bb](https://github.com/RVC-Boss/GPT-SoVITS/commit/426e1a2bb43614af2479b877c37acfb0591e952f)
+ - 内容: 提升推理进程优先级(修复win11下可能GPU利用率受限的问题)
+ - 类型: 修复
+ - 提交: XianYue0125
+
+
diff --git a/docs/cn/README.md b/docs/cn/README.md
index 77841b99..793734d8 100644
--- a/docs/cn/README.md
+++ b/docs/cn/README.md
@@ -7,14 +7,18 @@
+[](https://www.python.org)
+[](https://github.com/RVC-Boss/gpt-sovits/releases)
+
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
+[](https://lj1995-gpt-sovits-proplus.hf.space/)
[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
[](https://rentry.co/GPT-SoVITS-guide#/)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/cn/Changelog_CN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
+
[**English**](../../README.md) | **中文简体** | [**日本語**](../ja/README.md) | [**한국어**](../ko/README.md) | [**Türkçe**](../tr/README.md)
diff --git a/docs/ja/README.md b/docs/ja/README.md
index c3c42cd8..1ee9abb4 100644
--- a/docs/ja/README.md
+++ b/docs/ja/README.md
@@ -7,14 +7,18 @@
+[](https://www.python.org)
+[](https://github.com/RVC-Boss/gpt-sovits/releases)
+
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
+[](https://lj1995-gpt-sovits-proplus.hf.space/)
[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
[](https://rentry.co/GPT-SoVITS-guide#/)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/ja/Changelog_JA.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
+
[**English**](../../README.md) | [**中文简体**](../cn/README.md) | **日本語** | [**한국어**](../ko/README.md) | [**Türkçe**](../tr/README.md)
diff --git a/docs/ko/README.md b/docs/ko/README.md
index 1028c00a..9ff32f83 100644
--- a/docs/ko/README.md
+++ b/docs/ko/README.md
@@ -7,14 +7,18 @@
+[](https://www.python.org)
+[](https://github.com/RVC-Boss/gpt-sovits/releases)
+
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
+[](https://lj1995-gpt-sovits-proplus.hf.space/)
[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
[](https://rentry.co/GPT-SoVITS-guide#/)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/ko/Changelog_KO.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
+
[**English**](../../README.md) | [**中文简体**](../cn/README.md) | [**日本語**](../ja/README.md) | **한국어** | [**Türkçe**](../tr/README.md)
diff --git a/docs/tr/README.md b/docs/tr/README.md
index dd5d79b3..b80c764b 100644
--- a/docs/tr/README.md
+++ b/docs/tr/README.md
@@ -7,14 +7,17 @@ Güçlü Birkaç Örnekli Ses Dönüştürme ve Metinden Konuşmaya Web Arayüz
+[](https://www.python.org)
+[](https://github.com/RVC-Boss/gpt-sovits/releases)
+
[](https://colab.research.google.com/github/RVC-Boss/GPT-SoVITS/blob/main/Colab-WebUI.ipynb)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
-[](https://huggingface.co/spaces/lj1995/GPT-SoVITS-v2)
+[](https://lj1995-gpt-sovits-proplus.hf.space/)
[](https://hub.docker.com/r/xxxxrt666/gpt-sovits)
[](https://www.yuque.com/baicaigongchang1145haoyuangong/ib3g1e)
[](https://rentry.co/GPT-SoVITS-guide#/)
-[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/tr/Changelog_TR.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/docs/en/Changelog_EN.md)
+[](https://github.com/RVC-Boss/GPT-SoVITS/blob/main/LICENSE)
[**English**](../../README.md) | [**中文简体**](../cn/README.md) | [**日本語**](../ja/README.md) | [**한국어**](../ko/README.md) | **Türkçe**
diff --git a/tools/assets.py b/tools/assets.py
index 28d0f6b4..6851c064 100644
--- a/tools/assets.py
+++ b/tools/assets.py
@@ -1,6 +1,6 @@
js = """
function deleteTheme() {
-
+
const params = new URLSearchParams(window.location.search);
if (params.has('__theme')) {
params.delete('__theme');
@@ -52,13 +52,16 @@ footer * {
top_html = """