cstr / indextts-1.5-GGUF

huggingface.co
Total runs: 1.8K
24-hour runs: -64
7-day runs: -420
30-day runs: -281
Model's Last Updated: May 10 2026
text-to-speech

Introduction of indextts-1.5-GGUF

Model Details of indextts-1.5-GGUF

IndexTTS-1.5 — GGUF (ggml-quantised)

GGUF / ggml conversion of IndexTeam/IndexTTS-1.5 for use with CrispStrobe/CrispASR .

IndexTTS-1.5 is a zero-shot voice cloning TTS system: reference audio + text → cloned speech at 24 kHz. Architecture: Conformer conditioning encoder (6L, d=512) → Perceiver resampler (2L, 32 latents) → GPT-2 AR decoder (24L, d=1280, 20 heads) → BigVGAN vocoder (6-stage upsample, anti-aliased SnakeBeta activations). ~500M parameters total. Distributed under Apache-2.0 license .

Two GGUF files are needed: the GPT model (conditioning + text → mel codes → latent) and the BigVGAN vocoder (latent → 24 kHz audio).

Files
File Quant Size Notes
indextts-gpt-q8_0.gguf Q8_0 613 MB GPT-2 + Conformer + Perceiver — recommended
indextts-gpt-q4_k.gguf Q4_K 347 MB GPT-2 + Conformer + Perceiver — smallest
indextts-gpt.gguf F16 2.2 GB GPT-2 + Conformer + Perceiver — reference quality, bit-exact Python parity
indextts-bigvgan.gguf F16 256 MB BigVGAN vocoder (shared across all GPT quants)

All quant levels produce correct speech (ASR roundtrip = "Hello world!"). F16 gives 100% mel-code parity with Python; Q8_0 is the best quality/size trade-off.

Quick start
# Easiest: auto-download (~870 MB on first run)
./build/bin/crispasr --backend indextts -m auto \
    --voice reference_speaker.wav \
    --tts "Hello world, this is IndexTTS speaking."

# Output: tts_output.wav (24 kHz mono)

Or with explicit paths:

# 1. Build CrispASR
git clone https://github.com/CrispStrobe/CrispASR
cd CrispASR
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build -j --target crispasr-cli

# 2. Pull model files (pick your preferred quant)
huggingface-cli download cstr/indextts-1.5-GGUF indextts-gpt-q8_0.gguf --local-dir .
huggingface-cli download cstr/indextts-1.5-GGUF indextts-bigvgan.gguf --local-dir .

# 3. Synthesise with voice cloning
./build/bin/crispasr --backend indextts \
    -m indextts-gpt-q8_0.gguf \
    --codec-model indextts-bigvgan.gguf \
    --voice reference_speaker.wav \
    --tts "Hello world, this is IndexTTS speaking."
Features
  • Zero-shot voice cloning — any 3-10 second reference WAV at 24 kHz (or auto-resampled)
  • Multilingual — trained on English and Chinese; cross-language cloning works
  • Beam search — num_beams=3 with repetition_penalty=10.0 (matches Python defaults)
  • No external dependencies — SentencePiece tokenizer embedded in GGUF, no espeak/phonemizer needed
Accuracy

With the F16 model, C++ mel codes match Python 100% (55/55 tokens identical to the Python greedy reference). Conditioning norm matches Python within 0.001%. All quantization levels (Q8_0, Q4_K) produce correct speech verified via ASR roundtrip.

Architecture details
Input text → uppercase → SentencePiece unigram tokenizer (12000 vocab)
Reference audio → 24kHz resample → mel spectrogram (100 bands, hop=256)
  → Conformer encoder (6 blocks, d=512, 8 heads, Conv2d subsampling)
  → Perceiver resampler (2 layers, 32 latents, d=1280, GEGLU FFN)
  → 32 conditioning vectors

GPT-2 AR decoder:
  [32 cond latents | text_embs + text_pos | start_mel + mel_pos]
  → 24 transformer blocks (d=1280, 20 heads, GELU FFN)
  → gpt.ln_f → final_norm → mel_head → beam search (B=3)
  → mel codes (stop token = 8193)

Latent extraction (2nd pass):
  Full sequence → GPT-2 → gpt.ln_f → final_norm → [n_mel+1, 1280]

BigVGAN vocoder:
  latent [T, 1280] → conv_pre → 6× (ConvTranspose1d + AMPBlock1 with
  anti-aliased SnakeBeta) → conv_post → tanh → 24kHz PCM
  + ECAPA-TDNN speaker embedding for voice conditioning
