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

  • Log In
  • Sign Up

ryanmitts
/
ryan-tts

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

Instructions to use ryanmitts/ryan-tts with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Chatterbox

    How to use ryanmitts/ryan-tts 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
ryan-tts
3.19 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
ryanmitts's picture
ryanmitts
Upload folder using huggingface_hub
4631d0c verified 11 months ago
  • .gitattributes
    1.52 kB
    initial commit 11 months ago
  • README.md
    149 Bytes
    Upload folder using huggingface_hub 11 months ago
  • conds.pt

    Detected Pickle imports (4)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage",
    • "torch.LongStorage"

    What is a pickle import?

    48.8 kB
    xet
    Upload folder using huggingface_hub 11 months ago
  • s3gen.safetensors
    1.06 GB
    xet
    Upload folder using huggingface_hub 11 months ago
  • t3_cfg.safetensors
    2.13 GB
    xet
    Upload folder using huggingface_hub 11 months ago
  • tokenizer.json
    25.5 kB
    Upload folder using huggingface_hub 11 months ago
  • ve.safetensors
    5.7 MB
    xet
    Upload folder using huggingface_hub 11 months ago