CoolFace
Apppublic

OnyxMunk/MusicGen

sourceHugging Faceupdated 7mo agoView on Hugging Face
0likes
50 commits on main
7e07a427mo ago

Fix: replace torch==2.1.0 with torch>=2.5.0 (no 2.1.0 wheels available)

OnyxMunk
e0f296e7mo ago

Update demos/musicgen_app.py

OnyxMunk
98296ca7mo ago

Update demos/musicgen_app.py

OnyxMunk
e2ba6807mo ago

Update demos/musicgen_app.py

OnyxMunk
50293027mo ago

Update demos/musicgen_app.py

OnyxMunk
e4fe8e47mo ago

Update demos/musicgen_app.py

OnyxMunk
5b367bc7mo ago

Update demos/musicgen_app.py

OnyxMunk
c02a65c7mo ago

syntax and indentation errors correction

OnyxMunk
7b59a227mo ago

Fix indentation error at line 414 in ui_batched function

OnyxMunk
5d1681e7mo ago

Increase @spaces.GPU duration from 120s to 300s

OnyxMunk
09540c77mo ago

Fix batched UI IndentationError: add 4-space indent to lines 413-414

OnyxMunk
b5e25db7mo ago

Fix IndentationError: add 4-space indent to output components (lines 283-286) inside with gr.Column() block

OnyxMunk
de4f3587mo ago

Fix TabError: replace tab chars with spaces on line 283 output component

OnyxMunk
42bdb757mo ago

Fix IndentationError: use tab indentation on output components to match surrounding code style

OnyxMunk
e8c654e7mo ago

Fix AttributeError: replace gr.make_waveform with direct wav passthrough; replace gr.Video outputs with gr.Audio

OnyxMunk
e332c9d7mo ago

Fix AssertionError: replace ProcessPoolExecutor with ThreadPoolExecutor for ZeroGPU compatibility

OnyxMunk
6c741387mo ago

Increase @spaces.GPU duration to 120s and set default model to musicgen-small

OnyxMunk
acf5a547mo ago

Add @spaces.GPU to predict_full to fix CUDA init error

OnyxMunk
b4ac9fd7mo ago

Fix: pin transformers<=4.45.2 to fix register_pytree_node AttributeError with torch 2.1.0

OnyxMunk
db338ac7mo ago

Fix: accept torch==2.1.0 (audiocraft requirement), transformers<5.0, encodec+audiocraft from git

OnyxMunk
c1283fe7mo ago

Fix: encodec from git (broken setup.py in PyPI), audiocraft from git, transformers<5.0.0

OnyxMunk
cc2c7627mo ago

Fix: pin torch==2.9.1 explicitly first to prevent audiocraft from downgrading it

OnyxMunk
9f624607mo ago

Fix: switch to audiocraft from PyPI (no hard torch pin), remove spacy/demucs direct pins to prevent torch downgrade

OnyxMunk
abed1c77mo ago

Fix: remove xformers entirely (no release supports torch 2.9.1, was downgrading torch)

OnyxMunk
ce0a27f7mo ago

Fix: remove torchaudio/vision/text pins (HF pre-installs torch 2.9.1), fix xformers + spacy yanked

OnyxMunk
6a74d957mo ago

Fix: add import spaces + @spaces.GPU decorator on _do_predictions for ZeroGPU detection

OnyxMunk
ea135637mo ago

Fix: pin transformers<5.0.0 (v5 requires torch>=2.4, ZeroGPU has torch 2.1.0)

OnyxMunk
8b3985c7mo ago

Fix: proper requirements.txt for Gradio SDK - no torch pin (HF pre-installs it), full audiocraft deps with av==11.0.0

OnyxMunk
2eb8c3d7mo ago

Fix: add FFmpeg dev libs and pkg-config to packages.txt for av==11.0.0 wheel build

OnyxMunk
a4f84397mo ago

Fix: revert to sdk: gradio (required for ZeroGPU), restore app_file

OnyxMunk
88eae257mo ago

Fix: remove app_file (invalid for Docker SDK) to clear configuration error

OnyxMunk
d9552ac7mo ago

Fix: switch sdk from gradio to docker so custom Dockerfile is used

OnyxMunk
39420407mo ago

Fix: restore full audiocraft-compatible deps with exact pins (av==11.0.0, xformers<0.0.23, demucs, all missing packages)

OnyxMunk
618829e7mo ago

Fix: remove demucs and xformers (source of av build failure)

OnyxMunk
1f854f57mo ago

Fix: add FFmpeg dev libs (libavformat-dev etc.) to fix av wheel build failure

OnyxMunk
36775017mo ago

Fix Dockerfile: use slim base, add git/ffmpeg, PyTorch extra-index-url, non-root user

OnyxMunk
b4450477mo ago

Fix requirements: pin torch, add audiocraft from GitHub, add all deps

OnyxMunk
2075e769mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
65358e09mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
756149a9mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
afb3e329mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
f07ccf39mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
5f65f7c9mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
ff9bd839mo ago

Upload packages.txt with huggingface_hub

OnyxMunk
47b321c9mo ago

Upload README.md with huggingface_hub

OnyxMunk
b44d7bd9mo ago

Upload requirements.txt with huggingface_hub

OnyxMunk
93e00ec9mo ago

Upload folder using huggingface_hub

OnyxMunk
8a299419mo ago

Upload app.py with huggingface_hub

OnyxMunk
964a3fc9mo ago

Upload README.md with huggingface_hub

OnyxMunk
e79f01710mo ago

Deploy: Simple Flask App Test

OnyxMunk