Upload transformer/config.json with huggingface_hub
Browse files- transformer/config.json +25 -0
transformer/config.json
ADDED
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Step1XEditTransformer2DModel",
|
3 |
+
"_diffusers_version": "0.35.0.dev0",
|
4 |
+
"attention_head_dim": 128,
|
5 |
+
"axes_dims_rope": [
|
6 |
+
16,
|
7 |
+
56,
|
8 |
+
56
|
9 |
+
],
|
10 |
+
"connector_depth": 2,
|
11 |
+
"connector_heads_num": 32,
|
12 |
+
"connector_hidden_size": 4096,
|
13 |
+
"connector_in_channels": 3584,
|
14 |
+
"connector_need_CA": false,
|
15 |
+
"guidance_embeds": false,
|
16 |
+
"in_channels": 64,
|
17 |
+
"joint_attention_dim": 4096,
|
18 |
+
"num_attention_heads": 24,
|
19 |
+
"num_layers": 19,
|
20 |
+
"num_single_layers": 38,
|
21 |
+
"out_channels": 64,
|
22 |
+
"patch_size": 1,
|
23 |
+
"timestep_in_dim": 256,
|
24 |
+
"vector_in_dim": 768
|
25 |
+
}
|