Skip to content

Commit 80af83f

Browse files
Charchit SharmaCharchit Sharma
authored andcommitted
quality fix
1 parent e8ced4c commit 80af83f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffusers/models/transformers/transformer_wan.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,11 +362,11 @@ def __init__(
362362

363363
h_dim = w_dim = 2 * (attention_head_dim // 6)
364364
t_dim = attention_head_dim - h_dim - w_dim
365-
365+
366366
self.t_dim = t_dim
367367
self.h_dim = h_dim
368368
self.w_dim = w_dim
369-
369+
370370
freqs_dtype = torch.float32 if torch.backends.mps.is_available() else torch.float64
371371

372372
freqs_cos = []

0 commit comments

Comments
 (0)