-
Notifications
You must be signed in to change notification settings - Fork 90
The model weights were updated 17 hours ago and now loading them causes the error #14
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
updated transformers to 4.25.0.dev0 With this version I get the following error: |
Same error:
Any solution? |
@artyemk this one with CLIPImageProcessor is solved by installing 4.25.0.dev0 transformers version from transformers repo. In the nets configs they mention that they work with this version, but the next error with getattr() i haven't solved yet |
Other solution is to checkout previous version of nets configs and weights |
@KyriaAnnwyn I tried to solve this issue by running
But now I get another error:
|
@artyemk seems like the version of transformers you got is 4.24. Check this please |
I'm getting the same error. Trying to install 4.25.0.dev0 but i'm not sure how. Any advice?
|
I was able to solve installing
However now I am also getting the error.
|
install the following version of transformers:
run the following script:
|
I solved this issue by initializing pipe like this:
|
@artyemk @hniksoleimani this makes you use old version of weights, but more interesting to test the new ones! |
@hniksoleimani @artyemk
Thank you this works, however now i'm curious is there a way to run this with a lower memory GPU? for example I see people use Thanks again for your feedback. I am running on Nvidia 3070 with 8GB. |
Error message when loading new weights from lambdalabs/sd-image-variations-diffusers:
AttributeError: module transformers has no attribute CLIPImageProcessor
The text was updated successfully, but these errors were encountered: