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