We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4476402 commit 3568e91Copy full SHA for 3568e91
src/diffusers/models/transformers/transformer_wan.py
@@ -70,7 +70,7 @@ class WanAttnProcessor:
70
def __init__(self):
71
if not hasattr(F, "scaled_dot_product_attention"):
72
raise ImportError(
73
- "WanAttnProcessor2_0 requires PyTorch 2.0. To use it, please upgrade PyTorch to version 2.0 or higher."
+ "WanAttnProcessor requires PyTorch 2.0. To use it, please upgrade PyTorch to version 2.0 or higher."
74
)
75
76
def __call__(
0 commit comments