Yntec commited on
Commit
8cf8241
1 Parent(s): c56083c

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -6
unet/config.json CHANGED
@@ -1,12 +1,10 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.28.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
- "attention_type": "default",
10
  "block_out_channels": [
11
  320,
12
  640,
@@ -27,7 +25,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,14 +45,12 @@
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,
55
  "time_embedding_dim": null,
56
  "time_embedding_type": "positional",
57
  "timestep_post_act": null,
58
- "transformer_layers_per_block": 1,
59
  "up_block_types": [
60
  "UpBlock2D",
61
  "CrossAttnUpBlock2D",
 
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
  "attention_head_dim": 8,
 
8
  "block_out_channels": [
9
  320,
10
  640,
 
25
  "DownBlock2D"
26
  ],
27
  "downsample_padding": 1,
 
28
  "dual_cross_attention": false,
29
  "encoder_hid_dim": null,
30
  "encoder_hid_dim_type": null,
 
45
  "resnet_out_scale_factor": 1.0,
46
  "resnet_skip_time_act": false,
47
  "resnet_time_scale_shift": "default",
 
48
  "sample_size": 96,
49
  "time_cond_proj_dim": null,
50
  "time_embedding_act_fn": null,
51
  "time_embedding_dim": null,
52
  "time_embedding_type": "positional",
53
  "timestep_post_act": null,
 
54
  "up_block_types": [
55
  "UpBlock2D",
56
  "CrossAttnUpBlock2D",