patrickvonplaten commited on
Commit
05d262f
1 Parent(s): 25874b3

convert weights

Browse files
Files changed (2) hide show
  1. config.json +2 -2
  2. diffusion_pytorch_model.bin +2 -2
config.json CHANGED
@@ -13,7 +13,7 @@
13
  256
14
  ],
15
  "center_input_sample": true,
16
- "down_blocks": [
17
  "SkipDownBlock2D",
18
  "SkipDownBlock2D",
19
  "SkipDownBlock2D",
@@ -33,7 +33,7 @@
33
  "out_channels": 3,
34
  "sample_size": 256,
35
  "time_embedding_type": "fourier",
36
- "up_blocks": [
37
  "SkipUpBlock2D",
38
  "SkipUpBlock2D",
39
  "AttnSkipUpBlock2D",
 
13
  256
14
  ],
15
  "center_input_sample": true,
16
+ "down_block_types": [
17
  "SkipDownBlock2D",
18
  "SkipDownBlock2D",
19
  "SkipDownBlock2D",
 
33
  "out_channels": 3,
34
  "sample_size": 256,
35
  "time_embedding_type": "fourier",
36
+ "up_block_types": [
37
  "SkipUpBlock2D",
38
  "SkipUpBlock2D",
39
  "AttnSkipUpBlock2D",
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:74ef99631908256e592f05d3e71da8048bd28fc1e86e8e01f6f35798f2d6a285
3
- size 262534071
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad2b4078adb80a651f6f2213682cdf14678ccb874da5db0cc0dfea48ed327863
3
+ size 262527735