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