Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

smdesai
/
Chatterbox-Multilingual-TTS-8bit

Text-to-Speech
Safetensors
Core ML
Chatterbox
tts
multilingual
quantized
int8
8bit
on-device
Model card Files Files and versions
xet
Community

Instructions to use smdesai/Chatterbox-Multilingual-TTS-8bit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use smdesai/Chatterbox-Multilingual-TTS-8bit 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
Chatterbox-Multilingual-TTS-8bit
1.66 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 8 commits
smdesai's picture
smdesai
Upload folder using huggingface_hub
79c221c verified 21 days ago
  • .locks
    Upload folder using huggingface_hub about 1 month ago
  • HebrewDiacritization.mlmodelc
    Upload folder using huggingface_hub about 1 month ago
  • HebrewDiacritization.mlpackage
    Upload folder using huggingface_hub about 1 month ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • Cangjie5_TC.json
    1.92 MB
    Upload folder using huggingface_hub about 1 month ago
  • README.md
    3.43 kB
    Upload folder using huggingface_hub 21 days ago
  • config.json
    259 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • model.safetensors
    1.33 GB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • russian_stress_dict.json.gz
    24.2 MB
    xet
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer.json
    70 kB
    Upload folder using huggingface_hub about 1 month ago
  • tokenizer_config.json
    74 Bytes
    Upload folder using huggingface_hub about 1 month ago
  • vocab.txt
    3.01 kB
    Upload folder using huggingface_hub about 1 month ago