Commit
·
2e1952b
1
Parent(s):
7dbd4cf
convert weights
Browse files- config.json +2 -2
- diffusion_pytorch_model.bin +2 -2
config.json
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
64
|
9 |
],
|
10 |
"center_input_sample": false,
|
11 |
-
"
|
12 |
"DownBlock2D",
|
13 |
"AttnDownBlock2D"
|
14 |
],
|
@@ -23,7 +23,7 @@
|
|
23 |
"out_channels": 3,
|
24 |
"sample_size": 32,
|
25 |
"time_embedding_type": "positional",
|
26 |
-
"
|
27 |
"AttnUpBlock2D",
|
28 |
"UpBlock2D"
|
29 |
]
|
|
|
8 |
64
|
9 |
],
|
10 |
"center_input_sample": false,
|
11 |
+
"down_block_types": [
|
12 |
"DownBlock2D",
|
13 |
"AttnDownBlock2D"
|
14 |
],
|
|
|
23 |
"out_channels": 3,
|
24 |
"sample_size": 32,
|
25 |
"time_embedding_type": "positional",
|
26 |
+
"up_block_types": [
|
27 |
"AttnUpBlock2D",
|
28 |
"UpBlock2D"
|
29 |
]
|
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:9238823545915bb4f98a33c093ab53d1db191a9b996941c1e12f12d7726aaeee
|
3 |
+
size 4083937
|