Update unet/config.json
Browse files- unet/config.json +3 -3
unet/config.json
CHANGED
@@ -26,7 +26,7 @@
|
|
26 |
"in_channels": 8,
|
27 |
"lan_cross_attn": false,
|
28 |
"layers_per_block": 2,
|
29 |
-
"mask_decoder_type":
|
30 |
"mid_block_scale_factor": 1,
|
31 |
"mid_block_type": "UNetMidBlock3DCrossAttn",
|
32 |
"norm_eps": 1e-05,
|
@@ -37,7 +37,7 @@
|
|
37 |
"ref_frame_type_2": null,
|
38 |
"resnet_time_scale_shift": "default",
|
39 |
"sample_size": 64,
|
40 |
-
"temp_attn":
|
41 |
"up_block_types": [
|
42 |
"UpBlock3D",
|
43 |
"CrossAttnUpBlock3D",
|
@@ -46,4 +46,4 @@
|
|
46 |
],
|
47 |
"upcast_attention": false,
|
48 |
"use_linear_projection": false
|
49 |
-
}
|
|
|
26 |
"in_channels": 8,
|
27 |
"lan_cross_attn": false,
|
28 |
"layers_per_block": 2,
|
29 |
+
"mask_decoder_type": "MaskDecoder",
|
30 |
"mid_block_scale_factor": 1,
|
31 |
"mid_block_type": "UNetMidBlock3DCrossAttn",
|
32 |
"norm_eps": 1e-05,
|
|
|
37 |
"ref_frame_type_2": null,
|
38 |
"resnet_time_scale_shift": "default",
|
39 |
"sample_size": 64,
|
40 |
+
"temp_attn": true,
|
41 |
"up_block_types": [
|
42 |
"UpBlock3D",
|
43 |
"CrossAttnUpBlock3D",
|
|
|
46 |
],
|
47 |
"upcast_attention": false,
|
48 |
"use_linear_projection": false
|
49 |
+
}
|