We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa526b1 commit e4e281cCopy full SHA for e4e281c
1 file changed
src/maxdiffusion/models/ltx2/transformer_ltx2.py
@@ -696,13 +696,15 @@ def __init__(
696
hidden_size=inner_dim,
697
dtype=self.dtype,
698
weights_dtype=self.weights_dtype,
699
+ sharding_specs=self.sharding_specs,
700
)
701
self.audio_caption_projection = NNXPixArtAlphaTextProjection(
702
rngs=rngs,
703
in_features=self.caption_channels,
704
hidden_size=audio_inner_dim,
705
706
707
708
709
# 3. Timestep Modulation Params and Embedding
710
self.time_embed = LTX2AdaLayerNormSingle(
0 commit comments