Spaces:
Running
Running
Commit History
Remove -crf and complex vf filter - use simple -pix_fmt yuv420p 2918b43 verified
Fix ffmpeg: use shell=True, reorder -crf option 0e93a6d verified
Fix ffmpeg: use subprocess.run with error checking, absolute temp path 471ac47 verified
Add debug listing to download endpoint 1cfc19b verified
Add custom /api/download endpoint to bypass Gradio file serving 403 4dc9390 verified
Add debug logging for file access 855ad26 verified
Debug: allowed_paths=['/'] + logging 8716ff6 verified
Add allowed_paths /tmp for file serving afa7564 verified
Set GRADIO_TEMP_DIR=/tmp for file serving 85c4867 verified
Save results to Gradio cache dir for proper file serving f8501f2 verified
Save results to temp dir for Gradio 5 file serving e23be24 verified
Fix allowed_paths with absolute path for results directory 274d5f7 verified
Add allowed_paths for results directory f3bae02 verified
fix: use direct paste-back instead of get_image (requires face parsing model we don't init) 6286194 verified
fix: use proper tensor dtype conversion in inference loop (FloatTensor fails on CUDA half tensors) 4054d5d verified
Fix gradio_client schema bug + update app 1dd102d verified
fix: correct get_whisper_chunk parameter order (device was getting librosa_length) b1a0564 verified
fix: update model loading API c693a02 verified
fix: revert to eager model loading — L4 GPU loads models fast, deferred loading caused inference errors e520d04 verified
fix: COPY app.py into Docker image (was using GitHub clone, not our custom version) fa2112e verified
fix: defer model loading to first inference — unblocks Gradio startup e8ed3bd verified
fix: simplify entrypoint — models pre-downloaded in Docker image c3b200d verified
fix: download models at Docker build time to avoid 30-min startup timeout 00e1a5a verified
fix: re-add SyncNet download (required by MuseTalk) ab771f9 verified
fix: remove debug=True from launch 06a770e verified
fix: parallelize model downloads to fit 30-min startup window 27ee4a3 verified
fix: add download retry, validate models, use exec for clean process mgmt a6039bd verified
fix: resolve NameError, align model paths to models/, remove @spaces.GPU 03c94e3 verified
fix: download diffusion_pytorch_model.safetensors for SD VAE 433b0f3 verified
fix: pin gdown<5.0 to fix missing gdown.cli module 43e7aa0 verified
Fix: pin huggingface_hub<1.0 to fix CLI import error 371c7a8 verified
Fix: COPY --chown=user:user so chmod +x succeeds 4e5152c verified
Fix: chmod +x entrypoint.sh after COPY to fix permission denied 02f26b6 verified
Fix Dockerfile: COPY entrypoint.sh into container for model downloads a8cbb0d verified
Fix entrypoint: download model weights before starting app 953b87f verified
Fix: download model weights at startup cc26e9f verified
Update packages.txt 59976c1 verified
anchor commited on
Update requirements.txt 4737142 verified
anchor commited on
Update requirements.txt af39918 verified
anchor commited on
Update requirements.txt 36eae46 verified
anchor commited on
Update requirements.txt f8bf34c verified
Update Dockerfile 1a80aee verified
anchor commited on
Upload install_ffmpeg.sh b68506c verified
anchor commited on
Update packages.txt 4dab231 verified
Update packages.txt aca9660 verified
anchor commited on
Update packages.txt 595ac18 verified
anchor commited on
Update packages.txt ad766a6 verified
anchor commited on
Update packages.txt b4d16f5 verified
anchor commited on
Update requirements.txt 1370535 verified
anchor commited on