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 Settings
- LM Studio
chatterbox-vc-fp16
VC-only MLX Chatterbox bundle.
Overview
This repository contains VC-only weights for an MLX Chatterbox voice conversion runtime.
Included files:
s3gen.safetensorsve.safetensorsconds.safetensorsconfig.json
Runtime
This bundle is intended to be used together with:
mlx-community/S3TokenizerV2
Notes
- This is a VC-only export, not the full Chatterbox speech generation bundle.
- This bundle is intended for voice conversion workflows rather than general speech generation.
- Downloads last month
- 11
Hardware compatibility
Log In to add your hardware
Quantized