Skip to content

Commit 5986fda

Browse files
committed
📝 doc: 更新 README.md,优化链接格式并添加额外参数说明
1 parent 5078b91 commit 5986fda

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

README.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,22 @@
22

33
# nonebot-plugin-fishspeech-tts
44

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>
67

78
_⭐基于Nonebot2的调用在线[fish-audio](https://fish.audio/zh-CN/)或离线[fish-speech](https://github.com/fishaudio/fish-speech) api⭐_
89
_⭐文本生成语音`tts`插件⭐_
910

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>[![Python package](https://github.com/Cvandia/nonebot-plugin-fishspeech-tts/actions/workflows/python-app.yml/badge.svg?branch=master)](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>
1121

1222
**中文简体** | [**English**](./docs/README_EN.md)
1323

@@ -160,6 +170,9 @@ git clone https://github.com/fishaudio/fish-speech
160170
**`API_FLAGS.txt`里添加额外参数**
161171
- 1.`--complie` ->是否启动编译后的模型 (更快的生成tts,但启动较慢)
162172
- 2.`--workers 数字` ->启动`数字`个多协程 (请务必设置,因为默认一个容易阻塞)
173+
- 3.`--device cpu` ->使用cpu生成tts (如果使用gpu,请忽略)
174+
- 4.`--half` ->使用半精度生成tts
175+
- 5.`--max-text-length` ->输入文本最大长度
163176

164177
### linux离线搭建fish-speech
165178
- 更多参考[官方文档](https://speech.fish.audio/zh)

0 commit comments

Comments
 (0)