Conversion
python models/convert-indextts-to-gguf.py \
    --model-dir /path/to/IndexTTS-1.5 \
    --output indextts-gpt.gguf \
    --vocoder-output indextts-bigvgan.gguf
License

Apache-2.0 (same as upstream IndexTTS).

Citation
@misc{indextts2024,
  title={IndexTTS: An Industrial-Level Zero-Shot Text-to-Speech System with Controllable Timbre},
  author={IndexTeam},
  year={2024},
  url={https://github.com/index-tts/IndexTTS}
}

Runs of cstr indextts-1.5-GGUF on huggingface.co

1.8K
Total runs
-64
24-hour runs
-77
3-day runs
-420
7-day runs
-281
30-day runs

More Information About indextts-1.5-GGUF huggingface.co Model

More indextts-1.5-GGUF license Visit here:

https://choosealicense.com/licenses/apache-2.0

indextts-1.5-GGUF huggingface.co

indextts-1.5-GGUF huggingface.co is an AI model on huggingface.co that provides indextts-1.5-GGUF's model effect (), which can be used instantly with this cstr indextts-1.5-GGUF model. huggingface.co supports a free trial of the indextts-1.5-GGUF model, and also provides paid use of the indextts-1.5-GGUF. Support call indextts-1.5-GGUF model through api, including Node.js, Python, http.

indextts-1.5-GGUF huggingface.co Url

https://huggingface.co/cstr/indextts-1.5-GGUF

cstr indextts-1.5-GGUF online free

indextts-1.5-GGUF huggingface.co is an online trial and call api platform, which integrates indextts-1.5-GGUF's modeling effects, including api services, and provides a free online trial of indextts-1.5-GGUF, you can try indextts-1.5-GGUF online for free by clicking the link below.

cstr indextts-1.5-GGUF online free url in huggingface.co:

https://huggingface.co/cstr/indextts-1.5-GGUF

indextts-1.5-GGUF install

indextts-1.5-GGUF is an open source model from GitHub that offers a free installation service, and any user can find indextts-1.5-GGUF on GitHub to install. At the same time, huggingface.co provides the effect of indextts-1.5-GGUF install, users can directly use indextts-1.5-GGUF installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

indextts-1.5-GGUF install url in huggingface.co:

https://huggingface.co/cstr/indextts-1.5-GGUF

Url of indextts-1.5-GGUF

indextts-1.5-GGUF huggingface.co Url

Provider of indextts-1.5-GGUF huggingface.co

cstr
ORGANIZATIONS

Other API from cstr

huggingface.co

Total runs: 5.5K
Run Growth: 2.0K
Growth Rate: 36.89%
Updated:August 14 2026
huggingface.co

Total runs: 3.1K
Run Growth: 1.4K
Growth Rate: 44.81%
Updated:August 02 2026
huggingface.co

Total runs: 2.8K
Run Growth: 467
Growth Rate: 16.78%
Updated:August 02 2026
huggingface.co

Total runs: 2.6K
Run Growth: 686
Growth Rate: 26.65%
Updated:August 02 2026
huggingface.co

Total runs: 2.4K
Run Growth: 1.2K
Growth Rate: 49.02%
Updated:August 31 2026
huggingface.co

Total runs: 2.3K
Run Growth: 103
Growth Rate: 4.45%
Updated:August 02 2026
huggingface.co

Total runs: 2.1K
Run Growth: 512
Growth Rate: 24.91%
Updated:August 02 2026
huggingface.co

Total runs: 1.7K
Run Growth: 270
Growth Rate: 15.63%
Updated:August 03 2026
huggingface.co

Total runs: 1.4K
Run Growth: 177
Growth Rate: 12.39%
Updated:July 21 2026
huggingface.co

Total runs: 1.4K
Run Growth: -2.6K
Growth Rate: -192.27%
Updated:August 02 2026
huggingface.co

Total runs: 1.1K
Run Growth: 250
Growth Rate: 22.87%
Updated:July 21 2026
huggingface.co

Total runs: 1.1K
Run Growth: -1.8K
Growth Rate: -168.48%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: 464
Growth Rate: 44.96%
Updated:August 02 2026
huggingface.co

Total runs: 1.0K
Run Growth: 369
Growth Rate: 36.68%
Updated:August 02 2026
huggingface.co

Total runs: 910
Run Growth: 138
Growth Rate: 15.16%
Updated:August 02 2026
huggingface.co

Total runs: 870
Run Growth: 250
Growth Rate: 28.74%
Updated:August 02 2026