Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chatlunalab/luna-vits
多平台 vits 聚合插件
https://github.com/chatlunalab/luna-vits
Last synced: about 1 month ago
JSON representation
多平台 vits 聚合插件
- Host: GitHub
- URL: https://github.com/chatlunalab/luna-vits
- Owner: ChatLunaLab
- License: mit
- Created: 2024-08-23T08:15:30.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-14T08:26:07.000Z (2 months ago)
- Last Synced: 2024-11-16T12:08:08.703Z (about 1 month ago)
- Language: TypeScript
- Homepage:
- Size: 152 KB
- Stars: 0
- 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,_
## [![npm](https://img.shields.io/npm/v/koishi-plugin-luna-vits)](https://www.npmjs.com/package/koishi-plugin-luna-vits) [![npm](https://img.shields.io/npm/dm/koishi-plugin-luna-vits)](https://www.npmjs.com/package/koishi-plugin-luna-vits) ![node version](https://img.shields.io/badge/node-%3E=18-green) ![github top language](https://img.shields.io/github/languages/top/ChatLunaLab/chatluna-character?logo=github)
## 特性
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 接入参考。