Pocket-TTS / server.py

Commit History

Add 7 celebrity voices: DiCaprio, Nicholson, Pesci, De Niro, Pacino, Gyllenhaal, Johansson
341df3d

hf4uwho commited on

Add POST /tts endpoint — no URL length limits, send full text in body
1334893

hf4uwho commited on

Revert to one-shot generation. Chunked crossfade didn't fix stuttering.
d65d8c9

hf4uwho commited on

Chunked TTS: split long text into sentences, generate each, crossfade joins to remove abrupt cuts
7be824c

hf4uwho commited on

Add 588 voices from kyutai/tts-voices. Total: 665 voices.
e58e7aa

hf4uwho commited on

Add 24 character voices from chandypants/ollie-pocket-tts (78 total)
24c96a2

hf4uwho commited on

FIX: use get_state_for_audio_prompt from Nymbo WAV files (actually produces speech)
721b988

hf4uwho commited on

FIX: load english_2026-04 model WITH voice cloning (default loads without-voice-cloning = noise)
8674286

hf4uwho commited on

Fix: convert flat v3/v2 safetensors keys to nested dict format for voice state
da26835

hf4uwho commited on

Fix: handle v3/v2 pre-computed KV cache embeddings (no audio_prompt key)
c76f7f1

hf4uwho commited on

Add verbose logging for embedding download failures
706bbf0

hf4uwho commited on

Fix: pass HF_TOKEN to huggingface_hub for gated model embedding download
d343afd

hf4uwho commited on

Switch to Docker SDK: FastAPI server with direct WAV/OGG output, no Gradio
1dd1d1c

hf4uwho commited on