Nikhil Gajendrakumar commited on
Commit
101a3d0
1 Parent(s): bd218c1

GLIGEN: Generation: set 'attention_type' to gated

Browse files
Files changed (1) hide show
  1. unet/config.json +1 -1
unet/config.json CHANGED
@@ -18,7 +18,7 @@
18
  "DownBlock2D"
19
  ],
20
  "downsample_padding": 1,
21
- "use_gated_attention": true,
22
  "flip_sin_to_cos": true,
23
  "freq_shift": 0,
24
  "in_channels": 4,
 
18
  "DownBlock2D"
19
  ],
20
  "downsample_padding": 1,
21
+ "attention_type": "gated",
22
  "flip_sin_to_cos": true,
23
  "freq_shift": 0,
24
  "in_channels": 4,