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

Folx
/
chatterbox-ONNX-polish

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

Instructions to use Folx/chatterbox-ONNX-polish with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use Folx/chatterbox-ONNX-polish 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-ONNX-polish
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
krzynio's picture
krzynio
Upload folder using huggingface_hub
00aef6c verified about 2 months ago
  • onnx
    Upload folder using huggingface_hub about 2 months ago
  • onnx_fixed
    Upload folder using huggingface_hub about 2 months ago
  • .gitattributes
    1.66 kB
    Upload folder using huggingface_hub about 2 months ago
  • Cangjie5_TC.json
    1.92 MB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • README.md
    22.8 kB
    Upload folder using huggingface_hub about 2 months ago
  • config.json
    1.1 kB
    Upload folder using huggingface_hub about 2 months ago
  • default_voice.wav
    714 kB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • example_output_polish.wav
    358 kB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • generation_config.json
    93 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • polish-female-common-voice.wav
    491 kB
    xet
    Upload folder using huggingface_hub about 2 months ago
  • preprocessor_config.json
    130 Bytes
    Upload folder using huggingface_hub about 2 months ago
  • test_polish.py
    9.97 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer.json
    71.8 kB
    Upload folder using huggingface_hub about 2 months ago
  • tokenizer_config.json
    244 Bytes
    Upload folder using huggingface_hub about 2 months ago