File size: 484 Bytes
5a116fa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"_class_name": "LTXVideoTransformer3DModel",
"_diffusers_version": "0.33.1",
"activation_fn": "gelu-approximate",
"attention_bias": true,
"attention_head_dim": 8,
"attention_out_bias": true,
"caption_channels": 32,
"cross_attention_dim": 32,
"in_channels": 8,
"norm_elementwise_affine": false,
"norm_eps": 1e-06,
"num_attention_heads": 4,
"num_layers": 1,
"out_channels": 8,
"patch_size": 1,
"patch_size_t": 1,
"qk_norm": "rms_norm_across_heads"
}
|