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

[FEATURE REQUEST] automaticaly saving files into a folder called "outputs" #232

Open StableInfo opened 1 year ago

StableInfo commented 1 year ago

Basically the title, instead of having to download the music generated one by one, I would like the files to be availble inside a folder called "outputs".

GrandaddyShmax commented 1 year ago

I personally did such option on my repo, it stores them inside output folder and separates to dates and file type. If you're interested here is the repo: https://github.com/GrandaddyShmax/audiocraft_plus