kijai / ComfyUI-BrushNet-Wrapper

ComfyUI nodes to use BrushNet with Diffusers
Apache License 2.0
129 stars 6 forks source link

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. #21

Open ziziguai opened 5 months ago

ziziguai commented 5 months ago

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?

kijai commented 5 months ago

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.

ziziguai commented 4 months ago

ok,thanks