Views
No views yet
| Property | Value |
|---|---|
| Architecture | StyleTTS2 Stage 1 (Kokoro-compatible) |
| Language | German (de) |
| Speakers | 51 synthetic voices |
| Training data | ~30,800 samples (synthetic, TTS-generated) |
| Training epochs | 4 |
| Validation Mel Loss | 0.286 |
| Sample rate | 24 kHz |
| G2P | misaki 0.9.4 + espeak-ng 1.50 |
voices/victoria.pt).| File | Description |
|---|---|
kikiri_german_base_51spk_ep4.pth | Model weights (Kokoro-compatible format) |
voices/victoria.pt | Victoria speaker voicepack (512-dim style embedding) |
audio/test_*.wav | German phonetic test sentences |
1# Uses the kokoro library as underlying framework
2from kokoro import KPipeline
3
4pipeline = KPipeline(lang_code="de", model_path="kikiri_german_base_51spk_ep4.pth")
5voicepack = pipeline.load_voice("voices/victoria.pt")
6
7text = "Guten Tag, wie geht es Ihnen?"
8audio = pipeline(text, voice=voicepack)?? artifacts, no OOV symbols