🧠
Model

ChatTTS

by 2Noise hf-model--2noise--chattts
Nexus Index
24.0 Top 2%
P / V / C / U Breakdown Calibration Pending

Pillar scores are computed during the next indexing cycle.

Tech Context
Vital Performance
1.5K DL / 30D
0.0%

**We are also training larger-scale models and need computational power and data support. If you can provide assistance, please contact [email protected]. Thank you very much.** First, clone the Git repository: **For more usage examples, please refer to the example notebook, which includes parameters for finer control over the generated speech, such as specifying the speaker, adjusting speech speed, and addi...

Audited 24 FNI Score
Tiny - Params
- Context
Hot 1.5K Downloads
Model Information Summary
Entity Passport
Registry ID hf-model--2noise--chattts
Provider huggingface
📜

Cite this model

Academic & Research Attribution

BibTeX
@misc{hf_model__2noise__chattts,
  author = {2Noise},
  title = {ChatTTS Model},
  year = {2026},
  howpublished = {\url{https://huggingface.co/2Noise/ChatTTS}},
  note = {Accessed via Free2AITools Knowledge Fortress}
}
APA Style
2Noise. (2026). ChatTTS [Model]. Free2AITools. https://huggingface.co/2Noise/ChatTTS

đŸ”ŦTechnical Deep Dive

Full Specifications [+]

Quick Commands

🤗 HF Download
huggingface-cli download 2noise/chattts

âš–ī¸ Nexus Index V16.5

24.0
ESTIMATED IMPACT TIER
Popularity (P) 0
Freshness (F) 0
Completeness (C) 0
Utility (U) 0

đŸ’Ŧ Index Insight

The Free2AITools Nexus Index for ChatTTS aggregates Popularity (P:0), Freshness (F:0), and Completeness (C:0). The Utility score (U:0) represents deployment readiness and ecosystem adoption.

Free2AITools Nexus Index

Verification Authority

Unbiased Data Node Refresh: VFS Live
---

🚀 What's Next?

Technical Deep Dive


license: cc-by-nc-4.0
library_name: chat_tts
pipeline_tag: text-to-audio

We are also training larger-scale models and need computational power and data support. If you can provide assistance, please contact [email protected]. Thank you very much.

Clone the Repository

First, clone the Git repository:

git clone https://github.com/2noise/ChatTTS.git

Model Inference

# Import necessary libraries and configure settings
import torch
import torchaudio
torch._dynamo.config.cache_size_limit = 64
torch._dynamo.config.suppress_errors = True
torch.set_float32_matmul_precision('high')

import ChatTTS from IPython.display import Audio

Initialize and load the model:

chat = ChatTTS.Chat() chat.load_models(compile=False) # Set to True for better performance

Define the text input for inference (Support Batching)

texts = [ "So we found being competitive and collaborative was a huge way of staying motivated towards our goals, so one person to call when you fall off, one person who gets you back on then one person to actually do the activity with.", ]

Perform inference and play the generated audio

wavs = chat.infer(texts) Audio(wavs[0], rate=24_000, autoplay=True)

Save the generated audio

torchaudio.save("output.wav", torch.from_numpy(wavs[0]), 24000)

For more usage examples, please refer to the example notebook, which includes parameters for finer control over the generated speech, such as specifying the speaker, adjusting speech speed, and adding laughter.

Disclaimer: For Academic Purposes Only

The information provided in this document is for academic purposes only. It is intended for educational and research use, and should not be used for any commercial or legal purposes. The authors do not guarantee the accuracy, completeness, or reliability of the information.

📝 Limitations & Considerations

  • â€ĸ Benchmark scores may vary based on evaluation methodology and hardware configuration.
  • â€ĸ VRAM requirements are estimates; actual usage depends on quantization and batch size.
  • â€ĸ FNI scores are relative rankings and may change as new models are added.
  • â€ĸ Source: Unknown
Top Tier

Social Proof

HuggingFace Hub
1.6KLikes
1.5KDownloads
🔄 Daily sync (03:00 UTC)

AI Summary: Based on Hugging Face metadata. Not a recommendation.

📊 FNI Methodology 📚 Knowledge Baseâ„šī¸ Verify with original source

đŸ›Ąī¸ Model Transparency Report

Verified data manifest for traceability and transparency.

100% Data Disclosure Active

🆔 Identity & Source

id
hf-model--2noise--chattts
source
huggingface
author
2Noise
tags
chat_ttssafetensorstext-to-audiolicense:cc-by-nc-4.0region:us

âš™ī¸ Technical Specs

architecture
null
params billions
null
context length
null
pipeline tag
text-to-audio

📊 Engagement & Metrics

likes
1,619
downloads
1,511

Free2AITools Constitutional Data Pipeline: Curated disclosure mode active. (V15.x Standard)