Skip to content

Commit f2cbf5a

Browse files
committed
debug
1 parent e7047f7 commit f2cbf5a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/maxdiffusion/models/ltx_2/transformer_ltx2.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,6 +507,8 @@ def __init__(
507507
rngs=rngs, in_features=self.caption_channels, hidden_size=audio_inner_dim, dtype=self.dtype, weights_dtype=self.weights_dtype
508508
)
509509

510+
print(f"DEBUG IN INIT: inner_dim={inner_dim}, num_attention_heads={num_attention_heads}, attention_head_dim={attention_head_dim}")
511+
510512
# 3. Timestep Modulation Params and Embedding
511513
self.time_embed = LTX2AdaLayerNormSingle(
512514
rngs=rngs, embedding_dim=inner_dim, num_mod_params=6, use_additional_conditions=False, dtype=self.dtype, weights_dtype=self.weights_dtype

0 commit comments

Comments
 (0)