simpleipfs commited on
Commit
974face
·
verified ·
1 Parent(s): bdff6cb

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +2 -2
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0",
4
- "act_fn": "silu",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": 256,
@@ -67,6 +67,6 @@
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
- "upcast_attention": true,
71
  "use_linear_projection": true
72
  }
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.30.0",
4
+ "act_fn": "ReLU",
5
  "addition_embed_type": "text_time",
6
  "addition_embed_type_num_heads": 64,
7
  "addition_time_embed_dim": 256,
 
67
  "CrossAttnUpBlock2D",
68
  "UpBlock2D"
69
  ],
70
+ "upcast_attention": null,
71
  "use_linear_projection": true
72
  }