camenduru commited on
Commit
50bb1ac
1 Parent(s): 5962f64

Update unet/config.json

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -1
unet/config.json CHANGED
@@ -20,7 +20,7 @@
20
  "in_channels": 4,
21
  "layers_per_block": 2,
22
  "out_channels": 4,
23
- "sample_size": 32,
24
  "up_block_types": [
25
  "UpBlock2D",
26
  "CrossAttnUpBlock2D",
 
20
  "in_channels": 4,
21
  "layers_per_block": 2,
22
  "out_channels": 4,
23
+ "sample_size": 64,
24
  "up_block_types": [
25
  "UpBlock2D",
26
  "CrossAttnUpBlock2D",