Fix HunyuanFoley CLAP tokenizer overflow for long prompts 64f71ea BoxOfColors Claude Opus 4.6 commited on 16 days ago
Fix FlashSR CUDA init: bypass FASR class, load SynthesizerTrn on CPU 26e8bca BoxOfColors Claude Opus 4.6 commited on 16 days ago
Optimize ZeroGPU: move FlashSR to CPU, fix regen 16kHz bug ef4f0ff BoxOfColors Claude Opus 4.6 commited on 16 days ago
Move FlashSR inside GPU window, fix xregen routing, refactor helpers 0bc4a35 BoxOfColors Claude Sonnet 4.6 commited on 16 days ago
fix: load FlashSR on CPU only to avoid ZeroGPU CUDA init violation 60d3e36 BoxOfColors commited on 16 days ago
feat: add FlashSR post-processing to upsample TARO 16kHz β 48kHz efe424b BoxOfColors commited on 16 days ago
fix: centre crossfade hatch on color boundary, not after it 977875e BoxOfColors commited on 17 days ago
feat: add crossfade overlap indicators to waveform display 41cd582 BoxOfColors commited on 17 days ago
fix: cap crossfade slider max to 4s and clamp in _build_segments 5cf7a39 BoxOfColors commited on 17 days ago
refactor: extract shared helpers to reduce technical debt 51979c2 BoxOfColors commited on 17 days ago
Optimize GPU usage and fix resource leaks d141e30 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
Use Gradio's postMessage zerogpu-headers for regen quota attribution af578ae BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
Fix crossfade loudness bump: apply db_boost to overlap as a whole 1afc0fb BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
Add HF token input for ZeroGPU Pro quota on regen 03cbad9 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
Fix ZeroGPU Pro quota: fetch fresh x-ip-token before each regen call 8b3b191 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: relay x-ip-token from HF proxy to JS for ZeroGPU Pro quota attribution 401978a BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: add gr.Request to xregen_* for proper ZeroGPU quota attribution 2fdad19 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
revert: back to queue/join β call endpoint gives 404 Session not found 0224191 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: switch regen to /gradio_api/call/{api_name} for proper ZeroGPU quota attribution d916fd2 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: restore waveform HTML before writing error to statusbar 305c050 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: align defaults with official repos 86e179e BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: add credentials:'include' to regen fetch so HF cookies are sent 7eeb19b BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
feat: show quota error in status bar instead of toast 4afe095 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: revert to document.body for toast β window.top blocked cross-origin 110c8ab BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: use window.top.document for toast and max z-index c71e56e BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
feat: show quota/error toast and restore UI state on failed regen ff59c3d BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
debug: log SSE data shape and fix misleading success:false log d8fbb30 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: replace render=False xregen outputs with real rendered slot components 84cc585 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: cross-model regen β fix stereo/mono mismatch and add pending spinner 121a071 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
feat: cross-model segment regen β regenerate any slot with TARO, MMAudio, or HunyuanFoley b60f330 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: free GPU memory between samples to prevent VRAM fragmentation 12556c0 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: use render=False on regen buttons to suppress Gradio 5 SSR 'Too many arguments' error c3cec42 BoxOfColors Claude Sonnet 4.6 commited on 17 days ago
fix: move MMAUDIO_WINDOW and HUNYUAN_MAX_DUR before MODEL_CONFIGS 15539fe BoxOfColors commited on 17 days ago
fix: allow Gradio to serve /tmp files so waveform audio loads (403 fix) d9929fb BoxOfColors commited on 17 days ago
refactor: consolidate duplicated code via MODEL_CONFIGS registry c06e566 BoxOfColors Claude Opus 4.6 commited on 17 days ago
perf: move CPU work outside @spaces.GPU to reduce ZeroGPU cost 13cc4e6 BoxOfColors Claude Opus 4.6 commited on 17 days ago
perf: comprehensive optimization pass β caching, dedup, cleanup a4226e1 BoxOfColors Claude Opus 4.6 commited on 17 days ago
fix: also hide video download button via CSS as belt-and-suspenders 1b4e6b8 BoxOfColors commited on 17 days ago
fix: hide built-in Gradio video download button on output slots e792114 BoxOfColors commited on 17 days ago
fix: add video download link to waveform panel so it always reflects latest regen 8ddbfd1 BoxOfColors commited on 17 days ago
fix: draw and hit-test segments by unique region to prevent overlap highlight bleed 0378fbe BoxOfColors commited on 17 days ago
fix: derive total_dur_s from ffprobe not CAVP frame count to prevent audio truncation c97fd8e BoxOfColors commited on 17 days ago
fix: load only AudioLDM2 VAE+vocoder subcomponents instead of full pipeline to prevent GPU OOM on long videos dc0df75 BoxOfColors commited on 17 days ago
Fix seed: default to -1 (random) instead of baked-in startup value 5031a07 BoxOfColors commited on 17 days ago
Fix video update after regen: delay+MutationObserver to survive Svelte re-render 0219f72 BoxOfColors commited on 17 days ago