AI绘画(sd webui)报错mat1 and mat2 shapes cannot be multiplied的处理

AI绘画(sd webui)报错mat1 and mat2 shapes cannot be multiplied的处理

码农世界 2024-05-24 后端 66 次浏览 0个评论

问题描述

在用webui转换游戏图标的风格时,使用controlnet固定图标样式,运行报错:RuntimeError: mat1 and mat2 shapes cannot be multiplied (154x1024 and 768x320),报错说的是pytorch在进行矩阵乘法运算时,第一个矩阵的行数与第二矩阵的列数不相等,无法作乘法。

解决方法

一头雾水,查了github,google,百度都未找到解决方法,为了后续人少踩坑,把写问题记一下。当更换当前大模型后,再用同样的参数画图,然后就没报错了。

所以,解决方法是:更换大模型!

声明:不一定对,仅供参考,不喜勿喷。


AI绘画(sd webui)报错mat1 and mat2 shapes cannot be multiplied的处理

转载请注明来自码农世界,本文标题:《AI绘画(sd webui)报错mat1 and mat2 shapes cannot be multiplied的处理》

百度分享代码,如果开启HTTPS请参考李洋个人博客
每一天,每一秒,你所做的决定都会改变你的人生!

发表评论

快捷回复:

评论列表 (暂无评论,66人围观)参与讨论

还没有评论,来说两句吧...

Top