AttributeError: 'generator' object has no attribute 'image_embeddings'

#26
by MohamedRashad - opened

I have this error and i don't why its happening

It seems like github repo kashif/diffusers pushed new commits to wuerstchen-v3 branch which broke something.

To fix it I just did:

# remove the updated broken one, guessing it will eventually get fixed once it is merged
pip uninstall diffusers
# install an older one by referencing an earlier commit in that branch
pip install git+https://github.com/kashif/diffusers.git@a3dc213

Sign up or log in to comment