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

Cold_Chair發表於2024-11-06

跑一個 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 衝突了。

相關文章