Debug: log vidUpdate structure, handle all Gradio 5 video output shapes 1ccc3d0 BoxOfColors commited on Mar 27
Fix regen: capture pending slot/idx before hidePopup clears them 1bc8988 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix regen: render=False on hidden Textboxes to stop 'Too many arguments' error df3bd13 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Debug: console.log in waveform click and global message listener f300658 BoxOfColors commited on Mar 27
Fix regen: replace gr.State with gr.Textbox(visible=False) for regen plumbing 3b9db74 BoxOfColors commited on Mar 27
Fix blank iframe: set height=900 in launch() to override iFrameResizer height:0px dba6c4f BoxOfColors commited on Mar 27
Fix UI layout: explicit scale=1 on all columns + CSS equal-width enforcement 2648727 BoxOfColors commited on Mar 27
Fix UI layout: replace gr.Group(visible=False) with gr.State for regen plumbing bd7399c BoxOfColors commited on Mar 27
Fix UI layout: move hidden regen groups outside gr.Row 00c5735 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix UI layout: move hidden regen textboxes into invisible gr.Group 985bfa2 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix UI crash: replace hidden gr.Number with gr.Textbox for regen_seg inputs f3a0543 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix regen duration functions: add slot_id=None param to match regen function signatures 482b9b5 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix regen: use properly-typed hidden Number/Textbox inputs for seg_idx and state_json dec15b9 BoxOfColors Claude Sonnet 4.6 commited on Mar 27
Fix regen: add _listenAndApply SSE handler + elem_id on output slots 34cf138 BoxOfColors commited on Mar 27
Fix regen: bypass Svelte binding — call Gradio queue API directly from JS bb533eb BoxOfColors commited on Mar 27
Fix fireRegen: use correct prototype for textarea native setter c45a944 BoxOfColors commited on Mar 26
Disable SSR (ssr_mode=False) to fix regen Too many arguments d2864d0 BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Fix regen: single-event trigger + generator-safe early-exit c921113 BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Fix regen: embed state in trigger value, remove seg_state from inputs 5c4d5d2 BoxOfColors commited on Mar 26
Fix regen: CSS-hidden textboxes + remove _rtrig from outputs to fix Too many args 8ced419 BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Add regen debug logging + remove console.log noise 95fa2df BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Fix Too many arguments: separate gr.Group visibility from generation outputs 9ef3cf6 BoxOfColors commited on Mar 26
Fix waveform: popup via postMessage, regen, playhead, Too many args 41d322f BoxOfColors commited on Mar 26
Fix waveform rendering: use iframe srcdoc to ensure JS executes fcc4220 BoxOfColors commited on Mar 26
Add shared video upload above tabs — persists across model switches 6d105d2 BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Fix MMAudio and HunyuanFoley video output retaining original audio a32944b BoxOfColors commited on Mar 26
Add per-model inference timing to calibrate GPU duration constants 5aeadc9 BoxOfColors Claude Sonnet 4.6 commited on Mar 26
Fix dynamic duration arg order mismatch + leftover torchaudio import 679c604 BoxOfColors commited on Mar 26
Standardise crossfade defaults to 2s/3dB across all three models 537e4ca BoxOfColors commited on Mar 26
Dynamic GPU duration: reserve only what each run actually needs 07afd9c BoxOfColors commited on Mar 26
Unify mono and stereo crossfade into a single _cf_join function 585a112 BoxOfColors commited on Mar 26
Refactor: consolidate segmentation and crossfade into shared helpers 72afd74 BoxOfColors commited on Mar 26
Add crossfade Duration/Boost controls to MMAudio and HunyuanFoley tabs 95c5c55 BoxOfColors commited on Mar 26