patrickvonplaten commited on
Commit
a2e2189
1 Parent(s): de2513a

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:9d7536f6d14aa79d73d2000dc3f57229fc12e7d9e745637e4aa85285ec06e613
3
- size 454858877
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b5e878849241125dd9405eea3ab7308a8a8c83fd820b27290bbfecd3c61b44c
3
+ size 454853117