Instructions to use cstr/chatterbox-GGUF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Chatterbox
How to use cstr/chatterbox-GGUF 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
is this chatterbox mtl23ls (multi langual) or not , is it latest official (V3) or not !?
#1
by pikkaa - opened
is this the multi langual model ? if yes there's v3 updated 2months ago and s3gen 2days ago , is this or what ?
it was the old one but it is updated now
it was the old one but it is updated now
first thank you. now why your models won't work with this chatterbox.cpp code from "github/gianni-cor" would you please help me confirm why it will not work and how to make guffs that works with this code i mentioned ?
when i use gianni-cor code it return error "load_model_gguf: missing GGUF key: chatterbox.text_vocab_size" while using your gguf models ..
"i pressed close discussion by wrong"
pikkaa changed discussion status to closed
pikkaa changed discussion status to open
this model is for use with CrispStrobe/CrispASR
cstr changed discussion status to closed