sayakpaul HF staff commited on
Commit
00d5759
1 Parent(s): 855db16

Update tiny-sd-single-file-config.yaml

Browse files
Files changed (1) hide show
  1. tiny-sd-single-file-config.yaml +2 -2
tiny-sd-single-file-config.yaml CHANGED
@@ -33,10 +33,10 @@ model:
33
  in_channels: 4
34
  out_channels: 4
35
  model_channels: 32
36
- attention_resolutions: []
37
  num_res_blocks: 2
38
  channel_mult: [ 1, 2]
39
- num_heads: 0
40
  use_spatial_transformer: True
41
  transformer_depth: 1
42
  context_dim: 32
 
33
  in_channels: 4
34
  out_channels: 4
35
  model_channels: 32
36
+ attention_resolutions: [2, 1]
37
  num_res_blocks: 2
38
  channel_mult: [ 1, 2]
39
+ num_heads: 8
40
  use_spatial_transformer: True
41
  transformer_depth: 1
42
  context_dim: 32