Commit History

Recalibrate GPU duration reservations, drop deprecated warnings
922310d
Running

BoxOfColors commited on

Replace torchvision.io.read_video with a PyAV-based shim
58e91f5

BoxOfColors commited on

Save output WAVs via soundfile instead of torchaudio.save
addc08f

BoxOfColors commited on

Use bare PyPI torch/torchaudio 2.11.0 instead of +cu128 index build
0a5362f

BoxOfColors commited on

Pin torch to exact cu128 build to match torchaudio
5d5b191

BoxOfColors commited on

Bump torch/torchaudio to a Blackwell-compatible version, swap mmcv for mmcv-lite
3f83c4f

BoxOfColors Claude Sonnet 5 commited on

Remove pinned spaces==0.48.2 causing a hard build failure
183bf09

BoxOfColors Claude Sonnet 5 commited on

Add explicit CUDA availability diagnostic inside GPU worker calls
4aae50d

BoxOfColors Claude Sonnet 5 commited on

Force local_files_only on open_clip's own hf_hub_download reference
bcb6e0a

BoxOfColors Claude Sonnet 5 commited on

Move offline-mode patch inside each GPU function's own body
035533f

BoxOfColors Claude Sonnet 5 commited on

Re-assert offline mode inside the ZeroGPU worker itself
78108d3

BoxOfColors Claude Sonnet 5 commited on

Fix HF_HUB_OFFLINE never actually taking effect
1cb4beb

BoxOfColors Claude Sonnet 5 commited on

Fix spurious "Too many arguments provided for the endpoint" warnings
00dcb6c

BoxOfColors Claude Sonnet 5 commited on

Fix Generate click never reaching server: watchdog broke the click event
adefefd

BoxOfColors Claude Sonnet 5 commited on

Stop Generate from going silent: merge watchdog-arm into the click event
8ed76c6

BoxOfColors commited on

Fix Generate click going silent after adding the watchdog-arm step
d3cd6e0

BoxOfColors commited on

Fix infinite retry loop in video upload transcode
bdb2cf1

BoxOfColors commited on

Add client-side watchdog so a crashed generation can't wedge Generate
afa947b

BoxOfColors commited on

Prevent GPU OOM from crashing the whole Space container
3bede42

BoxOfColors commited on

Replace server-side slot-visibility updates with client-side JS
3f11a0e

BoxOfColors commited on

Disable Generate button and show busy label during generation
7cacbd0

BoxOfColors commited on

Patch Gradio's video-conversion race that kills the generation connection
3847eb5

BoxOfColors commited on

Fix ffmpeg stream-copy crash in strip_audio_from_video
1a0c4c0

BoxOfColors commited on

Bump spaces==0.48.1 -> 0.48.2 to resolve build conflict
ec649c1

BoxOfColors Claude Opus 4.7 (1M context) commited on

Reroute encoders + MMAudio downloads through user-controlled mirror
2c38be2
verified

JackIsNotInTheBox commited on

Fix stereo conformance across all write paths
f012a29

BoxOfColors commited on

Fix xregen duration truncation: use full segment span, not model window
b49a86d

BoxOfColors Claude Sonnet 4.6 commited on

Fix xregen truncating total audio duration when clip < segment window
2e7f9a4

BoxOfColors Claude Sonnet 4.6 commited on

Remove channel-layout safety nets; assert stereo (2,T) everywhere
894b188

BoxOfColors Claude Sonnet 4.6 commited on

Normalize all seg wavs to stereo (2,T) at save time
8b87263

BoxOfColors Claude Sonnet 4.6 commited on

Preserve MMAudio stereo; stereo-wins channel normalization
6ef8b2e

BoxOfColors Claude Sonnet 4.6 commited on

Fix (1,T) shape crash in _cf_join; bump HunyuanFoley secs_per_step to 0.5
359f37a

BoxOfColors Claude Sonnet 4.6 commited on

Free GPU memory between HunyuanFoley segments to prevent OOM
6446441

BoxOfColors Claude Sonnet 4.6 commited on

Revert to single multi-seg GPU call; bump hunyuan load_overhead to 90s
b94c46b

BoxOfColors Claude Sonnet 4.6 commited on

Fix HunyuanFoley initial gen: one GPU call per segment
a6fff03

BoxOfColors Claude Sonnet 4.6 commited on

Fix HunyuanFoley: pre-download SigLIP2, use local_files_only=True
1dcac2d

BoxOfColors Claude Sonnet 4.6 commited on

Fix MMAudio: load BigVGAN from local snapshot dir, not HF network
04fdc6c

BoxOfColors Claude Sonnet 4.6 commited on

Fix HunyuanFoley: save text_feats to disk inside GPU worker
aa53ba5

BoxOfColors Claude Sonnet 4.6 commited on

Fix HunyuanFoley xregen: register model lib sys.path in main process
01d72dd

BoxOfColors Claude Sonnet 4.6 commited on

Fix HunyuanFoley xregen AttributeError: return torch.device from _get_device_and_dtype
35c95b4

BoxOfColors commited on

Add try/except traceback logging to _hunyuan_gpu_infer to surface AttributeError
21ece0c

BoxOfColors commited on

Fix TARO GPU abort: increase load_overhead 15→120s to cover model loading time
1d1ce31

BoxOfColors commited on

Add granular step-by-step logging in _taro_gpu_infer to find exact GPU abort point
8635f79

BoxOfColors commited on

Fix pending regen waveform segment boundary misalignment
3c63946

BoxOfColors commited on

Fix MMAudio TypeError: cast num_steps to int in _mmaudio_gpu_infer
da46dda

BoxOfColors commited on

Fix TARO GPU worker crash: use local_files_only=True for audioldm2 VAE/vocoder
00e0606

BoxOfColors commited on

Add xregen error logging: try/except in _xregen_dispatch, logging in xregen_mmaudio._run and _mmaudio_gpu_infer to surface GPU worker crashes
00ee17c

BoxOfColors commited on

Add verbose debug logging throughout TARO generation pipeline
9f79da8

BoxOfColors commited on

Fix xregen ZeroGPU TypeError: duration fns must accept all positional args
cc23c05

BoxOfColors Claude Sonnet 4.6 commited on

Fix ZeroGPU tmp file isolation: extract clips inside GPU worker
e3d955b

BoxOfColors commited on