Views
No views yet
⚠️ Disclaimer: This is an unofficial, community-trained custom voice collection and encoder release. It is designed to be compatible with the Kokoro V1.0 release, but it is not created, endorsed, or maintained by the original author of Kokoro TTS. Please do not direct support questions regarding these specific voice packs to the official Kokoro repository.
1# Uses the kokoro library as underlying framework
2from kokoro import KPipeline
3
4pipeline = KPipeline(lang_code="a", repo_id="hexgrad/Kokoro-82M")
5voicepack = pipeline.load_voice("voices/af_vivien.pt")
6
7text = "Hello world! This is Vivien. We skipped the diffuser denoiser, kept the style encoders, and now we are officially up and running."
8audio = pipeline(text, voice=voicepack)
91python scripts/extract_voicepack.py \
2 --model /path/to/epoch_2nd_00009.pth \
3 --audio-dir /path/to/speaker_audio_folder \
4 --output voices/my_custom_voicepack.pt
5| Property | Value |
|---|---|
| Architecture | StyleTTS2 (Kokoro-compatible) |
| Base Model | Kokoro V1.0 |
| Language | English (en) |
| Training Epochs | [20] |
| Sample Rate | 24 kHz |