-
Notifications
You must be signed in to change notification settings - Fork 723
models downloaded by diffusers 0.10 do not appear in scan-cache #1259
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
Comments
Hi @keturn, thank you for reporting. Could you print the output of
please ? Not sure yet what could have happened here that makes the snapshot directory missing. cc @patrickvonplaten @pcuenca also. Could it be that |
the directory under hub is empty, but there's another directory under diffusers with stuff in it directory tree
|
Oh I see. Then you can run
@patrickvonplaten @pcuenca is this the default behavior in In any case, @keturn feel free to close this issue once it's resolved on your side :) |
Closing this issue as it is now tracked in |
Describe the bug
I downloaded several models with
diffusers.StableDiffusionPipeline.from_pretrained
. They download successfully and work just fine, but then when I go to try to figure out how to recover some disk space, I see they do not appear in the output ofhuggingface-cli scan-cache
, neither as line-items nor accounted for in the reported total size on disk.The output does say
Got 11 warning(s) while scanning. Use -vvv to print details.
the rest of those 11 warnings being of the "Snapshots dir doesn't exist in cached repo" type.
Reproduction
Logs
No response
System info
The text was updated successfully, but these errors were encountered: