Commit History

docs: update README for 6-engine Voxtral release
8b035dd

Foradc Claude Sonnet 4.6 commited on

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

Foradc Claude Sonnet 4.6 commited on

Fix Voice Design voice consistency: anchor-based cloning
f627e2c

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

Add interactive book reader with start/end selection + improved chapter detection
66518bf

Foradc Claude Sonnet 4.6 commited on

Add visible warning when Qwen3 Voice Design is selected without loaded model
bbc5720

Foradc Claude Sonnet 4.6 commited on

Implement Rolling Reference technique for Fish-Speech voice consistency
d0324c7

Foradc Claude Sonnet 4.6 commited on

Fix 3 bugs found in full code audit
a1e00c4

Foradc Claude Sonnet 4.6 commited on

Improve audiobook narration quality based on pro narrator techniques
9bdf652

Foradc Claude Sonnet 4.6 commited on

Add expressive mode checkbox for audiobook narration
c60507c

Foradc Claude Sonnet 4.6 commited on

Fix audiobook voice consistency + add Fish-Speech named presets
671ee56

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

Restore HuggingFace Space YAML frontmatter in README
f3471a1

Foradc Claude Sonnet 4.6 commited on

Add CPU/GPU selection via ENABLED_ENGINES env var, document in README
d487b55

Foradc Claude Sonnet 4.6 commited on

Update README.md
538d7e8
unverified

Foradc commited on

Add UI screenshot to README
9eb684d

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

Improve Qwen3-TTS: auto-status, Voice Design presets, more languages
f44e44e

Foradc Claude Sonnet 4.6 commited on

Add HuggingFace Space metadata to README
aca4ee3

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

README: translate to English
2b5c97a

Foradc commited on

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

Foradc Claude Sonnet 4.6 commited on

Remove binary ref wav from git tracking
8e980c2

Foradc commited on

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

Foradc commited on

Auto-uncheck front matter (publisher/title/author) before first real chapter
0e913e3

Foradc commited on

Improve audiobook: ETA, auto-DL, retry, pause/resume, merge, format titles
75e1423

Foradc commited on

Set 0.6B-Base as default model
417346d

Foradc Claude Sonnet 4.6 commited on

Add PDF and EPUB support for audiobook tab
73d1db8

Foradc Claude Sonnet 4.6 commited on

Add time estimation and Audiobook tab
343c56f

Foradc Claude Sonnet 4.6 commited on

Increase text and audio generation limits for longer tests
a61b717

Foradc Claude Sonnet 4.6 commited on

fix(demo): don't switch uploads to Simple mode
38ef168

andito HF Staff commited on

fix(demo): default clone toggle to Advanced (ICL) mode
03ff1e8

andito HF Staff commited on

fix(demo): prevent stale preset from overriding browser recordings in ICL mode
87a9f49

andito HF Staff 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

Center header and content together as a unit in viewport
bbbefb3

andito HF Staff commited on

Center app content vertically in viewport
e60afa6

andito HF Staff commited on

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

andito HF Staff commited on

Move preset buttons left of play, match ref-chip height
40bc432

andito HF Staff commited on