Skip to content

Commit 7ee0927

Browse files
committed
feat: add pocket-tts marketplace manifest and registry entry
1 parent 7d69779 commit 7ee0927

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

marketplace/official-plugins.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,34 @@
167167
}
168168
]
169169
},
170+
{
171+
"id": "pocket-tts",
172+
"name": "Pocket TTS",
173+
"version": "0.1.0",
174+
"node_kind": "pocket-tts",
175+
"kind": "native",
176+
"entrypoint": "libpocket_tts.so",
177+
"artifact": "plugins/native/pocket-tts/target/release/libpocket_tts.so",
178+
"description": "Lightweight CPU TTS using Kyutai Pocket TTS (Candle)",
179+
"license": "MPL-2.0",
180+
"models": [
181+
{
182+
"id": "pocket-tts-b6369a24",
183+
"name": "Pocket TTS b6369a24",
184+
"default": true,
185+
"source": "huggingface",
186+
"repo_id": "streamkit/pocket-tts-models",
187+
"revision": "main",
188+
"files": [
189+
"pocket-tts-b6369a24.tar.bz2"
190+
],
191+
"expected_size_bytes": 169847585,
192+
"license": "CC-BY-4.0",
193+
"license_url": "https://huggingface.co/kyutai/pocket-tts",
194+
"sha256": "7661d610217e8d2b0ae1d8739d384756e50c734fb136047679ca651385ed3035"
195+
}
196+
]
197+
},
170198
{
171199
"id": "sensevoice",
172200
"name": "SenseVoice",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
id: pocket-tts
2+
name: Pocket TTS
3+
version: 0.1.0
4+
node_kind: pocket-tts
5+
kind: native
6+
entrypoint: libpocket_tts.so
7+
artifact: plugins/native/pocket-tts/target/release/libpocket_tts.so
8+
description: Lightweight CPU TTS using Kyutai Pocket TTS (Candle)
9+
license: MPL-2.0
10+
models:
11+
- id: pocket-tts-b6369a24
12+
name: Pocket TTS b6369a24
13+
default: true
14+
source: huggingface
15+
repo_id: streamkit/pocket-tts-models
16+
revision: main
17+
files:
18+
- pocket-tts-b6369a24.tar.bz2
19+
expected_size_bytes: 169847585
20+
license: CC-BY-4.0
21+
license_url: https://huggingface.co/kyutai/pocket-tts
22+
sha256: 7661d610217e8d2b0ae1d8739d384756e50c734fb136047679ca651385ed3035

0 commit comments

Comments
 (0)