Mikubill / sd-webui-controlnet

WebUI extension for ControlNet
GNU General Public License v3.0
17.04k stars 1.96k forks source link

[Bug]: ip-adapter_sd15_vit-G #2617

Closed Kuvshin8 closed 7 months ago

Kuvshin8 commented 9 months ago

Is there an existing issue for this?

What happened?

ip-adapter_clip_sdxl and ip-adapter_clip_sd15 - don't work with ip-adapter_sd15_vit-G. We need vit-G for 1.5

Steps to reproduce the problem

  1. Go to controlnet
  2. Press ip-adapter_clip_sdxl and ip-adapter_sd15_vit-G
  3. don't work

What should have happened?

New ip-adapter_sd15_vit-G

Commit where the problem happens

controlnet

What browsers do you use to access the UI ?

No response

Command Line Arguments

ip-adapter_clip_sdxl and ip-adapter_sd15_vit-G

List of enabled extensions

controlnet

Console logs

File "/workspace/venv/lib/python3.10/site-packages/torch/nn/modules/linear.py", line 114, in forward
 return F.linear(input, self.weight, self.bias)
RuntimeError: mat1 and mat2 shapes cannot be multiplied (1x1024 and 1280x3072)

Additional information

No response

huchenlei commented 7 months ago

Should be addressed by https://github.com/Mikubill/sd-webui-controlnet/pull/2710.