-
Hi, does anyone have a Google Colab for training the MusicGen model? I looked through this repo's README and @camenduru's repos but no luck. Sorry if I missed it. Thank you!
-
I swapped out the Torch attention function for Flash Attention 2 in the MusicGen project [here](https://github.com/facebookresearch/audiocraft/blob/6b23f77215dd5bd7cc6628e447294cc477b10cb7/audiocraft/…
-
Hi AudioCraft Team,
While generating music clips with MusicGen on Windows 11, I've noticed my CPU cores are heavily utilized, whereas my NVIDIA GPU Laptop (16GB VRAM) usage is minimal (~5-10%). Thi…
-
Add a large music model to find a song from your liked songs for example, based on a musically descriptive prompt.
check out:
https://huggingface.co/facebook/musicgen-large
cool project anyways…
-
Resources:
https://www.assemblyai.com/blog/recent-developments-in-generative-ai-for-audio/
https://colab.research.google.com/github/sanchit-gandhi/notebooks/blob/main/MusicGen.ipynb
-
File "musicgen_app.py", line 25, in
from audiocraft.models import MusicGen, MultiBandDiffusion
ImportError: cannot import name 'MultiBandDiffusion' from 'audiocraft.models' (C:\directory\main…
-
I have been trying to integrate the DAC codes into LLM training. However, I encountered challenges in achieving satisfactory predictions with LLMs, such as VALLE. Has anyone, including the authors, su…
-
I would like to perform finetuning on a small musicgen model. I have a dataset consisting of different short sounds. Actually, it's not big. But I successfully trained on the melodies of one instrumen…
-
Hi Bro,
What's up?
Is there possibility you can update to include the stereo models of musicgen? maybe no need to make stereo effect.
-
I have observed that when playing back the waveform in certain audio players, the sound is routed only to the left speaker. This issue seems to occur when the player relies on the speaker channel mapp…