patrickvonplaten commited on
Commit
90274f4
1 Parent(s): e543fce

Update test_unet_class_cond/config.json

Browse files
Files changed (1) hide show
  1. test_unet_class_cond/config.json +4 -2
test_unet_class_cond/config.json CHANGED
@@ -12,7 +12,7 @@
12
  "class_embed_type": null,
13
  "down_block_types": [
14
  "ResnetDownsampleBlock2D",
15
- "AttnDownsampleBlock2D"
16
  ],
17
  "downsample_padding": 1,
18
  "flip_sin_to_cos": true,
@@ -26,9 +26,11 @@
26
  "out_channels": 3,
27
  "resnet_time_scale_shift": "scale_shift",
28
  "sample_size": 32,
 
 
29
  "time_embedding_type": "positional",
30
  "up_block_types": [
31
- "AttnUpsampleBlock2D",
32
  "ResnetUpsampleBlock2D"
33
  ]
34
  }
 
12
  "class_embed_type": null,
13
  "down_block_types": [
14
  "ResnetDownsampleBlock2D",
15
+ "AttnDownBlock2D"
16
  ],
17
  "downsample_padding": 1,
18
  "flip_sin_to_cos": true,
 
26
  "out_channels": 3,
27
  "resnet_time_scale_shift": "scale_shift",
28
  "sample_size": 32,
29
+ "upsample_type": "resnet",
30
+ "downsample_type": "resnet",
31
  "time_embedding_type": "positional",
32
  "up_block_types": [
33
+ "AttnUpBlock2D",
34
  "ResnetUpsampleBlock2D"
35
  ]
36
  }