zjw-swun / TTS-for-GPT-soVITS

这是一个简单的TTS后端项目 基于https://github.com/RVC-Boss/GPT-SoVITS 并提供了一些推理优化的特性/This is a simple TTS backend project based on https://github.com/RVC-Boss/GPT-SoVITS and provides some inference optimization features:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

中文说明

这是一个基于GPT-soVITS开发的 推理特化插件 请见项目:https://github.com/X-T-E-R/TTS-for-GPT-soVITS

并且实现了 前后端分离、模型管理、多角色/情绪切换、流式推理等特性。一切语音合成基于一个统一的API服务

详细中文文档、使用说明和整合包请见文档:https://www.yuque.com/xter/zibxlp/kkicvpiogcou5lgp

后端程序:src/tts_backend.py

前端程序:src/TTS_Webui.py

模型管理界面:src/Character_Manager.py

有关于文档:主要的文档都放在了语雀上,中文用户请直接看语雀,其它用户请等待我写文档并且在代码中使用i18n

仅导出了几个核心文档: API接口文档 模型文件导入方式 项目说明

英文说明

This is a reasoning-specialized plugin developed based on GPT-soVITS. For more information, please visit the project at: https://github.com/X-T-E-R/TTS-for-GPT-soVITS

It features a separation of front-end and back-end, model management, multiple roles/emotions switching, and stream reasoning. All voice synthesis is based on a unified API service.

Currently, it primarily supports Chinese, with multi-language support still under development.

For detailed documentation, usage instructions, and integration packages, please see the document at: https://www.yuque.com/xter/zibxlp/kkicvpiogcou5lgp

Back-end program: src/tts_backend.py

Front-end program: src/TTS_Webui.py

Model management interface: src/Character_Manager.py

About

这是一个简单的TTS后端项目 基于https://github.com/RVC-Boss/GPT-SoVITS 并提供了一些推理优化的特性/This is a simple TTS backend project based on https://github.com/RVC-Boss/GPT-SoVITS and provides some inference optimization features:


Languages

Language:Python 97.1%Language:Batchfile 2.9%