arda-argmax commited on
Commit
6996d26
·
verified ·
1 Parent(s): ffd513b

Upload mmdit_2b/config.json

Browse files
Files changed (1) hide show
  1. mmdit_2b/config.json +12 -0
mmdit_2b/config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "depth": 24,
3
+ "mlp_ratio": 4,
4
+ "vae_latent_dim": 16,
5
+ "layer_norm_eps": 1e-06,
6
+ "max_latent_resolution": 96,
7
+ "patch_size": 2,
8
+ "pooled_text_embed_dim": 2048,
9
+ "token_level_text_embed_dim": 4096,
10
+ "frequency_embed_dim": 256,
11
+ "max_period": 10000
12
+ }