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

cstr
/
chatterbox-GGUF

Text-to-Speech
GGUF
Chatterbox
English
ggml
tts
flow-matching
hifi-gan
crispasr
Model card Files Files and versions
xet
Community
1

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
chatterbox-GGUF / diff-harness-ref
58.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
cstr's picture
cstr
Move t3_text_tokens diff ref to diff-harness-ref/ (doc convention)
f11a026 verified 8 days ago
  • chatterbox-base-ref-2.gguf
    6.59 MB
    xet
    Add diff-harness reference dump chatterbox-base-ref-2.gguf 8 days ago
  • chatterbox-base-ref-full.gguf
    17.8 MB
    xet
    Add diff-harness reference dump chatterbox-base-ref-full.gguf 8 days ago
  • chatterbox-base-ref.gguf
    6.59 MB
    xet
    Add diff-harness reference dump chatterbox-base-ref.gguf 8 days ago
  • chatterbox-ref.gguf
    27.2 MB
    xet
    Add diff-harness reference dump chatterbox-ref.gguf 8 days ago
  • chatterbox-t3_text_tokens-ar-ref.gguf
    1.02 kB
    Move t3_text_tokens diff ref to diff-harness-ref/ (doc convention) 8 days ago