|
2 | 2 |
|
3 | 3 | # nonebot-plugin-fishspeech-tts
|
4 | 4 |
|
5 |
| -<a href="https://v2.nonebot.dev/store"><img src="https://count.getloli.com/get/@nonebot-plugin-fishspeech-tts?theme=asoul"></a> |
| 5 | +<a href="https://v2.nonebot.dev/store"> |
| 6 | +<img src="https://count.getloli.com/get/@nonebot-plugin-fishspeech-tts?theme=asoul"></a> |
6 | 7 |
|
7 | 8 | _⭐基于Nonebot2的调用在线[fish-audio](https://fish.audio/zh-CN/)或离线[fish-speech](https://github.com/fishaudio/fish-speech) api⭐_
|
8 | 9 | _⭐文本生成语音`tts`插件⭐_
|
9 | 10 |
|
10 |
| -<a href="https://www.python.org/downloads/release/python-390/"><img src="https://img.shields.io/badge/python-3.10+-blue"></a> <a href=""><img src="https://img.shields.io/badge/QQ-1141538825-yellow"></a> <a href="https://github.com/Cvandia/nonebot-plugin-game-torrent/blob/main/LICENCE"><img src="https://img.shields.io/badge/license-MIT-blue"></a> <a href="https://v2.nonebot.dev/"><img src="https://img.shields.io/badge/Nonebot2-2.2.0+-red"></a>[](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml) |
| 11 | +<a href="https://www.python.org/downloads/release/python-390/"> |
| 12 | + <img src="https://img.shields.io/badge/python-3.10+-blue"></a> |
| 13 | +<a href="https://qm.qq.com/q/SL6m4KdFe4"> |
| 14 | + <img src="https://img.shields.io/badge/QQ-1141538825-yellow"></a> |
| 15 | +<a href="https://github.com/Cvandia/nonebot-plugin-game-torrent/blob/main/LICENCE"> |
| 16 | + <img src="https://img.shields.io/badge/license-MIT-blue"></a> |
| 17 | +<a href="https://v2.nonebot.dev/"> |
| 18 | + <img src="https://img.shields.io/badge/Nonebot2-2.2.0+-red"></a> |
| 19 | +<a href="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml"> |
| 20 | + <img src="https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml/badge.svg?branch=master"></a> |
11 | 21 |
|
12 | 22 | **中文简体** | [**English**](./docs/README_EN.md)
|
13 | 23 |
|
@@ -160,6 +170,9 @@ git clone https://github.com/fishaudio/fish-speech
|
160 | 170 | **在`API_FLAGS.txt`里添加额外参数**
|
161 | 171 | - 1.`--complie` ->是否启动编译后的模型 (更快的生成tts,但启动较慢)
|
162 | 172 | - 2.`--workers 数字` ->启动`数字`个多协程 (请务必设置,因为默认一个容易阻塞)
|
| 173 | +- 3.`--device cpu` ->使用cpu生成tts (如果使用gpu,请忽略) |
| 174 | +- 4.`--half` ->使用半精度生成tts |
| 175 | +- 5.`--max-text-length` ->输入文本最大长度 |
163 | 176 |
|
164 | 177 | ### linux离线搭建fish-speech
|
165 | 178 | - 更多参考[官方文档](https://speech.fish.audio/zh)
|
0 commit comments