#With last version as in colab as on my computer I get this error "AttributeError: module 'diffuse...

15 messages · Page 1 of 1 (latest)

loud stone
#

With last version as in colab as on my computer I get this error and I can no more run Invoke AI:
AttributeError: module 'diffusers.models.attention' has no attribute 'CrossAttention'

river solar
#

i also have this error

#

is there any fix?

river solar
#

@loud stone i managed to fix it in my custom colab

#

just upload it to your colab

#

i did an extra step

#

you need to run first 3 blocks in setup

#

then you go to InvokeAI

#

then to pyproject.toml

#

and you can "diffusers[torch]~=0.14" to "diffusers[torch]~=0.14.0"

#

then run the rest of the blocks

#

i'm not sure if thats the thing that fixed it

loud stone
#

thanks but not working, I've also tried !pip install diffusers==0.14.0

#

and even !pip install --upgrade --force-reinstall diffusers==0.14.0