Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

OpenVoiceOS
/
phoonnx-kitten-tts

Text-to-Speech
KittenTTS
ONNX
English
tts
phoonnx
styletts2
Model card Files Files and versions
xet
Community

Instructions to use OpenVoiceOS/phoonnx-kitten-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KittenTTS

    How to use OpenVoiceOS/phoonnx-kitten-tts with KittenTTS:

    from kittentts import KittenTTS
    m = KittenTTS("OpenVoiceOS/phoonnx-kitten-tts")
    
    audio = m.generate("This high quality TTS model works without a GPU")
    
    # Save the audio
    import soundfile as sf
    sf.write('output.wav', audio, 24000)
  • Notebooks
  • Google Colab
  • Kaggle
phoonnx-kitten-tts
214 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
Jarbas's picture
Jarbas
fix: remove dead engine_params.trim_trailing_samples key (mini-0.1)
e608f0a verified 1 day ago
  • mini-0.1
    fix: remove dead engine_params.trim_trailing_samples key (mini-0.1) 1 day ago
  • nano-0.1
    fix: remove dead engine_params.trim_trailing_samples key (nano-0.1) 1 day ago
  • nano-0.2
    fix: remove dead engine_params.trim_trailing_samples key (nano-0.2) 1 day ago
  • .gitattributes
    1.52 kB
    initial commit 1 day ago
  • README.md
    2.34 kB
    Add KittenTTS nano-0.1, nano-0.2, mini-0.1 (phoonnx StyleTTS2Adapter config + per-voice styles) 1 day ago