mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 09:36:36 +08:00
Fix issue.
This commit is contained in:
parent
f3d2ce6aa3
commit
f88fa3a5e2
@ -358,7 +358,7 @@ def attention_xformers(q, k, v, heads, mask=None, attn_precision=None, skip_resh
|
||||
disabled_xformers = True
|
||||
|
||||
if disabled_xformers:
|
||||
return attention_pytorch(q, k, v, heads, mask)
|
||||
return attention_pytorch(q, k, v, heads, mask, skip_reshape=skip_reshape)
|
||||
|
||||
if skip_reshape:
|
||||
q, k, v = map(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user