docs: point the vLLM recipe links at the published page (#756)

The recipe has landed, so the links no longer need to reference the pull
request. Verified https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5 returns 200
and titles itself "IndexTeam/IndexTTS-2.5 | vLLM Recipes".

Seven occurrences across the English, Chinese, Japanese, Spanish and Arabic
READMEs.

Co-authored-by: nanaoto <10inspiral@gmail.com>
This commit is contained in:
nanaoto
2026-08-12 16:54:08 +08:00
committed by GitHub
parent 6c99a9b404
commit 0d3a48bec5
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -38,7 +38,7 @@ Japanese Kana), and faster inference than IndexTTS-2.
- Now supports Chinese, English, Japanese, Spanish and Arabic, with faster inference than IndexTTS-2, while keeping the cross-lingual and timbre-emotion disentanglement capabilities.
- Improved controllability of Chinese Pinyin, English CMU phonemes and Japanese Kana.
- Speaking speed control via `duration_factor` (0.5x2.0x duration).
- Production deployment supported via [vLLM](https://github.com/vllm-project/recipes/pull/772).
- Production deployment supported via [vLLM](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5).
- `2025/09/08` 🔥 We release **IndexTTS-2**
- The first autoregressive TTS model with precise synthesis duration control, supporting both controllable and uncontrollable modes. <i>This functionality is not yet enabled in this release.</i>
- Highly expressive emotional speech synthesis, with emotion control through multiple input modalities.
@@ -200,7 +200,7 @@ uv run webui.py -h
### 🚀 Serving with vLLM
For production deployment, see the [vLLM recipe for IndexTTS](https://github.com/vllm-project/recipes/pull/772).
For production deployment, see the [vLLM recipe for IndexTTS](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5).
### 📝 Python API
+1 -1
View File
@@ -196,7 +196,7 @@ uv run webui.py -h
### 🚀 التشغيل باستخدام vLLM
للنشر الإنتاجي، راجع [وصفة vLLM لـ IndexTTS](https://github.com/vllm-project/recipes/pull/772).
للنشر الإنتاجي، راجع [وصفة vLLM لـ IndexTTS](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5).
### 📝 واجهة Python البرمجية
+1 -1
View File
@@ -206,7 +206,7 @@ uv run webui.py -h
### 🚀 Servicio con vLLM
Para el despliegue en producción, consulta la [receta de vLLM para IndexTTS](https://github.com/vllm-project/recipes/pull/772).
Para el despliegue en producción, consulta la [receta de vLLM para IndexTTS](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5).
### 📝 API de Python
+1 -1
View File
@@ -199,7 +199,7 @@ uv run webui.py -h
### 🚀 vLLM によるサービング
本番環境へのデプロイについては、[IndexTTS 向け vLLM レシピ](https://github.com/vllm-project/recipes/pull/772)を参照してください。
本番環境へのデプロイについては、[IndexTTS 向け vLLM レシピ](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5)を参照してください。
### 📝 Python API
+2 -2
View File
@@ -37,7 +37,7 @@ IndexTTS 是一个零样本文本转语音(TTS)系统,只需一段参考
- 模型现已支持中文、英文、日语、西班牙语和阿拉伯语,推理速度较 IndexTTS-2 更快,同时保持跨语言合成与音色-情感解耦能力。
- 模型提升了中文拼音、英文 CMU 音素和日语假名的可控性。
- 支持通过 `duration_factor` 控制语速(0.5–2.0 倍时长)。
- 支持通过 [vLLM](https://github.com/vllm-project/recipes/pull/772) 进行生产环境部署。
- 支持通过 [vLLM](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5) 进行生产环境部署。
- `2025/09/08` 🔥 **IndexTTS-2** 全球发布!
- 首个支持精确合成时长控制的自回归 TTS 模型,支持可控与非可控模式。<i>本版本暂未开放该功能。</i>
- 模型实现高度情感表达的语音合成,支持多模态情感控制。
@@ -186,7 +186,7 @@ uv run webui.py -h
### 🚀 使用 vLLM 部署
生产环境部署请参考 [IndexTTS 的 vLLM 部署方案](https://github.com/vllm-project/recipes/pull/772)。
生产环境部署请参考 [IndexTTS 的 vLLM 部署方案](https://recipes.vllm.ai/IndexTeam/IndexTTS-2.5)。
### 📝 Python 脚本调用