Commit History

Lower GPU duration estimates and add 300s hard cap
39d7b17

BoxOfColors commited on

Fix dynamic duration arg order mismatch + leftover torchaudio import
679c604

BoxOfColors commited on

Standardise crossfade defaults to 2s/3dB across all three models
537e4ca

BoxOfColors commited on

Dynamic GPU duration: reserve only what each run actually needs
07afd9c

BoxOfColors commited on

Cleanup: remove duplication and dead code across app.py
8697d49

BoxOfColors commited on

Unify mono and stereo crossfade into a single _cf_join function
585a112

BoxOfColors commited on

Refactor: consolidate segmentation and crossfade into shared helpers
72afd74

BoxOfColors commited on

Add crossfade Duration/Boost controls to MMAudio and HunyuanFoley tabs
95c5c55

BoxOfColors commited on

Fix crossfade: use equal-power fade envelopes in all 3 models
1c5fa8d

BoxOfColors commited on

Fix audio WAV header: ensure contiguous memory layout before torchaudio.save
a5f92a7

BoxOfColors commited on

HunyuanFoley: resample standalone audio output to 44100 Hz
2b4b56f

BoxOfColors commited on

Fix SyntaxError: move MMAUDIO_WINDOW constant above @spaces.GPU decorator
a75c1c5

BoxOfColors commited on

MMAudio: sliding-window segmentation for videos longer than 8 s; remove duration slider
bdf9957

BoxOfColors commited on

HunyuanFoley: sliding-window segmentation for videos longer than 15 s
2b2a599

BoxOfColors commited on

Fix CLAP from_pretrained daemonic process error in ZeroGPU worker
f8b59b5

BoxOfColors commited on

Pre-download CLAP model at startup to fix daemonic process error in ZeroGPU
6d556cb

BoxOfColors commited on

Fix MMAudio inference_mode error (torch.no_grad); fix Hunyuan weights subdir path
15ab81a

BoxOfColors commited on

Revert hunyuan checkpoint to .pth (truncated progress bar misled filename)
9788670

BoxOfColors commited on

Add open_clip dep; remove tab descriptions; fix hunyuan .pt→.pth rename
8185e9f

BoxOfColors commited on

Update UI descriptions: scene-type guidance instead of duration
36c1b45

BoxOfColors commited on

Fix audiotools: install from git (PyPI version requires Python 3.11+)
dd33d76

BoxOfColors commited on

Add torchdiffeq, audiotools, mmcv deps for MMAudio/Hunyuan/TARO
aaf8354

BoxOfColors commited on

Add missing deps: colorlog (MMAudio) and loguru (HunyuanVideoFoley)
16073e0

BoxOfColors commited on

Fix mmaudio import: add MMAudio dir to sys.path in generate_mmaudio
767475e

BoxOfColors commited on

Pin torchaudio==2.5.1+cu124 and add torch version diagnostic
bbe66c1

BoxOfColors Claude Sonnet 4.6 commited on

Add torchaudio via PyTorch cu121 extra-index-url in requirements.txt
3cd40a3

BoxOfColors Claude Sonnet 4.6 commited on

Fix torchaudio CUDA mismatch: install via PyTorch cu121 index in pre-install.sh
24bd825

BoxOfColors Claude Sonnet 4.6 commited on

Fix torchaudio missing dep and TARO sys.path for bare imports
25f6ae6

BoxOfColors commited on

Upgrade to Gradio 5.25.0 to fix ZeroGPU localhost error
a99f759

BoxOfColors Claude Sonnet 4.6 commited on

Fix: pin gradio==4.44.1 to fix ZeroGPU localhost ValueError
504eda5

Jack Wu commited on

Fix launch() call for ZeroGPU — remove server_name override
78dbbf7

Jack Wu commited on

Fix: call get_random_seed(), add server_name to launch() for ZeroGPU
d3011cb

Jack Wu commited on

Fix mmcv install: use mim via pre-install.sh instead of pip source build
3b3c373

Jack Wu commited on

Fix: move mmcv to requirements.txt, remove runtime install that caused infinite rebuild loop
c59ecb5

Jack Wu commited on

Fix HunyuanFoley checkpoint path and add README metadata
1896e81

Jack Wu commited on

Add HuggingFace Spaces metadata to README
657615c

Jack Wu commited on

Remove non-inference files from all three model folders
22b2290

Jack Wu commited on

Add .gitignore and untrack MMAudio binary training examples
3886668

Jack Wu commited on

.
c60109f

Jack Wu commited on

Restructure app.py: multi-model support (TARO, MMAudio, HunyuanFoley)
6cf4573

Jack Wu commited on

Show slot 0 by default; reveal extra slots on Generations slider drag
53f384c

JackIsNotInTheBox commited on

Rename 'Number of Samples' to 'Generations'
8a267b7

JackIsNotInTheBox commited on

Multi-sample support, last-segment tail anchor fix, dynamic samples cap, gr.Blocks UI, duration=600
160db86

JackIsNotInTheBox commited on

Remove share=True (redundant on HF Spaces)
5806ea4

JackIsNotInTheBox commited on

Add crossfade duration/dB controls, inference caching, share=True
eaedb53

JackIsNotInTheBox commited on

Support videos longer than 8.2s via overlapping inference + 2s +3dB crossfade stitching
0429f8a

JackIsNotInTheBox commited on

Fix all indentation errors - consistent 4-space indentation throughout
d0e121d

JackIsNotInTheBox commited on

Fix RuntimeError: pad onset_feats to truncate_onset=120 when video is shorter than 8.2s
5ce02be

JackIsNotInTheBox commited on

Fix all indentation errors - consistent 4-space indentation throughout
39355fb

JackIsNotInTheBox commited on