Yihong Luo
commited on
Upload 2 files
Browse files- config.json +9 -1
- corgi_imgs.jpg +0 -0
config.json
CHANGED
@@ -1,15 +1,19 @@
|
|
1 |
{
|
2 |
"_class_name": "Transformer2DModel",
|
3 |
-
"_diffusers_version": "0.
|
|
|
4 |
"activation_fn": "gelu-approximate",
|
5 |
"attention_bias": true,
|
6 |
"attention_head_dim": 72,
|
7 |
"attention_type": "default",
|
8 |
"caption_channels": 4096,
|
9 |
"cross_attention_dim": 1152,
|
|
|
10 |
"double_self_attention": false,
|
11 |
"dropout": 0.0,
|
12 |
"in_channels": 4,
|
|
|
|
|
13 |
"norm_elementwise_affine": false,
|
14 |
"norm_eps": 1e-06,
|
15 |
"norm_num_groups": 32,
|
@@ -19,9 +23,13 @@
|
|
19 |
"num_layers": 28,
|
20 |
"num_vector_embeds": null,
|
21 |
"only_cross_attention": false,
|
|
|
22 |
"out_channels": 8,
|
23 |
"patch_size": 2,
|
|
|
24 |
"sample_size": 64,
|
25 |
"upcast_attention": false,
|
|
|
|
|
26 |
"use_linear_projection": false
|
27 |
}
|
|
|
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,
|
|
|
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 |
}
|
corgi_imgs.jpg
ADDED
![]() |