Commit History

feat: add Voxtral TTS engine + French prosody preprocessing
737927a

Foradc Claude Sonnet 4.6 commited on

Fix F5-TTS crash on HF Space: NoneType ref_path when no audio uploaded
7b16e3f

Foradc Claude Sonnet 4.6 commited on

Fix 3 real bugs found in full code audit
3955d7a

Foradc Claude Sonnet 4.6 commited on

Fix Voice Design voice consistency: full RNG determinism for seed
89b9368

Foradc Claude Sonnet 4.6 commited on

Implement Rolling Reference technique for Fish-Speech voice consistency
d0324c7

Foradc Claude Sonnet 4.6 commited on

Enable torch.compile for Fish-Speech on GPU (2-3x speedup)
cc9b52d

Foradc Claude Sonnet 4.6 commited on

Fix: never sys.exit on missing faster_qwen3_tts — server starts regardless
1806ef2

Foradc Claude Sonnet 4.6 commited on

Add engine gating, CPU/HF Space support, multi-lang Kokoro, and expanded UI params
1fb9364

Foradc Claude Sonnet 4.6 commited on

Add global TTS language selector + more params for Chatterbox & F5-TTS
503300e

Foradc Claude Sonnet 4.6 commited on

Fix Qwen3 Voice Design redirect bug + Fish audiobook optimizations
b863f7d

Foradc Claude Sonnet 4.6 commited on

Add engine params (speed/CFG/ref_text), fix dropdown colors, add FR/EN toggle
3f754a2

Foradc Claude Sonnet 4.6 commited on

Add 13 Kokoro voices, improve audiobook UX + chapter detection
698c0a8

Foradc Claude Sonnet 4.6 commited on

Boovore: full UI redesign + Fish-Speech engine + GitHub prep
c7ab1aa

Foradc Claude Sonnet 4.6 commited on

Add XTTS narrator FR mode: server proxy, UI row, launch scripts
a1ad70c

Foradc commited on

Set 0.6B-Base as default model
417346d

Foradc Claude Sonnet 4.6 commited on

Increase text and audio generation limits for longer tests
a61b717

Foradc Claude Sonnet 4.6 commited on

Add audio size limit (10 MB / ~1 min) and restore text length guard
4b126ae

andito HF Staff commited on

Add 1000-char text limit to prevent CUDA static cache overflow
70fb68c

andito HF Staff commited on

Fix stale model ref race, add ACTIVE_MODELS env var, hide unavailable modes
083bc11

andito HF Staff commited on

Fix permission error for preset assets and PyTorch cache dir in HF Spaces
88969e9

andito HF Staff commited on

Make model cache size configurable via MODEL_CACHE_SIZE env var (default 2, Space uses 5)
51e5637

andito HF Staff commited on

Cache all loaded models (LRU, max 5) to avoid re-capture on model switch
88ffc92

andito HF Staff commited on

Serialize generation with asyncio.Lock and show queue position to users
396f46b

andito HF Staff commited on

Download preset wav files from GitHub at startup instead of bundling them
ba7d399

andito HF Staff commited on

Default preloaded model to 1.7B-Base for voice cloning
db7cd0f

andito HF Staff commited on

Reorder demo UI, default to advanced cloning, auto-select first preset
1c4c93d

andito HF Staff commited on

Move preset buttons inline and rename labels
c834847

andito HF Staff commited on

Add preset voice clone refs in demo
1bd4d4b

andito HF Staff commited on

Fix ruff issues
46498c8

andito HF Staff commited on

fix(demo): unconditionally import and load nano-parakeet
6ca0beb

andito HF Staff commited on

fix(demo): cap generation at 30s (360 tokens at 12 Hz)
aae56f6

andito HF Staff commited on

feat(demo): auto-transcribe reference audio with nano-parakeet
c257908

andito HF Staff commited on

feat(demo): arcade mode selector, auto-load 1.7B-CustomVoice default
a041dc0

andito HF Staff commited on

chore: hf space dockerization
e43284f

andito HF Staff commited on

feat(demo): custom voices, xvec toggle, recording, theme
2ab66ed

andito HF Staff commited on

ui(demo): simplify metrics, add advanced toggle
1efe0a3

andito HF Staff commited on

cleanup(demo): drop ws/worklet dead code; cache ref audio
1712dbb

andito HF Staff commited on

fix(demo): ws meta+pcm framing
cf4c68f

andito HF Staff commited on

feat(demo): binary ws audio chunks
af70a22

andito HF Staff commited on

feat(demo): cache ref audio for ws
646c572

andito HF Staff commited on

feat(demo): add wav/base64 timing
30059ea

andito HF Staff commited on

feat(demo): add websocket streaming
f607826

andito HF Staff commited on

fix(demo): measure voice clone latency on first chunk
3887f62

andito HF Staff commited on

feat(demo): show voice clone latency
b6617f2

andito HF Staff commited on

Add web demo UI with live TTFA/RTF metrics
6b952fb

andito HF Staff commited on