CoolFace
Modelpublic

Lukeguts/LongCat-Video

sourceHugging Facemitupdated 6mo agoView on Hugging Face
0likes4downloads
config.json29 linesDownload Raw Back to dit
1{2  "_class_name": "LongCatVideoTransformer3DModel",3  "_diffusers_version": "0.32.0",4  "adaln_tembed_dim": 512,5  "bsa_params":{6    "sparsity": 0.9375,7    "chunk_3d_shape_q": [4, 4, 4],8    "chunk_3d_shape_k": [4, 4, 4]9  },10  "caption_channels": 4096,11  "cp_split_hw": null,12  "depth": 48,13  "enable_bsa": false,14  "enable_flashattn3": false,15  "enable_flashattn2": true,16  "frequency_embedding_size": 256,17  "hidden_size": 4096,18  "in_channels": 16,19  "text_tokens_zero_pad": true,  20  "mlp_ratio": 4,21  "num_heads": 32,22  "out_channels": 16,23  "patch_size": [24    1,25    2,26    227  ]28}29