+ unet
Browse files- config.json +26 -21
- diffusion_model.pt +3 -0
config.json
CHANGED
@@ -1,24 +1,29 @@
|
|
1 |
{
|
2 |
-
"
|
3 |
-
|
|
|
|
|
|
|
4 |
],
|
5 |
-
"
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
-
"
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
|
|
|
|
24 |
}
|
|
|
1 |
{
|
2 |
+
"_class_name": "UNetGLIDEModel",
|
3 |
+
"attention_resolutions": [
|
4 |
+
2,
|
5 |
+
4,
|
6 |
+
8
|
7 |
],
|
8 |
+
"channel_mult": [
|
9 |
+
1,
|
10 |
+
2,
|
11 |
+
3,
|
12 |
+
4
|
13 |
+
],
|
14 |
+
"conv_resample": true,
|
15 |
+
"dims": 2,
|
16 |
+
"dropout": 0.1,
|
17 |
+
"encoder_channels": null,
|
18 |
+
"in_channels": 3,
|
19 |
+
"model_channels": 192,
|
20 |
+
"num_head_channels": 64,
|
21 |
+
"num_heads": 1,
|
22 |
+
"num_heads_upsample": 1,
|
23 |
+
"num_res_blocks": 3,
|
24 |
+
"out_channels": 6,
|
25 |
+
"resblock_updown": true,
|
26 |
+
"use_checkpoint": false,
|
27 |
+
"use_fp16": false,
|
28 |
+
"use_scale_shift_norm": true
|
29 |
}
|
diffusion_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:716239d332ee5f0d57184cdd46e3ff8f39754db0d38e4a727007705658081b1d
|
3 |
+
size 1180750153
|