feat: batch all 8 scenes in a single GPU call and extract loopback last-to-first frame for absolute character continuity
a18889b
Antigravitycommited on
fix: apply setpts=PTS-STARTPTS to force continuous browser-compatible playback timestamps
895d705
Antigravitycommited on
feat: expose 8 individual scene download players in UI and normalize fps input rate for stable movie concat
1014c97
Antigravitycommited on
fix: use filter_complex concat for perfect sequential frame normalization across scenes
ef8cd18
Antigravitycommited on
fix: re-encode streams using libx264 and aac in concat to resolve playback issues
3026f59
Antigravitycommited on
feat: optimize ZeroGPU file transfer with raw bytes and integrate gr.Progress() bar
9991eb2
Antigravitycommited on
feat: implement LTX-2 movie generator with Gemma-3 screenplay director
8084f16
Antigravitycommited on
fix: use original user audio directly in output video for accurate lip-sync (bypass audio VAE decoder); fix _write_audio mono-to-stereo auto-conversion to prevent ValueError on single-channel input
c8adf51
dimensionalpulsarcommited on
fix: wrap flash_attn_interface import in try/except (OSError/ImportError) - prevents libcudart.so.12 crash at module load time on ZeroGPU; add graceful FA3 fallback to PyTorch SDPA in DEFAULT attention
2cae410
dimensionalpulsarcommited on
fix: resolve 5 critical bugs - remove duplicate ModelLedger, pass gemma_path to pipeline, GPU duration=120, move text_encoder to cuda, fix transformers/torchaudio version pins