patrickvonplaten commited on
Commit
321d836
1 Parent(s): 743d1bf

convert weights

Browse files
unet/config.json CHANGED
@@ -10,7 +10,7 @@
10
  896
11
  ],
12
  "center_input_sample": false,
13
- "down_blocks": [
14
  "DownBlock2D",
15
  "AttnDownBlock2D",
16
  "AttnDownBlock2D",
@@ -27,7 +27,7 @@
27
  "out_channels": 3,
28
  "sample_size": 64,
29
  "time_embedding_type": "positional",
30
- "up_blocks": [
31
  "AttnUpBlock2D",
32
  "AttnUpBlock2D",
33
  "AttnUpBlock2D",
10
  896
11
  ],
12
  "center_input_sample": false,
13
+ "down_block_types": [
14
  "DownBlock2D",
15
  "AttnDownBlock2D",
16
  "AttnDownBlock2D",
27
  "out_channels": 3,
28
  "sample_size": 64,
29
  "time_embedding_type": "positional",
30
+ "up_block_types": [
31
  "AttnUpBlock2D",
32
  "AttnUpBlock2D",
33
  "AttnUpBlock2D",
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9302717f933ebf63fd2f35b7311e558d8d08eec2df6d68d4e925c1dde5509604
3
- size 1096382177
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:33cb6f7c80ab207d68046b1594332ab34d64db44c10829e351c0ab17a28187ae
3
+ size 1096377377