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

Pixel-Labs
/
threadcast-neural-models

Text-to-Speech
ONNX
KittenTTS
English
tts
kokoro
piper
melotts
vits
vits2
styletts2
sherpa-onnx
on-device
threadcast
Model card Files Files and versions
xet
Community

Instructions to use Pixel-Labs/threadcast-neural-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • KittenTTS

    How to use Pixel-Labs/threadcast-neural-models with KittenTTS:

    from kittentts import KittenTTS
    m = KittenTTS("Pixel-Labs/threadcast-neural-models")
    
    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
threadcast-neural-models / extension
1.16 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 8 commits
Pixel-Labs's picture
Pixel-Labs
Add SDP-pruned, WebGPU-compatible MeloTTS model (v2) β€” removes GatherND-based stochastic duration predictor; deterministic durations, bit-identical audio on CPU
53b4159 verified 2 months ago
  • neural-28m
    Upload 27 files 3 months ago
  • neural-82m
    Upload 27 files 3 months ago
  • neural-melo-en
    Add SDP-pruned, WebGPU-compatible MeloTTS model (v2) β€” removes GatherND-based stochastic duration predictor; deterministic durations, bit-identical audio on CPU 2 months ago
  • README.md
    11.6 kB
    docs(extension): rename Plus β†’ GPU Lite tier (matches extension UI; mobile still Plus) 2 months ago