patrickvonplaten
commited on
Commit
•
321d836
1
Parent(s):
743d1bf
convert weights
Browse files- unet/config.json +2 -2
- unet/diffusion_pytorch_model.bin +2 -2
unet/config.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10 |
896
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
-
"
|
14 |
"DownBlock2D",
|
15 |
"AttnDownBlock2D",
|
16 |
"AttnDownBlock2D",
|
@@ -27,7 +27,7 @@
|
|
27 |
"out_channels": 3,
|
28 |
"sample_size": 64,
|
29 |
"time_embedding_type": "positional",
|
30 |
-
"
|
31 |
"AttnUpBlock2D",
|
32 |
"AttnUpBlock2D",
|
33 |
"AttnUpBlock2D",
|
|
|
10 |
896
|
11 |
],
|
12 |
"center_input_sample": false,
|
13 |
+
"down_block_types": [
|
14 |
"DownBlock2D",
|
15 |
"AttnDownBlock2D",
|
16 |
"AttnDownBlock2D",
|
|
|
27 |
"out_channels": 3,
|
28 |
"sample_size": 64,
|
29 |
"time_embedding_type": "positional",
|
30 |
+
"up_block_types": [
|
31 |
"AttnUpBlock2D",
|
32 |
"AttnUpBlock2D",
|
33 |
"AttnUpBlock2D",
|
unet/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:33cb6f7c80ab207d68046b1594332ab34d64db44c10829e351c0ab17a28187ae
|
3 |
+
size 1096377377
|