9.42 TB
5,825 files
Updated 2 months ago
Name
Size
Extensions
Forge-Neo-v2
figures
high
medium
reference_stats
test
train
.gitattributes1.52 kB
xet
A1111-SD3-StableDif.7z14.7 GB
xet
A19-ComfyUI-StableDif.7z11.6 GB
xet
Automatic-StableDif-cu128.zip27.6 GB
xet
Automatic1.10-StableDif-with-models.zip23.7 GB
xet
Automatic1.10-StableDif.7z10.6 GB
xet
ControlNetPreprocessor.zip9.72 GB
xet
Forge-Neo-v1.1.7z24.4 GB
xet
Forge2-StableDif-cu128.zip27 GB
xet
Forge2-StableDif.7z10.3 GB
xet
README.md1.27 kB
xet
annotator.7z17.4 GB
xet
README.md

🇨🇿 Piper TTS Czech 🇨🇿

Czech-image

Use the model with Python 🐍

Install piper with :

pip install piper-tts

Install medium quality or high quality model :

Medium (recommended) :

!wget -O cs_medium.onnx https://huggingface.co/Thomcles/Piper-TTS-Czech/resolve/main/medium/model.onnx
!wget -O cs_medium.onnx.json https://huggingface.co/Thomcles/Piper-TTS-Czech/resolve/main/medium/model.onnx.json

Python API :

import wave
from piper import PiperVoice

voice = PiperVoice.load("cs_medium.onnx", "cs_medium.onnx.json")
with wave.open("test.wav", "wb") as wav_file:
    voice.synthesize_wav("Dobrý den, vítáme vás v našem testu syntézy řeči.", wav_file)
Total size
9.42 TB
Files
5,825
Last updated
Jun 12
Pre-warmed CDN
US EU US EU

Contributors