David Burnett commited on
Commit
155a59f
1 Parent(s): 540d89c

update config for diffusers

Browse files
Files changed (1) hide show
  1. transformer/config.json +1 -1
transformer/config.json CHANGED
@@ -1,7 +1,6 @@
1
  {
2
  "_class_name": "Transformer2DModel",
3
  "_diffusers_version": "0.28.0.dev0",
4
- "_name_or_path": "PixArt-alpha/PixArt-Sigma-XL-2-1024-MS",
5
  "activation_fn": "gelu-approximate",
6
  "attention_bias": true,
7
  "attention_head_dim": 72,
@@ -25,5 +24,6 @@
25
  "patch_size": 2,
26
  "sample_size": 128,
27
  "upcast_attention": false,
 
28
  "use_linear_projection": false
29
  }
 
1
  {
2
  "_class_name": "Transformer2DModel",
3
  "_diffusers_version": "0.28.0.dev0",
 
4
  "activation_fn": "gelu-approximate",
5
  "attention_bias": true,
6
  "attention_head_dim": 72,
 
24
  "patch_size": 2,
25
  "sample_size": 128,
26
  "upcast_attention": false,
27
+ "use_additional_conditions": false,
28
  "use_linear_projection": false
29
  }