-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
openai/clip-vit-large-patch14 not detected #6321
Comments
i meet the same problem, where to save configuration file ? |
More minimal reproduction is preferred. We don't what Can we keep the reproduction complete, minimal, and within the scope of |
@sayakpaul I updated it. There's virtually no difference between StableDiffusionRubberPipeline and StableDiffusionPipeline. I forgot to remove 1 word. Also, I may have found a solution but am unsure. I just removed local_files_only=True from from_single_file in the pipeline. It worked, but this doesn't seem right to me. |
Cc: @DN6 |
i fix this bug . i put the SD model in "diffusers/scripts/stabilityai/stable-diffusion-2" this directory. and change the name by "mv stable-diffusion-2-1-base/ stable-diffusion-2". |
@alexblattner I'm unable to reproduce this. Would you be able to share how you're setting your cache directory and can you confirm the CLIP model is downloaded there? If you run
|
@DN6 are you using local_files_only? model_cache
|
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread. Please note that issues that do not follow the contributing guidelines are likely to be ignored. |
@alexblattner |
@DN6 I ended up physically downloading the model and it worked. It's odd that it never has despite all the different previous runs. I hope the newest version does that though |
Hello @alexblattner I am facing a similar issue when loading
I can switch
I am running diffusers in a Linux Docker container and I would like to avoid downloading anything. Could you please tell me:
Thank you |
@alexisrolland Would you mind creating a new issue for this question since this one is closed? |
Thank you for your message! Actually I found a solution through this thread: The trick was to have the openai and lion CLIP models placed at the root alongside my main Python script that uses diffusers. |
Describe the bug
In my cog environment, for some reason, it refuses to detect the already downloaded clip.
Reproduction
Logs
System Info
diffusers
version: 0.25.0.dev0Who can help?
@yiyixuxu @DN6 @sayakpaul @patrickvonplaten
The text was updated successfully, but these errors were encountered: