Commit
·
53e4931
1
Parent(s):
9e8ba21
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 |
"DownBlock2D"
|
14 |
],
|
@@ -23,7 +23,7 @@
|
|
23 |
"out_channels": 4,
|
24 |
"sample_size": 32,
|
25 |
"time_embedding_type": "positional",
|
26 |
-
"
|
27 |
"UpBlock2D",
|
28 |
"UpBlock2D"
|
29 |
]
|
|
|
8 |
64
|
9 |
],
|
10 |
"center_input_sample": false,
|
11 |
+
"down_block_types": [
|
12 |
"DownBlock2D",
|
13 |
"DownBlock2D"
|
14 |
],
|
|
|
23 |
"out_channels": 4,
|
24 |
"sample_size": 32,
|
25 |
"time_embedding_type": "positional",
|
26 |
+
"up_block_types": [
|
27 |
"UpBlock2D",
|
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:e37e519cf89960501f9ea78e893268686e7fead6c3afc8dd640dbdea2bf2f651
|
3 |
+
size 3733509
|