AI SeedbankHelp preserve open and free AI for humanity's future

← All models

coqui_XTTS-v2

coqui · View on Hugging Face ↗

Get this model

Download TorrentMagnet Link

Seeders: · Leechers:

Model card

The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.


license: other license_name: coqui-public-model-license license_link: https://coqui.ai/cpml library_name: coqui pipeline_tag: text-to-speech widget:

  • text: "Once when I was six years old I saw a magnificent picture"

ⓍTTS

ⓍTTS is a Voice generation model that lets you clone voices into different languages by using just a quick 6-second audio clip. There is no need for an excessive amount of training data that spans countless hours.

This is the same or similar model to what powers Coqui Studio and Coqui API.

Features

  • Supports 17 languages.
  • Voice cloning with just a 6-second audio clip.
  • Emotion and style transfer by cloning.
  • Cross-language voice cloning.
  • Multi-lingual speech generation.
  • 24khz sampling rate.

Updates over XTTS-v1

  • 2 new languages; Hungarian and Korean
  • Architectural improvements for speaker conditioning.
  • Enables the use of multiple speaker references and interpolation between speakers.
  • Stability improvements.
  • Better prosody and audio quality across the board.

Languages

XTTS-v2 supports 17 languages: English (en), Spanish (es), French (fr), German (de), Italian (it), Portuguese (pt), Polish (pl), Turkish (tr), Russian (ru), Dutch (nl), Czech (cs), Arabic (ar), Chinese (zh-cn), Japanese (ja), Hungarian (hu), Korean (ko) Hindi (hi).

Stay tuned as we continue to add support for more languages. If you have any language requests, feel free to reach out!

Code

The code-base supports inference and fine-tuning.

Demo Spaces

  • XTTS Space : You can see how model performs on supported languages, and try with your own reference or microphone input
  • XTTS Voice Chat with Mistral or Zephyr : You can experience streaming voice chat with Mistral 7B Instruct or Zephyr 7B Beta
🐸💬 CoquiTTS coqui/TTS on Github
💼 Documentation ReadTheDocs
👩‍💻 Questions GitHub Discussions
🗯 Community Discord

License

This model is licensed under Coqui Public Model License. There's a lot that goes into a license for generative models, and you can read more of the origin story of CPML here.

Contact

Come and join in our 🐸Community. We're active on Discord and Twitter. You can also mail us at [email protected].

Using 🐸TTS API:

from TTS.api import TTS
tts = TTS("tts_models/multilingual/multi-dataset/xtts_v2", gpu=True)

# generate speech by cloning a voice using default settings
tts.tts_to_file(text="It took me quite a long time to develop a voice, and now that I have it I'm not going to be silent.",
                file_path="output.wav",
                speaker_wav="/path/to/target/speaker.wav",
                language="en")

Using 🐸TTS Command line:

 tts --model_name tts_models/multilingual/multi-dataset/xtts_v2 \
     --text "Bugün okula gitmek istemiyorum." \
     --speaker_wav /path/to/target/speaker.wav \
     --language_idx tr \
     --use_cuda true

Using the model directly:

from TTS.tts.configs.xtts_config import XttsConfig
from TTS.tts.models.xtts import Xtts

config = XttsConfig()
config.load_json("/path/to/xtts/config.json")
model = Xtts.init_from_config(config)
model.load_checkpoint(config, checkpoint_dir="/path/to/xtts/", eval=True)
model.cuda()

outputs = model.synthesize(
    "It took me quite a long time to develop a voice and now that I have it I am not going to be silent.",
    config,
    speaker_wav="/data/TTS-public/_refclips/3.wav",
    gpt_cond_len=3,
    language="en",
)

Magnet link

Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:

magnet:?xt=urn:btih:ba3b30c54404bdc3201c45862375e44b11e9a52f&dn=coqui_XTTS-v2

Open magnet in torrent client · infohash ba3b30c54404bdc3201c45862375e44b11e9a52f

Files & hashes

PathSizesha1sha256
LICENSE.txt3.9 KB (4,014 B)e41830fcc6069d335d201e63eb30f487aada1093190f6d7c19b8984f91b97712b94ce92d2b2e640fc677dacab966e955ece9d043
README.md4.2 KB (4,263 B)cd6ef8d005510db554781aa90025b8eabed271bf1cfa85b3293f685b3a6537f8da3d94820fd111270e553589073885dea3facfb7
config.json4.3 KB (4,368 B)3224e97bddc5facc012f8c7668b47c8f2dc30065ef262b1454dd2a77e1461b0b2cd53e19b8a7624cc131b837d36df67356bc75e8
dvae.pth200.8 MB (210,514,388 B)a0e9f84e7646127f7c89f741d4e8c6c3e82bce09b29bc227d410d4991e0a8c09b858f77415013eeb9fba9650258e96095557d97a
hash.md532 B (32 B)0342b1a8e1708abdf53a86af8eb252762a6b0b79ef2e25fc4639bb81c6c5048740c1ee8268606a160548abaa2e2fe03b12278c54
mel_stats.pth1.0 KB (1,067 B)eca6d71d1ecd8d09081ca7a0c591a6a6571aa3311f69422a8a8f344c4fca2f0c6b8d41d2151d6615b7321e48e6bb15ae949b119c
model.pth1.74 GB (1,867,929,118 B)e5bb793a31ce24bdb550df392fed16d4b383342cc7ea20001c6a0a841c77e252d8409f6a74fb423e79b3206a0771ba5989776187
samples/de_sample.wav292.1 KB (299,066 B)098dc1dacc5ba4d59b6588df6048d735f9a065bfc5c7190fa0ad2f940f31807b9db57ca4917e8ba7fc3dc6c4868c3727c76934a8
samples/en_sample.wav292.1 KB (299,066 B)2f76a1f2c9d0ea4cb4766ff139c84e49d1ec170d2bb31e7bf2b1e6f98f21be9017f5daee44a40ca91126955485f430b272e1a8b5
samples/es_sample.wav322.1 KB (329,786 B)49cfaf99d7b53d829f403e3aecedd03ce020d86085fdf2f76df1b468a43d2f2ee7e1b8a38e42ed23bb3d5aa41c9d872f1796f544
samples/fr_sample.wav422.1 KB (432,186 B)33df714c37c14b6ffedbedcf5f60cbe7c8bdfea0f2d86fada78ae2d062fdda550869f886f32a9072d79e43c8b4a892622c5279c8
samples/ja-sample.wav278.1 KB (284,730 B)1425e739fc269bd1f170bad935505cf5e07a70e520bbc6c58e5221564e76ee40792bbc1fd48a4cb16bf5ff041644df14c635bbb4
samples/pt_sample.wav435.1 KB (445,498 B)a42dc1975f076539a61c313839d008865bb8a76b52deae2188abb9e257e3cb6c91bbd2bf6cd71b3e4c4a197b6c6b15c55ea6f15a
samples/tr_sample.wav292.1 KB (299,066 B)cd0cf7081d55a2495f437a90d8b691d9ad506b7572d030a736fb9ada710109f4c7b2a0d425675607b1911e33b7af7070595273d3
samples/zh-cn-sample.wav374.1 KB (383,034 B)7894cafdf82425ecf7eb2804f1bfaca4048c83f536b230d0e8e8a17c8e3877962a07c522c339cacac97d5b9950b7a4d9c407ece6
speakers_xtts.pth7.4 MB (7,754,818 B)b92b445dad016e4114e284024c4dad1527a982f6f0f6137c19a4eab0cbbe4c99b5babacf68b1746e50da90807708c10e645b943b
vocab.json352.8 KB (361,219 B)77b4748525aad284e548729ef7af162b929b0fff928260878a59da8a72a2a5b7687fea29d5106137669d90945430fe17e415304a

Cite this release

Canonical URL
https://aiseedbank.org/models/coqui_XTTS-v2/
Slug
coqui_XTTS-v2
Infohash
ba3b30c54404bdc3201c45862375e44b11e9a52f
License
custom/other license
Signing key fingerprint
85a3b32c3712427b

Every file carries a locally computed sha256 — verify a download against the signed sums: coqui_XTTS-v2.SHA256SUMS (+ minisign signature).

Provenance

Upstream repositorycoqui/XTTS-v2
Revision (pinned)6c2b0d75eae4b7047358e3b6bd9325f857d43f77
Fetched at2026-09-03T21:23:57Z
License at fetchother
Snapshot toolhuggingface · seedbank 0.1.0

Trackers

✓ verified · rehash-vs-hf-metadata at 2026-09-03T21:24:20Z

custom/other license1.95 GB (2,089,345,719 bytes)coquitext-to-speech