patrickvonplaten commited on
Commit
cf6443d
1 Parent(s): 3ce5f13

convert weights

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -10,7 +10,7 @@
10
  256
11
  ],
12
  "center_input_sample": false,
13
- "down_blocks": [
14
  "DownBlock2D",
15
  "AttnDownBlock2D",
16
  "DownBlock2D",
@@ -27,7 +27,7 @@
27
  "out_channels": 3,
28
  "sample_size": 32,
29
  "time_embedding_type": "positional",
30
- "up_blocks": [
31
  "UpBlock2D",
32
  "UpBlock2D",
33
  "AttnUpBlock2D",
10
  256
11
  ],
12
  "center_input_sample": false,
13
+ "down_block_types": [
14
  "DownBlock2D",
15
  "AttnDownBlock2D",
16
  "DownBlock2D",
27
  "out_channels": 3,
28
  "sample_size": 32,
29
  "time_embedding_type": "positional",
30
+ "up_block_types": [
31
  "UpBlock2D",
32
  "UpBlock2D",
33
  "AttnUpBlock2D",
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:47776d2547f63c91883ce5658f0b04833302fcb47b99bfec450d7ee046395c0b
3
- size 143105265
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac3416a548879738893e935b42cab9119f51745b62bec4b6d8375e4d86e98ea4
3
+ size 143101489