https://github.com/chatlunalab/luna-vits
多平台 vits 聚合插件
https://github.com/chatlunalab/luna-vits
Last synced: about 2 months ago
JSON representation
多平台 vits 聚合插件
- Host: GitHub
- URL: https://github.com/chatlunalab/luna-vits
- Owner: ChatLunaLab
- License: mit
- Created: 2024-08-23T08:15:30.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-04-09T19:06:53.000Z (2 months ago)
- Last Synced: 2025-04-23T22:06:25.125Z (about 2 months ago)
- Language: TypeScript
- Homepage:
- Size: 179 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# koishi-plugin-luna-vits
_多平台 vits 聚合插件,目前支持 `GPT-SoVITS-2` 、`vits-simple-api` 、`fish-audio` 和小部分 `gradio` webui,_
## [](https://www.npmjs.com/package/koishi-plugin-luna-vits) [](https://www.npmjs.com/package/koishi-plugin-luna-vits)  
## 特性
1. 聚合多平台 vits 支持,覆盖热门 vits 接入
2. 识别源语言和自动翻译支持
3. 全手写 API 接入,不使用大包库,标准 gradio 流程。## 部署
在 Koishi 插件市场搜索 `luna-vits`,安装后启用即可。
## 使用
待续
## 感谢
感谢 [better-dxl-bert-vits](https://github.com/TR0MXI/koishi-plugin-better-dxl-bert-vits) 为本项目带来的启发。
感谢 [gradio](https://github.com/gradio-app/gradio/blob/main/client/js/README.md) 为本项目提供 gradio API 接入参考。