digiplay commited on
Commit
597d876
1 Parent(s): 89d2bbb

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +0 -4
unet/config.json CHANGED
@@ -4,9 +4,7 @@
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,
@@ -54,7 +51,6 @@
54
  "time_embedding_dim": null,
55
  "time_embedding_type": "positional",
56
  "timestep_post_act": null,
57
- "transformer_layers_per_block": 1,
58
  "up_block_types": [
59
  "UpBlock2D",
60
  "CrossAttnUpBlock2D",
 
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,
 
51
  "time_embedding_dim": null,
52
  "time_embedding_type": "positional",
53
  "timestep_post_act": null,
 
54
  "up_block_types": [
55
  "UpBlock2D",
56
  "CrossAttnUpBlock2D",