patrickvonplaten
commited on
Commit
•
03d0f40
1
Parent(s):
5a72721
convert weights
Browse files- config.json +2 -2
- diffusion_pytorch_model.bin +2 -2
config.json
CHANGED
@@ -12,7 +12,7 @@
|
|
12 |
512
|
13 |
],
|
14 |
"center_input_sample": false,
|
15 |
-
"
|
16 |
"DownBlock2D",
|
17 |
"DownBlock2D",
|
18 |
"DownBlock2D",
|
@@ -31,7 +31,7 @@
|
|
31 |
"out_channels": 3,
|
32 |
"sample_size": 256,
|
33 |
"time_embedding_type": "positional",
|
34 |
-
"
|
35 |
"UpBlock2D",
|
36 |
"AttnUpBlock2D",
|
37 |
"UpBlock2D",
|
|
|
12 |
512
|
13 |
],
|
14 |
"center_input_sample": false,
|
15 |
+
"down_block_types": [
|
16 |
"DownBlock2D",
|
17 |
"DownBlock2D",
|
18 |
"DownBlock2D",
|
|
|
31 |
"out_channels": 3,
|
32 |
"sample_size": 256,
|
33 |
"time_embedding_type": "positional",
|
34 |
+
"up_block_types": [
|
35 |
"UpBlock2D",
|
36 |
"AttnUpBlock2D",
|
37 |
"UpBlock2D",
|
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:efff89712093ad060ce99d9b461bbe542b49d8dd4ce30f23fe5761dca292361d
|
3 |
+
size 454853117
|