add model
Browse files- config.json +26 -0
- diffusion_model.pt +3 -0
config.json
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "GLIDESuperResUNetModel",
|
3 |
+
"_diffusers_version": "0.0.4",
|
4 |
+
"attention_resolutions": [
|
5 |
+
2
|
6 |
+
],
|
7 |
+
"channel_mult": [
|
8 |
+
1,
|
9 |
+
2
|
10 |
+
],
|
11 |
+
"conv_resample": true,
|
12 |
+
"dims": 2,
|
13 |
+
"dropout": 0,
|
14 |
+
"in_channels": 6,
|
15 |
+
"model_channels": 32,
|
16 |
+
"num_head_channels": 8,
|
17 |
+
"num_heads": 1,
|
18 |
+
"num_heads_upsample": 1,
|
19 |
+
"num_res_blocks": 2,
|
20 |
+
"out_channels": 6,
|
21 |
+
"resblock_updown": true,
|
22 |
+
"resolution": 32,
|
23 |
+
"use_checkpoint": false,
|
24 |
+
"use_fp16": false,
|
25 |
+
"use_scale_shift_norm": true
|
26 |
+
}
|
diffusion_model.pt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56cbf55c0bda8d0b5a23d64f1ac363c04a226522b1fc8ea7d15c0d087795d84c
|
3 |
+
size 4692145
|