SDXL Error : "The shape of the 2D attn_mask is torch.Size([77, 77]), but should be (1, 1)"

跑一个 SDXL 模型也不知道为什么就出现这个问题。

上网搜了下发现这么个 issue:
https://github.com/kijai/ComfyUI-SUPIR/issues/143

直接装 open-clip-torch 的旧版本:

pip install open-clip-torch==2.24.0

猜测这个 bug 的原因是:
open_clip_torch 后续更新了改了些什么东西,导致和旧仓库的 dalle2-pytorch 或者 git+https://github.com/openai/CLIP.git 冲突了。

posted @ 2024-11-06 15:13  Cold_Chair  阅读(70)  评论(0编辑  收藏  举报