Update unet/config.json
Browse files- unet/config.json +2 -5
unet/config.json
CHANGED
@@ -1,12 +1,11 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
7 |
"addition_time_embed_dim": null,
|
8 |
"attention_head_dim": 8,
|
9 |
-
"attention_type": "default",
|
10 |
"block_out_channels": [
|
11 |
320,
|
12 |
640,
|
@@ -27,7 +26,6 @@
|
|
27 |
"DownBlock2D"
|
28 |
],
|
29 |
"downsample_padding": 1,
|
30 |
-
"dropout": 0.0,
|
31 |
"dual_cross_attention": false,
|
32 |
"encoder_hid_dim": null,
|
33 |
"encoder_hid_dim_type": null,
|
@@ -48,7 +46,6 @@
|
|
48 |
"resnet_out_scale_factor": 1.0,
|
49 |
"resnet_skip_time_act": false,
|
50 |
"resnet_time_scale_shift": "default",
|
51 |
-
"reverse_transformer_layers_per_block": null,
|
52 |
"sample_size": 96,
|
53 |
"time_cond_proj_dim": null,
|
54 |
"time_embedding_act_fn": null,
|
@@ -64,4 +61,4 @@
|
|
64 |
],
|
65 |
"upcast_attention": null,
|
66 |
"use_linear_projection": false
|
67 |
-
}
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.18.0.dev0",
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": null,
|
6 |
"addition_embed_type_num_heads": 64,
|
7 |
"addition_time_embed_dim": null,
|
8 |
"attention_head_dim": 8,
|
|
|
9 |
"block_out_channels": [
|
10 |
320,
|
11 |
640,
|
|
|
26 |
"DownBlock2D"
|
27 |
],
|
28 |
"downsample_padding": 1,
|
|
|
29 |
"dual_cross_attention": false,
|
30 |
"encoder_hid_dim": null,
|
31 |
"encoder_hid_dim_type": null,
|
|
|
46 |
"resnet_out_scale_factor": 1.0,
|
47 |
"resnet_skip_time_act": false,
|
48 |
"resnet_time_scale_shift": "default",
|
|
|
49 |
"sample_size": 96,
|
50 |
"time_cond_proj_dim": null,
|
51 |
"time_embedding_act_fn": null,
|
|
|
61 |
],
|
62 |
"upcast_attention": null,
|
63 |
"use_linear_projection": false
|
64 |
+
}
|