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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

KitsuMate
/
chatterbox-nano-onnx

Text-to-Speech
Chatterbox
ONNX
English
voice-cloning
speech-generation
Model card Files Files and versions
xet
Community

Instructions to use KitsuMate/chatterbox-nano-onnx with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use KitsuMate/chatterbox-nano-onnx 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-nano-onnx
575 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
KitsuMate's picture
KitsuMate
test: pin official parity sources
b70ba9c verified 9 days ago
  • onnx
    Add files using upload-large-folder tool 9 days ago
  • test-fixtures
    test: pin official parity sources 9 days ago
  • .gitattributes
    1.86 kB
    Add files using upload-large-folder tool 9 days ago
  • LICENSE
    1.09 kB
    Add files using upload-large-folder tool 9 days ago
  • NOTICE.md
    246 Bytes
    Add files using upload-large-folder tool 9 days ago
  • README.md
    2.21 kB
    Add files using upload-large-folder tool 9 days ago
  • SHA256SUMS
    1.76 kB
    test: pin official parity sources 9 days ago
  • config.json
    1.21 kB
    Add files using upload-large-folder tool 9 days ago
  • default_voice.wav
    714 kB
    xet
    Add files using upload-large-folder tool 9 days ago
  • generation_config.json
    55 Bytes
    Add files using upload-large-folder tool 9 days ago
  • preprocessor_config.json
    130 Bytes
    Add files using upload-large-folder tool 9 days ago
  • tokenizer.json
    3.56 MB
    Add files using upload-large-folder tool 9 days ago
  • tokenizer_config.json
    414 Bytes
    Add files using upload-large-folder tool 9 days ago