facebookresearch / audiocraft

Audiocraft is a library for audio processing and generation with deep learning. It features the state-of-the-art EnCodec audio compressor / tokenizer, along with MusicGen, a simple and controllable music generation LM with textual and melodic conditioning.
MIT License
20.19k stars 2.01k forks source link

Looping for MusicGen #222

Open ElizavetaSedova opened 10 months ago

ElizavetaSedova commented 10 months ago

Hello, great job! I'm wondering if there is a way to loop the generation? I would like to get looping, as some other models for generating music can. Is it possible for MusicGen?

nateraw commented 10 months ago

Check this out: https://replicate.com/facebookresearch/musicgen. Code can be found here

gregorym commented 7 months ago

Check this out: https://replicate.com/facebookresearch/musicgen. Code can be found here

How do you configure it to loop from Replicate? i don't see that setting.