Skip to content

Commit 59c4024

Browse files
committed
up
1 parent aa003f2 commit 59c4024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/transformers/transformer_skyreels_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def apply_rotary_emb(
124124
key = apply_rotary_emb(key, *rotary_emb)
125125

126126
if not attn.is_cross_attention:
127-
attention_backend = "_native_flash"
127+
attention_backend = "flash"
128128
else:
129129
attention_backend = "flash_varlen"
130130

0 commit comments

Comments
 (0)