patrickvonplaten commited on
Commit
2e1952b
1 Parent(s): 7dbd4cf

convert weights

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -8,7 +8,7 @@
8
  64
9
  ],
10
  "center_input_sample": false,
11
- "down_blocks": [
12
  "DownBlock2D",
13
  "AttnDownBlock2D"
14
  ],
@@ -23,7 +23,7 @@
23
  "out_channels": 3,
24
  "sample_size": 32,
25
  "time_embedding_type": "positional",
26
- "up_blocks": [
27
  "AttnUpBlock2D",
28
  "UpBlock2D"
29
  ]
 
8
  64
9
  ],
10
  "center_input_sample": false,
11
+ "down_block_types": [
12
  "DownBlock2D",
13
  "AttnDownBlock2D"
14
  ],
 
23
  "out_channels": 3,
24
  "sample_size": 32,
25
  "time_embedding_type": "positional",
26
+ "up_block_types": [
27
  "AttnUpBlock2D",
28
  "UpBlock2D"
29
  ]
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b73a63624520e1882d05068369878c8c2f7ec237e2b9770c34f9b8b5fc5ac051
3
- size 4085729
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9238823545915bb4f98a33c093ab53d1db191a9b996941c1e12f12d7726aaeee
3
+ size 4083937