Commit History

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

Fix vocoder float32 cast error; default seed is now random
8443669

JackIsNotInTheBox commited on

Fix EinopsError: handle videos with frame count not divisible by 30
798c73c

JackIsNotInTheBox commited on

Fix indentation errors in app.py
ff95229

JackIsNotInTheBox commited on

Strip original audio from uploaded videos before processing and final output
211f7b6

JackIsNotInTheBox commited on

Add av (PyAV) for torchvision read_video support
cd5cc4b

JackIsNotInTheBox commited on

Fix torch.load: add weights_only=False for PyTorch 2.6 compat
e9d7eba

JackIsNotInTheBox commited on

Fix torch.load: add weights_only=False for PyTorch 2.6 compat
c5a6704

JackIsNotInTheBox commited on

Fix mmcv v2 import: move kaiming_init/constant_init to mmengine.model
b267be8

JackIsNotInTheBox commited on

Use openmim instead of direct mmcv install, add omegaconf
ff7f3e2

JackIsNotInTheBox commited on

Add app.py with Gradio interface for TARO inference
8ca132a

JackIsNotInTheBox commited on

Patch mmcv imports for v2.x / mmengine compatibility
bb74c00

JackIsNotInTheBox commited on

Fix requirements: mmcv 2.x, remove av, add mmengine
89b97ab

JackIsNotInTheBox commited on