File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
src/diffusers/models/transformers Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments