Instructions to use AEmotionStudio/musicgen-style-models with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Audiocraft
How to use AEmotionStudio/musicgen-style-models with Audiocraft:
from audiocraft.models import MusicGen model = MusicGen.get_pretrained("AEmotionStudio/musicgen-style-models") descriptions = ['happy rock', 'energetic EDM', 'sad jazz'] wav = model.generate(descriptions) # generates 3 samples. - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!