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

Rybib
/
chatterbox-nano-fp16-mlx

Text-to-Speech
MLX
Safetensors
Chatterbox
English
chatterbox_turbo
voice-cloning
chatterbox-nano
fp16
apple-silicon
Model card Files Files and versions
xet
Community

Instructions to use Rybib/chatterbox-nano-fp16-mlx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use Rybib/chatterbox-nano-fp16-mlx with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir chatterbox-nano-fp16-mlx Rybib/chatterbox-nano-fp16-mlx
  • Chatterbox

    How to use Rybib/chatterbox-nano-fp16-mlx with Chatterbox:

    # pip install chatterbox-tts
    import torchaudio as ta
    from chatterbox.tts import ChatterboxTTS
    
    model = ChatterboxTTS.from_pretrained(device="cuda")
    
    text = "Ezreal and Jinx teamed up with Ahri, Yasuo, and Teemo to take down the enemy's Nexus in an epic late-game pentakill."
    wav = model.generate(text)
    ta.save("test-1.wav", wav, model.sr)
    
    # If you want to synthesize with a different voice, specify the audio prompt
    AUDIO_PROMPT_PATH="YOUR_FILE.wav"
    wav = model.generate(text, audio_prompt_path=AUDIO_PROMPT_PATH)
    ta.save("test-2.wav", wav, model.sr)
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps Settings
  • LM Studio
chatterbox-nano-fp16-mlx / S3TokenizerV2
495 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Rybib's picture
Rybib
Upload 15 files
8ee4e91 verified 11 days ago
  • config.json
    126 Bytes
    Upload 15 files 11 days ago
  • model.safetensors
    495 MB
    xet
    Upload 15 files 11 days ago