File size: 571 Bytes
be81a3d bb996c7 f5e78f5 6e0dff7 f5e78f5 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 | ---
pipeline_tag: text-to-speech
library_name: pocket-tts
tags:
- audio
- text-to-speech
- tts
- voice-cloning
- speaker-embeddings
- pocket-tts
- kyutai
- safetensors
---
just a funny guy

```sh
uvx --from "pocket-tts @ git+https://github.com/kyutai-labs/pocket-tts.git" pocket-tts generate \
--voice hf://mkieffer/funny/embeddings/funny-1.safetensors \
--text "Hello there! I'm just a funny guy" \
--output-path output.wav
``` |