add model
Browse files- config.json +4 -3
- diffusion_model.pt +2 -2
config.json
CHANGED
|
@@ -2,7 +2,8 @@
|
|
| 2 |
"_class_name": "GLIDESuperResUNetModel",
|
| 3 |
"_diffusers_version": "0.0.4",
|
| 4 |
"attention_resolutions": [
|
| 5 |
-
2
|
|
|
|
| 6 |
],
|
| 7 |
"channel_mult": [
|
| 8 |
1,
|
|
@@ -19,8 +20,8 @@
|
|
| 19 |
"num_res_blocks": 2,
|
| 20 |
"out_channels": 6,
|
| 21 |
"resblock_updown": true,
|
| 22 |
-
"resolution":
|
| 23 |
"use_checkpoint": false,
|
| 24 |
"use_fp16": false,
|
| 25 |
-
"use_scale_shift_norm":
|
| 26 |
}
|
|
|
|
| 2 |
"_class_name": "GLIDESuperResUNetModel",
|
| 3 |
"_diffusers_version": "0.0.4",
|
| 4 |
"attention_resolutions": [
|
| 5 |
+
2,
|
| 6 |
+
4
|
| 7 |
],
|
| 8 |
"channel_mult": [
|
| 9 |
1,
|
|
|
|
| 20 |
"num_res_blocks": 2,
|
| 21 |
"out_channels": 6,
|
| 22 |
"resblock_updown": true,
|
| 23 |
+
"resolution": 64,
|
| 24 |
"use_checkpoint": false,
|
| 25 |
"use_fp16": false,
|
| 26 |
+
"use_scale_shift_norm": false
|
| 27 |
}
|
diffusion_model.pt
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64a658e2209ca94f7cb26eb01c9940aa692a0ce7285bfd0acdf9725c955be327
|
| 3 |
+
size 4328881
|