Set default context_img_len to 257

This commit is contained in:
comfyanonymous 2025-04-17 12:42:34 -04:00
parent c14429940f
commit dbcfd092a2

View File

@ -193,7 +193,7 @@ class WanAttentionBlock(nn.Module):
e,
freqs,
context,
context_img_len=None,
context_img_len=257,
):
r"""
Args: