Skip to content

Commit 3568e91

Browse files
authored
Update src/diffusers/models/transformers/transformer_wan.py
1 parent 4476402 commit 3568e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/transformers/transformer_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class WanAttnProcessor:
7070
def __init__(self):
7171
if not hasattr(F, "scaled_dot_product_attention"):
7272
raise ImportError(
73-
"WanAttnProcessor2_0 requires PyTorch 2.0. To use it, please upgrade PyTorch to version 2.0 or higher."
73+
"WanAttnProcessor requires PyTorch 2.0. To use it, please upgrade PyTorch to version 2.0 or higher."
7474
)
7575

7676
def __call__(

0 commit comments

Comments
 (0)