Upload transformer_config.json
Browse files- transformer_config.json +20 -0
transformer_config.json
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "SanaTransformer2DModel",
|
3 |
+
"_diffusers_version": "0.32.0.dev0",
|
4 |
+
"attention_bias": false,
|
5 |
+
"attention_head_dim": 32,
|
6 |
+
"caption_channels": 2304,
|
7 |
+
"cross_attention_dim": 2240,
|
8 |
+
"cross_attention_head_dim": 112,
|
9 |
+
"dropout": 0.0,
|
10 |
+
"in_channels": 32,
|
11 |
+
"mlp_ratio": 2.5,
|
12 |
+
"norm_elementwise_affine": false,
|
13 |
+
"norm_eps": 1e-06,
|
14 |
+
"num_attention_heads": 70,
|
15 |
+
"num_cross_attention_heads": 20,
|
16 |
+
"num_layers": 20,
|
17 |
+
"out_channels": 32,
|
18 |
+
"patch_size": 1,
|
19 |
+
"sample_size": 32
|
20 |
+
}
|