YuCollection commited on
Commit
4bcab22
·
verified ·
1 Parent(s): a50f614

Upload transformer/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. transformer/config.json +26 -0
transformer/config.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "LensTransformer2DModel",
3
+ "_diffusers_version": "0.37.1",
4
+ "attention_head_dim": 64,
5
+ "axes_dims_rope": [
6
+ 8,
7
+ 28,
8
+ 28
9
+ ],
10
+ "enc_hidden_dim": 2880,
11
+ "gate_mlp": true,
12
+ "in_channels": 128,
13
+ "inner_dim": 1536,
14
+ "multi_layer_encoder_feature": true,
15
+ "num_attention_heads": 24,
16
+ "num_layers": 48,
17
+ "out_channels": 32,
18
+ "patch_size": 2,
19
+ "rms_norm": true,
20
+ "selected_layer_index": [
21
+ 5,
22
+ 11,
23
+ 17,
24
+ 23
25
+ ]
26
+ }