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
2.37 GB
Ctrl+K
Ctrl+K
  • 5 contributors
History: 14 commits
2Noise's picture
2Noise
fumiama's picture
fumiama
feat: add more safetensors (#33)
1a3c04a verified over 1 year ago
  • asset
    feat: add more safetensors (#33) over 1 year ago
  • config
    upload config almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.93 kB
    Update pipeline tag to make the model easily discoverable. (#11) almost 2 years ago