patrickvonplaten
commited on
Commit
•
c44bb87
1
Parent(s):
c3795c9
Update unet/config.json
Browse files- unet/config.json +8 -6
unet/config.json
CHANGED
@@ -15,9 +15,9 @@
|
|
15 |
"class_embed_type": null,
|
16 |
"down_block_types": [
|
17 |
"ResnetDownsampleBlock2D",
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
],
|
22 |
"downsample_padding": 1,
|
23 |
"flip_sin_to_cos": true,
|
@@ -32,10 +32,12 @@
|
|
32 |
"resnet_time_scale_shift": "scale_shift",
|
33 |
"sample_size": 64,
|
34 |
"time_embedding_type": "positional",
|
|
|
|
|
35 |
"up_block_types": [
|
36 |
-
"
|
37 |
-
"
|
38 |
-
"
|
39 |
"ResnetUpsampleBlock2D"
|
40 |
]
|
41 |
}
|
|
|
15 |
"class_embed_type": null,
|
16 |
"down_block_types": [
|
17 |
"ResnetDownsampleBlock2D",
|
18 |
+
"AttnDownBlock2D",
|
19 |
+
"AttnDownBlock2D",
|
20 |
+
"AttnDownBlock2D"
|
21 |
],
|
22 |
"downsample_padding": 1,
|
23 |
"flip_sin_to_cos": true,
|
|
|
32 |
"resnet_time_scale_shift": "scale_shift",
|
33 |
"sample_size": 64,
|
34 |
"time_embedding_type": "positional",
|
35 |
+
"upsample_type": "resnet",
|
36 |
+
"downsample_type": "resnet",
|
37 |
"up_block_types": [
|
38 |
+
"AttnUpBlock2D",
|
39 |
+
"AttnUpBlock2D",
|
40 |
+
"AttnUpBlock2D",
|
41 |
"ResnetUpsampleBlock2D"
|
42 |
]
|
43 |
}
|