Skip to content

Commit d868c1a

Browse files
committed
fix in text_encoders_ltx2.py
1 parent af1ab8a commit d868c1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/maxdiffusion/models/ltx2/text_encoders/text_encoders_ltx2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __init__(
102102
gemma_layers: int = 49, # Gemma-3 has 48 layers + 1 embedding layer output = 49 hidden states
103103
projection_dim: int = 3840,
104104
# Connector Config
105-
connector_heads: int = 32,
105+
connector_heads: int = 30,
106106
connector_head_dim: int = 128,
107107
connector_layers: int = 2,
108108
num_thinking_tokens: int = 128,

0 commit comments

Comments
 (0)