patrickvonplaten commited on
Commit
53e4931
·
1 Parent(s): 9e8ba21

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
  "DownBlock2D"
14
  ],
@@ -23,7 +23,7 @@
23
  "out_channels": 4,
24
  "sample_size": 32,
25
  "time_embedding_type": "positional",
26
- "up_blocks": [
27
  "UpBlock2D",
28
  "UpBlock2D"
29
  ]
 
8
  64
9
  ],
10
  "center_input_sample": false,
11
+ "down_block_types": [
12
  "DownBlock2D",
13
  "DownBlock2D"
14
  ],
 
23
  "out_channels": 4,
24
  "sample_size": 32,
25
  "time_embedding_type": "positional",
26
+ "up_block_types": [
27
  "UpBlock2D",
28
  "UpBlock2D"
29
  ]
diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:07285ded74bc8c3642e455828c38bca4089432082ad7f336da8e0262d703a91d
3
- size 3734853
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e37e519cf89960501f9ea78e893268686e7fead6c3afc8dd640dbdea2bf2f651
3
+ size 3733509