-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem loading new stereo music gen models (mac-os-fix) #56
Comments
Found some custom model loading documentation through musicgen discord https://discord.gg/WACPtUqH. https://docs.google.com/document/d/1Sjx-zk5KkpHX7HIRLb6tHNacGks-XJ_cdvQTyUoBNkE/edit Suggests both Trying hacky workaround to replace existing symlinks in |
Could you please update the server link in discord or give working instructions on how to make the stereo model work in this GUI?
|
commit 882222d branch mac-os-fix
I'm having a problem loading a custom model, new stereo one. Largely new to Torch and Gradio so I think I'm doing it wrong..
I download the
state_dict.bin
from https://huggingface.co/facebook/musicgen-stereo-melody/tree/main and save it asmusicgen-stereo-melody.pt
inmodels/
.Gradio app finds file and I set following configuration for model in UI:
But when generating it Gradio gives error as something seems to be in wrong format:
What would be the correct steps to get this working?
I assume I messed up cause I don't have the
compression_state_dict.bin
used but I couldn't figure out how to put that into models folder with.pt
file extension that gradio app looks for.Apple M1 Pro, 16GB model.
The text was updated successfully, but these errors were encountered: