CoolFace
Modelpublic

fal/LTX-2.3-FlashPack

sourceHugging Faceupdated 3mo agoView on Hugging Face
7likes322downloads
config.json27 linesDownload Raw Back to embeddings_processor
1{2  "_class_name": "LTX2EmbeddingsProcessorModel",3  "_diffusers_version": "0.37.1",4  "audio_apply_gated_attention": true,5  "audio_attention_head_dim": 64,6  "audio_double_precision_rope": true,7  "audio_num_attention_heads": 32,8  "audio_num_layers": 8,9  "audio_positional_embedding_max_pos": [10    2011  ],12  "audio_rope_type": "split",13  "feature_extractor_audio_dim": 128,14  "feature_extractor_embedding_dim": 4096,15  "feature_extractor_flat_dim": 3840,16  "feature_extractor_video_dim": 128,17  "video_apply_gated_attention": true,18  "video_attention_head_dim": 128,19  "video_double_precision_rope": true,20  "video_num_attention_heads": 32,21  "video_num_layers": 8,22  "video_positional_embedding_max_pos": [23    409624  ],25  "video_rope_type": "split"26}27