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

![chill](https://cdn-uploads.huggingface.co/production/uploads/6359cac5548e5c7e6e6a247f/AU1E_Qf5Lotlh3l4xcuZJ.jpeg)



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