kijai/ComfyUI-BrushNet-Wrapper

Trying to set a tensor of shape torch.Size([640, 640]) in "weight" (which has shape torch.Size([640, 640, 1, 1])), this look incorrect.

ziziguai opened this issue · 2 comments

Error occurred when executing brushnet_model_loader:

Trying to set a tensor of shape torch.Size([640, 640]) in "weight" (which has shape torch.Size([640, 640, 1, 1])), this look incorrect.

why do i get this error? image error?

Sounds like you're trying to use a SDXL model, this is not supported right now, the SDXL model they have released is unfinished and I haven't added support for that yet overall either.

ok,thanks