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.59k stars 2.09k forks source link

[Documentation] Please include the links to the models that stored in Hugging Face #200

Closed SzilvasiPeter closed 1 year ago

SzilvasiPeter commented 1 year ago

Please provide quick access to the models by including the Hugging Face links.

For example: MusicGen - Medium - 1.5B link: https://huggingface.co/facebook/musicgen-medium AudioGen - Medium - 1.5B link: https://huggingface.co/facebook/audiogen-medium Encodec - 32khz link: https://huggingface.co/facebook/encodec_32khz

SzilvasiPeter commented 1 year ago

I have just found a place for the hugging face links.

MusicGen: https://github.com/facebookresearch/audiocraft/blob/main/docs/MUSICGEN.md AudioGen: https://github.com/facebookresearch/audiocraft/blob/main/docs/AUDIOGEN.md Encodec: https://github.com/facebookresearch/audiocraft/blob/main/docs/ENCODEC.md

I am closing the issue.