Closed zhaoyun0071 closed 9 months ago
IP Adapter Plus and IP Adapter Full are not supported in diffusers 0.24.0. If you want to use one of them, you can clone the repository and use the current version
Or do pip install git+https://github.com/huggingface/diffusers
.
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
Describe the bug
pipeline.load_ip_adapter("h94/IP-Adapter", subfolder="models", weight_name="ip-adapter-full-face_sd15.bin")
diffusers\loaders\unet.py", line 711, in _load_ip_adapter_weights clip_embeddings_dim = state_dict["image_proj"]["proj.weight"].shape[-1] KeyError: 'proj.weight'
Reproduction
Logs
No response
System Info
diffusers 0.24.0
Who can help?
No response