Update unet/config.json
Browse files- unet/config.json +10 -1
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
@@ -10,6 +10,9 @@
|
|
10 |
1280
|
11 |
],
|
12 |
"center_input_sample": false,
|
|
|
|
|
|
|
13 |
"cross_attention_dim": 768,
|
14 |
"down_block_types": [
|
15 |
"CrossAttnDownBlock2D",
|
@@ -24,12 +27,18 @@
|
|
24 |
"in_channels": 4,
|
25 |
"layers_per_block": 2,
|
26 |
"mid_block_scale_factor": 1,
|
|
|
27 |
"norm_eps": 1e-05,
|
28 |
"norm_num_groups": 32,
|
29 |
"num_class_embeds": null,
|
30 |
"only_cross_attention": false,
|
31 |
"out_channels": 4,
|
|
|
|
|
32 |
"sample_size": 64,
|
|
|
|
|
|
|
33 |
"up_block_types": [
|
34 |
"UpBlock2D",
|
35 |
"CrossAttnUpBlock2D",
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.14.0.dev0",
|
4 |
"act_fn": "silu",
|
5 |
"attention_head_dim": 8,
|
6 |
"block_out_channels": [
|
|
|
10 |
1280
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
+
"class_embed_type": null,
|
14 |
+
"conv_in_kernel": 3,
|
15 |
+
"conv_out_kernel": 3,
|
16 |
"cross_attention_dim": 768,
|
17 |
"down_block_types": [
|
18 |
"CrossAttnDownBlock2D",
|
|
|
27 |
"in_channels": 4,
|
28 |
"layers_per_block": 2,
|
29 |
"mid_block_scale_factor": 1,
|
30 |
+
"mid_block_type": "UNetMidBlock2DCrossAttn",
|
31 |
"norm_eps": 1e-05,
|
32 |
"norm_num_groups": 32,
|
33 |
"num_class_embeds": null,
|
34 |
"only_cross_attention": false,
|
35 |
"out_channels": 4,
|
36 |
+
"projection_class_embeddings_input_dim": null,
|
37 |
+
"resnet_time_scale_shift": "default",
|
38 |
"sample_size": 64,
|
39 |
+
"time_cond_proj_dim": null,
|
40 |
+
"time_embedding_type": "positional",
|
41 |
+
"timestep_post_act": null,
|
42 |
"up_block_types": [
|
43 |
"UpBlock2D",
|
44 |
"CrossAttnUpBlock2D",
|