Instructions to use theoracleguy/Chatterbox-Multilingual-MLX-v2-Q4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- MLX
How to use theoracleguy/Chatterbox-Multilingual-MLX-v2-Q4 with MLX:
# Download the model from the Hub pip install huggingface_hub[hf_xet] huggingface-cli download --local-dir Chatterbox-Multilingual-MLX-v2-Q4 theoracleguy/Chatterbox-Multilingual-MLX-v2-Q4
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- LM Studio
theoracleguy/Chatterbox-Multilingual-MLX-v2-Q4
This model was converted to MLX format from ResembleAI/chatterbox using mlx-audio version 0.2.10.
Note: This model requires the S3Tokenizer weights from mlx-community/S3TokenizerV2, which will be downloaded automatically.
Use with OpenVox
This model can also be used with OpenVox, a desktop application for running compatible AI voice and text-to-speech models locally through a graphical interface.
After the required model files are downloaded, compatible workflows can run locally and can also be accessed through OpenVox API and MCP integrations.
Available features depend on the capabilities of the selected model. OpenVox is a third-party application and is not affiliated with or endorsed by the original model authors or maintainers.
Use with mlx-audio
pip install -U mlx-audio
Command line
curl -L -o ko.wav https://huggingface.co/litmudoc/Chatterbox-Multilingual-MLX-v2-Q4/resolve/main/ko.wav
mlx_audio.tts.generate \
--model litmudoc/Chatterbox-Multilingual-MLX-v2-Q4 \
--text ", μ§λλ¬ μ°λ¦¬λ μ νλΈ μ±λμμ μ΄μμ΅ μ‘°νμλΌλ μλ‘μ΄ μ΄μ νμ λλ¬νμ΅λλ€." \
--lang_code ko \
--ref_audio ko.wav \
--ref_text "μ°λ¦¬λ μ λ§λ‘ νλ¦ν νΈν
μ 묡μμ§λ§, κ·Έλλ ν볡νλ€." \
--verbose --play
Python
from mlx_audio.tts.generate import generate_audio
generate_audio(
text=", μ§λλ¬ μ°λ¦¬λ μ νλΈ μ±λμμ μ΄μμ΅ μ‘°νμλΌλ μλ‘μ΄ μ΄μ νμ λλ¬νμ΅λλ€.",
model="litmudoc/Chatterbox-Multilingual-MLX-v2-Q4",
lang_code="ko",
ref_audio="ko.wav",
ref_text="μ°λ¦¬λ μ λ§λ‘ νλ¦ν νΈν
μ 묡μμ§λ§, κ·Έλλ ν볡νλ€.",
file_prefix="output",
)
- Downloads last month
- 157
Quantized
Model tree for theoracleguy/Chatterbox-Multilingual-MLX-v2-Q4
Base model
ResembleAI/chatterbox