-
Notifications
You must be signed in to change notification settings - Fork 0
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
Hello, on line 95 of the ldm/modules/encoders/modules.py file, the parameter version passed in is /data/pretrained/clip-vit-large-patch14, right? Where can I download this file from? #13
Comments
ldm/modules/encoders/modules.py
file, the parameter version
passed in is /data/pretrained/clip-vit-large-patch14
, right? Where can I download this file from?ldm/modules/encoders/modules.py
file
ldm/modules/encoders/modules.py
file
You can set the parameter version as "openai/clip-vit-large-patch14" to download from hugging face. |
Thank you for your reply, but there is a new question : raise RuntimeError(f"Error(s) in loading state_dict for {model.class.name}:\n\t{error_msg}") The dimensions don't match, and I tried the three weight files you provided, but I still get an error. I'm looking forward to your reply. |
We will check this issue. We are a bit busy with other matters recently. Please understand. |
hello, i meet the same question. Have you solved it? |
No description provided.
The text was updated successfully, but these errors were encountered: