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.92k stars 2.14k forks source link

My C drive is full! #100

Open guzuligo opened 1 year ago

guzuligo commented 1 year ago

Is it possible to download the model elsewhere? It seems all models are downloaded on C despite the files being on an external drive.

sdbds commented 1 year ago

you can try my windows one-click install version,it will download in you put drive https://github.com/sdbds/audiocraft-webui

gitihobo commented 1 year ago

Maybe a command argument with another path would be good, help us out friends!

olamedia commented 1 year ago

set MUSICGEN_ROOT=

gitihobo commented 1 year ago

where do you put it?

olamedia commented 1 year ago

I use custom bat file, it's an environment var

set MUSICGEN_ROOT=<MODELS_FOLDER>
call python app.py --inbrowser