SeanScripts commited on
Commit
9037c48
1 Parent(s): 5ceea62

Create diffusion_transformer_384p/config.json

Browse files
diffusion_transformer_384p/config.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "PyramidDiffusionMMDiT",
3
+ "_diffusers_version": "0.30.0",
4
+ "attention_head_dim": 64,
5
+ "caption_projection_dim": 1536,
6
+ "in_channels": 16,
7
+ "joint_attention_dim": 4096,
8
+ "max_num_frames": 200,
9
+ "num_attention_heads": 24,
10
+ "num_layers": 24,
11
+ "patch_size": 2,
12
+ "pooled_projection_dim": 2048,
13
+ "pos_embed_max_size": 192,
14
+ "pos_embed_type": "sincos",
15
+ "qk_norm": "rms_norm",
16
+ "sample_size": 128,
17
+ "use_flash_attn": false,
18
+ "use_gradient_checkpointing": false,
19
+ "use_temporal_causal": true
20
+ }