Skip to content

Commit b095b61

Browse files
authored
Merge branch 'main' into fix-chrono-edit-cp
2 parents c6d8353 + 67dc65e commit b095b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/models/autoencoders/autoencoder_kl_wan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -971,7 +971,7 @@ def __init__(
971971
base_dim: int = 96,
972972
decoder_base_dim: Optional[int] = None,
973973
z_dim: int = 16,
974-
dim_mult: Tuple[int, ...] = (1, 2, 4, 4),
974+
dim_mult: List[int] = [1, 2, 4, 4],
975975
num_res_blocks: int = 2,
976976
attn_scales: List[float] = [],
977977
temperal_downsample: List[bool] = [False, True, True],

0 commit comments

Comments
 (0)