LanguageBind commited on
Commit
bcc9f87
·
verified ·
1 Parent(s): c4d5e17

Upload mixnorm/checkpoint-309125/model/config.json with huggingface_hub

Browse files
mixnorm/checkpoint-309125/model/config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "OpenSoraT2I",
3
+ "_diffusers_version": "0.30.2",
4
+ "_name_or_path": "t2i_ablation_arch/mixnorm/checkpoint-270500/model",
5
+ "activation_fn": "gelu-approximate",
6
+ "attention_bias": true,
7
+ "attention_head_dim": 64,
8
+ "caption_channels": 4096,
9
+ "caption_channels_2": null,
10
+ "conv_ffn": false,
11
+ "conv_out": false,
12
+ "dropout": 0.0,
13
+ "explicit_uniform_rope": false,
14
+ "in_channels": 32,
15
+ "interpolation_scale_h": 1.0,
16
+ "interpolation_scale_t": 1.0,
17
+ "interpolation_scale_w": 1.0,
18
+ "layerwise_text_mlp": false,
19
+ "norm_cls": "fp32_layer_norm",
20
+ "norm_elementwise_affine": true,
21
+ "norm_eps": 1e-06,
22
+ "norm_skip": false,
23
+ "num_attention_heads": 24,
24
+ "num_layers": [
25
+ 12,
26
+ 1,
27
+ 12
28
+ ],
29
+ "out_channels": 32,
30
+ "patch_size": 2,
31
+ "patch_size_t": 1,
32
+ "pooled_projection_dim": 0,
33
+ "prenorm_num": 12,
34
+ "sample_size_h": 16,
35
+ "sample_size_t": 1,
36
+ "sample_size_w": 16,
37
+ "sandwich_norm": false,
38
+ "skip_connection": false,
39
+ "sparse1d": false,
40
+ "sparse_n": 2,
41
+ "time_as_text_token": false,
42
+ "time_as_x_token": false,
43
+ "timestep_embed_dim": 512,
44
+ "use_text_dim": false
45
+ }