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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

moonsnoom
/
chatterbox-vc-mlx-fp16

Text-to-Speech
Chatterbox
MLX
mlx-audio-plus
voice-conversion
smartaudio
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Chatterbox

    How to use moonsnoom/chatterbox-vc-mlx-fp16 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)
  • MLX

    How to use moonsnoom/chatterbox-vc-mlx-fp16 with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir chatterbox-vc-mlx-fp16 moonsnoom/chatterbox-vc-mlx-fp16
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • LM Studio
chatterbox-vc-mlx-fp16
431 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
moonsnoom's picture
moonsnoom
Duplicate from moonsnoom/chatterbox-vc-fp16
51b3d0d 13 days ago
  • .gitattributes
    1.52 kB
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago
  • README.md
    681 Bytes
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago
  • conds.safetensors
    105 kB
    xet
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago
  • config.json
    122 Bytes
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago
  • s3gen.safetensors
    425 MB
    xet
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago
  • ve.safetensors
    5.68 MB
    xet
    Duplicate from moonsnoom/chatterbox-vc-fp16 13 days ago