Fix UI layout: move hidden regen groups outside gr.Row 00c5735 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix UI layout: move hidden regen textboxes into invisible gr.Group 985bfa2 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix UI crash: replace hidden gr.Number with gr.Textbox for regen_seg inputs f3a0543 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix regen duration functions: add slot_id=None param to match regen function signatures 482b9b5 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix regen: use properly-typed hidden Number/Textbox inputs for seg_idx and state_json dec15b9 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix regen: add _listenAndApply SSE handler + elem_id on output slots 34cf138 BoxOfColors commited on 4 days ago
Fix regen: bypass Svelte binding — call Gradio queue API directly from JS bb533eb BoxOfColors commited on 4 days ago
Fix fireRegen: use correct prototype for textarea native setter c45a944 BoxOfColors commited on 4 days ago
Disable SSR (ssr_mode=False) to fix regen Too many arguments d2864d0 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix regen: single-event trigger + generator-safe early-exit c921113 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix regen: embed state in trigger value, remove seg_state from inputs 5c4d5d2 BoxOfColors commited on 4 days ago
Fix regen: CSS-hidden textboxes + remove _rtrig from outputs to fix Too many args 8ced419 BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix fireRegen: clear+set pattern for Gradio 5 React .change() 2496cac BoxOfColors commited on 4 days ago
Add regen debug logging + remove console.log noise 95fa2df BoxOfColors Claude Sonnet 4.6 commited on 4 days ago
Fix Too many arguments: separate gr.Group visibility from generation outputs 9ef3cf6 BoxOfColors commited on 4 days ago
Fix waveform: popup via postMessage, regen, playhead, Too many args 41d322f BoxOfColors commited on 4 days ago
Fix waveform rendering: use iframe srcdoc to ensure JS executes fcc4220 BoxOfColors commited on 4 days ago
Add shared video upload above tabs — persists across model switches 6d105d2 BoxOfColors Claude Sonnet 4.6 commited on 5 days ago
Fix MMAudio and HunyuanFoley video output retaining original audio a32944b BoxOfColors commited on 5 days ago
Calibrate GPU duration constants from measured H200 timings a4f4e65 BoxOfColors commited on 5 days ago
Add per-model inference timing to calibrate GPU duration constants 5aeadc9 BoxOfColors Claude Sonnet 4.6 commited on 5 days ago
Fix dynamic duration arg order mismatch + leftover torchaudio import 679c604 BoxOfColors commited on 5 days ago
Standardise crossfade defaults to 2s/3dB across all three models 537e4ca BoxOfColors commited on 5 days ago
Dynamic GPU duration: reserve only what each run actually needs 07afd9c BoxOfColors commited on 5 days ago
Unify mono and stereo crossfade into a single _cf_join function 585a112 BoxOfColors commited on 5 days ago
Refactor: consolidate segmentation and crossfade into shared helpers 72afd74 BoxOfColors commited on 5 days ago
Add crossfade Duration/Boost controls to MMAudio and HunyuanFoley tabs 95c5c55 BoxOfColors commited on 5 days ago
Fix crossfade: use equal-power fade envelopes in all 3 models 1c5fa8d BoxOfColors commited on 5 days ago
Fix audio WAV header: ensure contiguous memory layout before torchaudio.save a5f92a7 BoxOfColors commited on 5 days ago
HunyuanFoley: resample standalone audio output to 44100 Hz 2b4b56f BoxOfColors commited on 5 days ago
Fix SyntaxError: move MMAUDIO_WINDOW constant above @spaces.GPU decorator a75c1c5 BoxOfColors commited on 5 days ago
MMAudio: sliding-window segmentation for videos longer than 8 s; remove duration slider bdf9957 BoxOfColors commited on 5 days ago
HunyuanFoley: sliding-window segmentation for videos longer than 15 s 2b2a599 BoxOfColors commited on 5 days ago
Pre-download CLAP model at startup to fix daemonic process error in ZeroGPU 6d556cb BoxOfColors commited on 5 days ago
Fix MMAudio inference_mode error (torch.no_grad); fix Hunyuan weights subdir path 15ab81a BoxOfColors commited on 5 days ago