patrickvonplaten commited on
Commit
c0bd2bb
·
1 Parent(s): fcd8aaf

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +2 -0
unet/config.json CHANGED
@@ -6,6 +6,8 @@
6
  4,
7
  2
8
  ],
 
 
9
  "context_dim": null,
10
  "conv_resample": true,
11
  "dims": 2,
 
6
  4,
7
  2
8
  ],
9
+ "down_blocks": ["UNetResDownBlock2D", "UNetResAttnDownBlock2D", "UNetResAttnDownBlock2D", "UNetResAttnDownBlock2D"],
10
+ "up_blocks": ["UNetResAttnUpBlock2D", "UNetResAttnUpBlock2D", "UNetResAttnUpBlock2D", "UNetResUpBlock2D"],
11
  "context_dim": null,
12
  "conv_resample": true,
13
  "dims": 2,