Upload config.json
Browse files- old/config.json +35 -0
old/config.json
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "Transformer2DModel",
|
3 |
+
"_diffusers_version": "0.26.0",
|
4 |
+
"_name_or_path": "PixArt-alpha/PixArt-XL-2-512x512",
|
5 |
+
"activation_fn": "gelu-approximate",
|
6 |
+
"attention_bias": true,
|
7 |
+
"attention_head_dim": 72,
|
8 |
+
"attention_type": "default",
|
9 |
+
"caption_channels": 4096,
|
10 |
+
"cross_attention_dim": 1152,
|
11 |
+
"decay": 0.9999,
|
12 |
+
"double_self_attention": false,
|
13 |
+
"dropout": 0.0,
|
14 |
+
"in_channels": 4,
|
15 |
+
"inv_gamma": 1.0,
|
16 |
+
"min_decay": 0.0,
|
17 |
+
"norm_elementwise_affine": false,
|
18 |
+
"norm_eps": 1e-06,
|
19 |
+
"norm_num_groups": 32,
|
20 |
+
"norm_type": "ada_norm_single",
|
21 |
+
"num_attention_heads": 16,
|
22 |
+
"num_embeds_ada_norm": 1000,
|
23 |
+
"num_layers": 28,
|
24 |
+
"num_vector_embeds": null,
|
25 |
+
"only_cross_attention": false,
|
26 |
+
"optimization_step": 30000,
|
27 |
+
"out_channels": 8,
|
28 |
+
"patch_size": 2,
|
29 |
+
"power": 0.6666666666666666,
|
30 |
+
"sample_size": 64,
|
31 |
+
"upcast_attention": false,
|
32 |
+
"update_after_step": 0,
|
33 |
+
"use_ema_warmup": false,
|
34 |
+
"use_linear_projection": false
|
35 |
+
}
|