Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

mkieffer
/
funny

Text-to-Speech
Pocket-TTS
Safetensors
audio
tts
voice-cloning
speaker-embeddings
kyutai
Model card Files Files and versions
xet
Community

Instructions to use mkieffer/funny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Pocket-TTS

    How to use mkieffer/funny with Pocket-TTS:

    from pocket_tts import TTSModel
    import scipy.io.wavfile
    
    tts_model = TTSModel.load_model("mkieffer/funny")
    voice_state = tts_model.get_state_for_audio_prompt(
        "hf://kyutai/tts-voices/alba-mackenna/casual.wav"
    )
    audio = tts_model.generate_audio(voice_state, "Hello world, this is a test.")
    # Audio is a 1D torch tensor containing PCM data.
    scipy.io.wavfile.write("output.wav", tts_model.sample_rate, audio.numpy())
  • Notebooks
  • Google Colab
  • Kaggle
funny
3.07 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 7 commits
mkieffer's picture
mkieffer
Update README.md
6e0dff7 verified 3 months ago
  • embeddings
    Upload embeddings/funny-11.safetensors with huggingface_hub 3 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    571 Bytes
    Update README.md 3 months ago