Commit
·
cf6443d
1
Parent(s):
3ce5f13
convert weights
Browse files- config.json +2 -2
- diffusion_pytorch_model.bin +2 -2
config.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
| 10 |
256
|
| 11 |
],
|
| 12 |
"center_input_sample": false,
|
| 13 |
-
"
|
| 14 |
"DownBlock2D",
|
| 15 |
"AttnDownBlock2D",
|
| 16 |
"DownBlock2D",
|
|
@@ -27,7 +27,7 @@
|
|
| 27 |
"out_channels": 3,
|
| 28 |
"sample_size": 32,
|
| 29 |
"time_embedding_type": "positional",
|
| 30 |
-
"
|
| 31 |
"UpBlock2D",
|
| 32 |
"UpBlock2D",
|
| 33 |
"AttnUpBlock2D",
|
|
|
|
| 10 |
256
|
| 11 |
],
|
| 12 |
"center_input_sample": false,
|
| 13 |
+
"down_block_types": [
|
| 14 |
"DownBlock2D",
|
| 15 |
"AttnDownBlock2D",
|
| 16 |
"DownBlock2D",
|
|
|
|
| 27 |
"out_channels": 3,
|
| 28 |
"sample_size": 32,
|
| 29 |
"time_embedding_type": "positional",
|
| 30 |
+
"up_block_types": [
|
| 31 |
"UpBlock2D",
|
| 32 |
"UpBlock2D",
|
| 33 |
"AttnUpBlock2D",
|
diffusion_pytorch_model.bin
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:ac3416a548879738893e935b42cab9119f51745b62bec4b6d8375e4d86e98ea4
|
| 3 |
+
size 143101489
|