RuntimeError: Error(s) in loading state_dict for StableCascadeUnet:
RuntimeError: Error(s) in loading state_dict for StableCascadeUnet:
size mismatch for embedding.1.weight: copying a param with shape torch.Size([320, 16, 1, 1]) from checkpoint, the shape in current model is torch.Size([320, 64, 1, 1]).
You may consider adding ignore_mismatched_sizes=True in the model from_pretrained method.
getting this as well.
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
Works for me. Thanks!
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
Works for me. Thanks!
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
Works for me, Thanks!
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
Works for me, Thanks. Ubuntu 20.04.6 LTS
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
I tried this method, but I couldn't download it.
after looking through some other bugs, found this. It fixed it for me. The documentation on hugging face for the version to install must be newer, but broken.
pip install git+https://github.com/kashif/diffusers.git@a3dc21385b7386beb3dab3a9845962ede6765887 --force
Works for me. Thanks!