CoolFace
Apppublic

revistasobreorugas/faster-qwen3-tts-demo

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
50 commits on main
390c6355mo ago

add demo continuation comparison

andito
5979b716mo ago

Match text-feed defaults to upstream modes

andito
b962e996mo ago

Add demo text-feed toggle for non_streaming_mode

andito
38ef1687mo ago

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

andito
03ff1e87mo ago

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

andito
87a9f497mo ago

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

andito
4b126ae7mo ago

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

andito
70fb68c7mo ago

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

andito
083bc117mo ago

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

andito
88969e97mo ago

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

andito
51e56377mo ago

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

andito
88ffc927mo ago

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

andito
396f46b7mo ago

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

andito
bbbefb37mo ago

Center header and content together as a unit in viewport

andito
e60afa67mo ago

Center app content vertically in viewport

andito
ba7d3997mo ago

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

andito
40bc4327mo ago

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

andito
1459b357mo ago

Inline preset buttons into the reference audio row

andito
db7cd0f7mo ago

Default preloaded model to 1.7B-Base for voice cloning

andito
1c4c93d7mo ago

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

andito
c8348477mo ago

Move preset buttons inline and rename labels

andito
1bd4d4b7mo ago

Add preset voice clone refs in demo

andito
2df2aa97mo ago

Preserve mic selection after recording

andito
46498c87mo ago

Fix ruff issues

andito
074bb967mo ago

fix(demo): default to Simple (x-vector) cloning mode

andito
91467b97mo ago

fix(demo): add torchaudio to requirements

andito
6ca0beb7mo ago

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

andito
aae56f67mo ago

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

andito
c2579087mo ago

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

andito
89781837mo ago

fix(demo): show recording preview immediately, resample in background

andito
5714c257mo ago

feat(demo): clone row UX improvements

andito
a041dc07mo ago

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

andito
c0d26fc7mo ago

docs(space): add model preloads

andito
14f30617mo ago

UI rework

andito
e43284f7mo ago

chore: hf space dockerization

andito
953473c7mo ago

fix(demo): robust mic recording + 16k resample

andito
2ab66ed7mo ago

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

andito
954ac227mo ago

ui(demo): drop init metric

andito
1efe0a37mo ago

ui(demo): simplify metrics, add advanced toggle

andito
1712dbb7mo ago

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

andito
4a361407mo ago

fix(demo): show zero init on warm runs

andito
337a51d7mo ago

fix(demo): reuse ScriptProcessor audio context

andito
1c37b5b7mo ago

revert(demo): use scriptprocessor streaming path

andito
cf4c68f7mo ago

fix(demo): ws meta+pcm framing

andito
a57e2e87mo ago

fix(demo): respect pcm length in ws frames

andito
af70a227mo ago

feat(demo): binary ws audio chunks

andito
646c5727mo ago

feat(demo): cache ref audio for ws

andito
7c23aa57mo ago

feat(demo): cache ref audio base64 for ws

andito
2973ebf7mo ago

fix(demo): keep audio graph alive with silent oscillator

andito
ed49bd57mo ago

fix(demo): warm audio on user gesture and set path

andito