We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9617a0 commit cc5f2ebCopy full SHA for cc5f2eb
1 file changed
src/maxdiffusion/models/ltx_2/transformer_ltx2.py
@@ -427,7 +427,7 @@ def __init__(
427
audio_sampling_rate: int = 16000,
428
audio_hop_length: int = 160,
429
num_layers: int = 48, # Shared arguments
430
- activation_fn: str = "gelu-approximate",
+ activation_fn: str = "gelu",
431
qk_norm: str = "rms_norm_across_heads",
432
norm_elementwise_affine: bool = False,
433
norm_eps: float = 1e-6,
0 commit comments