mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-08-16 04:43:30 +08:00
Set default context_img_len to 257
This commit is contained in:
parent
9601e9e909
commit
b16e60eafd
@ -193,7 +193,7 @@ class WanAttentionBlock(nn.Module):
|
||||
e,
|
||||
freqs,
|
||||
context,
|
||||
context_img_len=None,
|
||||
context_img_len=257,
|
||||
):
|
||||
r"""
|
||||
Args:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user