Skip to content
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

MusicGen models location and some are missing #81

Open
jhurlbut opened this issue Mar 26, 2024 · 2 comments
Open

MusicGen models location and some are missing #81

jhurlbut opened this issue Mar 26, 2024 · 2 comments

Comments

@jhurlbut
Copy link

Is there a way to delete models? Also, where are the models stored on disk? Some models are missing so I get errors when trying to generate

@boringtaskai
Copy link

boringtaskai commented Mar 27, 2024

Hi,

nendo keep their models (from musicgen-training) in the docker volume name models-cache, if you want to inpsect the volume you can run this

docker volume inspect nendo-platform_models-cache

and in my case, the result will be like this

[
    {
        "CreatedAt": "2024-03-10T16:29:23Z",
        "Driver": "local",
        "Labels": {
            "com.docker.compose.project": "nendo-platform",
            "com.docker.compose.version": "2.20.2",
            "com.docker.compose.volume": "models-cache"
        },
        "Mountpoint": "/var/lib/docker/volumes/nendo-platform_models-cache/_data",
        "Name": "nendo-platform_models-cache",
        "Options": null,
        "Scope": "local"
    }
]

in order to browse the files inside docker volume, you must mount it first or you browse from Docker Desktop from the Volume menu

@jhurlbut
Copy link
Author

Thanks, that's helpful info. It would be great to get a little model management inside Nendo like delete model, choose checkpoint, add to default list. Also, I deleted the models in the docker container but they still show up in the musicgen list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants