You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Chatterbox Czech

training quality TTS with low ressource data

Czech-image

access the model :

The model is not open access, you can contact me at the email address: [email protected]

demo audios:

"Dobrý den, vítáme vás v našem testu syntézy řeči"

"Tři sta třiatřicet stříbrných křepelek přeletělo přes tři stříbrné střechy"

"Kolik stojí devět tisíc osm set sedmdesát pět korun ?"

"Prosím, nastav hlasitost na sedmdesát procent a přehraj znovu"

"Doktor Křivohlavý napsal článek o umělé inteligenci"

"Zvon zvoní, z dálky zní, ozvěna se vrací do údolí"

💻 Inference Code

First, download the file from huggingface and place it in the current directory.

from chatterbox import mtl_tts
import torchaudio as ta
from safetensors.torch import load_file as load_safetensors

device = "cpu" # or mps or cuda

multilingual_model = mtl_tts.ChatterboxMultilingualTTS.from_pretrained(device=device)

# ----
# Then download the file from huggingface and place it in the current directory.
# ----



t3_state = load_safetensors("t3_cs_v2", device="cpu")
multilingual_model.t3.load_state_dict(t3_state)
multilingual_model.t3.to(device).eval()

czech_text = "Dobrý den, vítáme vás v našem testu syntézy řeči"
wav_czech = multilingual_model.generate(czech_text, language_id="cs")
ta.save("test-cs.wav", wav_czech, model.sr)
Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for Thomcles/chatterbox-Czech

Finetuned
(11)
this model

Collection including Thomcles/chatterbox-Czech