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.5k stars 2.06k forks source link

Solo instrument play #263

Open BufferOverflowx86 opened 11 months ago

BufferOverflowx86 commented 11 months ago

Seems like audiocraft does not recognize prompts for solo instrument track - it always adds some other instruments. I can add an instrument using prompt, but not exclude it. This feature is very needed, especially when used in musicgen-melody model

adamfils2 commented 10 months ago

I think you will need to finetune the model on solo instrumentals to achieve this. @BufferOverflowx86