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

  • Log In
  • Sign Up

2Noise
/
ChatTTS

Text-to-Audio
ChatTTS
Safetensors
Model card Files Files and versions
xet
Community
40

Instructions to use 2Noise/ChatTTS with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ChatTTS

    How to use 2Noise/ChatTTS with ChatTTS:

    import ChatTTS
    import torchaudio
    
    chat = ChatTTS.Chat()
    chat.load_models(compile=False) # Set to True for better performance
    
    texts = ["PUT YOUR TEXT HERE",]
    
    wavs = chat.infer(texts, )
    
    torchaudio.save("output1.wav", torch.from_numpy(wavs[0]), 24000)
  • Notebooks
  • Google Colab
  • Kaggle
ChatTTS
1.09 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 9 commits
nielsr's picture
nielsr HF Staff
Make sure download stats work
fefe807 verified almost 2 years ago
  • asset
    add spk_stat.pt almost 2 years ago
  • config
    upload config almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.9 kB
    Make sure download stats work almost 2 years ago