NagaSaiAbhinay commited on
Commit
f082c36
1 Parent(s): 882f3fc

Add mid_block_type

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -0
unet/config.json CHANGED
@@ -21,6 +21,7 @@
21
  "in_channels": 4,
22
  "layers_per_block": 2,
23
  "mid_block_scale_factor": 1,
 
24
  "norm_eps": 1e-05,
25
  "norm_num_groups": 32,
26
  "only_cross_attention": false,
 
21
  "in_channels": 4,
22
  "layers_per_block": 2,
23
  "mid_block_scale_factor": 1,
24
+ "mid_block_type" : "UNetMidBlockInflated3DCrossAttn",
25
  "norm_eps": 1e-05,
26
  "norm_num_groups": 32,
27
  "only_cross_attention": false,