Skip to content

Commit 7d005fc

Browse files
committed
up
1 parent f909481 commit 7d005fc

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/diffusers/models/transformers/transformer_wan_s2v.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -840,8 +840,6 @@ class WanS2VTransformer3DModel(
840840
Epsilon value for normalization layers.
841841
add_img_emb (`bool`, defaults to `False`):
842842
Whether to use img_emb.
843-
image_dim (`int`, *optional*, defaults to `None`):
844-
The dimension of image embeddings. Set to `None` for S2V model as it doesn't use image conditioning.
845843
added_kv_proj_dim (`int`, *optional*, defaults to `None`):
846844
The number of channels to use for the added key and value projections. If `None`, no projection is used.
847845
zero_timestep (`bool`, defaults to `True`):
@@ -876,7 +874,6 @@ def __init__(
876874
cross_attn_norm: bool = True,
877875
qk_norm: Optional[str] = "rms_norm_across_heads",
878876
eps: float = 1e-6,
879-
image_dim: Optional[int] = None,
880877
added_kv_proj_dim: Optional[int] = None,
881878
rope_max_seq_len: int = 1024,
882879
enable_framepack: bool = True,

0 commit comments

Comments
 (0)