Skip to content

Commit 326b98d

Browse files
author
J石页
committed
NPU Adaption for Sanna
1 parent 2c3b117 commit 326b98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/transformers/sana_transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def __init__(
127127
dropout=dropout,
128128
bias=True,
129129
out_bias=attention_out_bias,
130-
processor=AttnProcessor2_0,
130+
processor=AttnProcessor2_0(),
131131
)
132132

133133
# 3. Feed-forward

0 commit comments

Comments
 (0)