#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 i managed to fix it in my custom colab
you can get it here
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