patrickvonplaten commited on
Commit
44605df
1 Parent(s): 23dd4ad

convert weights

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -12,7 +12,7 @@
12
  512
13
  ],
14
  "center_input_sample": false,
15
- "down_blocks": [
16
  "DownBlock2D",
17
  "DownBlock2D",
18
  "DownBlock2D",
@@ -31,7 +31,7 @@
31
  "out_channels": 3,
32
  "sample_size": 256,
33
  "time_embedding_type": "positional",
34
- "up_blocks": [
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:4ef663d64798b978660c2802193737de47c8fefb22947b33bcb5e695d4c7f500
3
- size 454858877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0825f31de9d51f6b94f8080233432e77ee5aa9a185b7172a1fd9863916444847
3
+ size 454853117