patrickvonplaten
commited on
Commit
•
6adc5ba
1
Parent(s):
d384e32
convert weights
Browse files- config.json +2 -2
- diffusion_pytorch_model.bin +2 -2
config.json
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
512
|
15 |
],
|
16 |
"center_input_sample": true,
|
17 |
-
"
|
18 |
"SkipDownBlock2D",
|
19 |
"SkipDownBlock2D",
|
20 |
"SkipDownBlock2D",
|
@@ -35,7 +35,7 @@
|
|
35 |
"out_channels": 3,
|
36 |
"sample_size": 1024,
|
37 |
"time_embedding_type": "fourier",
|
38 |
-
"
|
39 |
"SkipUpBlock2D",
|
40 |
"AttnSkipUpBlock2D",
|
41 |
"SkipUpBlock2D",
|
|
|
14 |
512
|
15 |
],
|
16 |
"center_input_sample": true,
|
17 |
+
"down_block_types": [
|
18 |
"SkipDownBlock2D",
|
19 |
"SkipDownBlock2D",
|
20 |
"SkipDownBlock2D",
|
|
|
35 |
"out_channels": 3,
|
36 |
"sample_size": 1024,
|
37 |
"time_embedding_type": "fourier",
|
38 |
+
"up_block_types": [
|
39 |
"SkipUpBlock2D",
|
40 |
"AttnSkipUpBlock2D",
|
41 |
"SkipUpBlock2D",
|
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:fcdc2b63ff4180276ad47384d66a0aa70b6822c15b0c6a057bb9d625329ae18f
|
3 |
+
size 423340143
|