-
Hey thanks for your work, I use this UI every day :)
I don't know if you've seen this project https://github.com/chavinlo/musicgen_trainer
It would be great to do a training/generation implementat…
-
I've been struggling trying to debug `RuntimeError: CUDA error: an illegal instruction was encountered` for a while, until I tried to train on an A100 card which works. Steps to reproduce
```
dora…
-
Hi,
I'm currently retraining MusicGen with 200k audio files. I have access to 4xA100 80GB GPUs, which is enough to train a 420.37M param model (small config) out of the box with this command -
`dor…
-
I have the old 0.0.02a working in another location.
Install without errors using [ pip install -e . ]
Running the musicgen app complains of dependencies.
```
S:\Ai\Repos\audiocraft>python -m…
-
Your code is really helpful to us for our very important project.
So, firstly thanks a lot for your help but we are facing an error in the file 'Combined Background Music.ipynb
how to resolve the er…
sajzz updated
3 years ago
-
How you connect the MusicGen modules in order to generate audio clip? Thanks
At this time I did this way:
-
When using musicgen the process completes and all files are created, but I have blocked network traffic out and this causes an error. If you enable multi band after this, there is a chance that there …
-
Hello there, everybody!
There's an error when I'm doing after 4-5 minutes on both MusicGen and AudioGen via AudioCraft Plus on Huggingface Space and Google Colab, can you fix this problem, please, …
-
Conditioners are defined in `config/conditioner` like [chroma2music.yaml](https://github.com/facebookresearch/audiocraft/blob/main/config/conditioner/chroma2music.yaml). The `chroma` model's parameter…
-
First of all, great project!
One question though: in the original paper, you mentioned using a four quantizer Encodec for MusicGen training, with a pretty large stride (50 Hz). This will produce a …