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

g0udurix
/
Chatterbox-TTS-French-MLX

Text-to-Speech
MLX
Safetensors
Chatterbox
French
tts
quantized
Model card Files Files and versions
xet
Community

Instructions to use g0udurix/Chatterbox-TTS-French-MLX with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • MLX

    How to use g0udurix/Chatterbox-TTS-French-MLX with MLX:

    # Download the model from the Hub
    pip install huggingface_hub[hf_xet]
    
    huggingface-cli download --local-dir Chatterbox-TTS-French-MLX g0udurix/Chatterbox-TTS-French-MLX
  • Chatterbox

    How to use g0udurix/Chatterbox-TTS-French-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-TTS-French-MLX
7.32 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
g0udurix's picture
g0udurix
Upload folder using huggingface_hub
4d94cda verified 5 months ago
  • fp16
    Upload folder using huggingface_hub 5 months ago
  • int4
    Upload folder using huggingface_hub 5 months ago
  • int8
    Upload folder using huggingface_hub 5 months ago
  • mxfp4
    Upload folder using huggingface_hub 5 months ago
  • mxfp8
    Upload folder using huggingface_hub 5 months ago
  • .gitattributes
    134 Bytes
    Upload folder using huggingface_hub 5 months ago
  • README.md
    1 kB
    Upload folder using huggingface_hub 5 months ago