UmerHA commited on
Commit
6927317
1 Parent(s): 89c94c4

Upload 2 files

Browse files
Files changed (1) hide show
  1. config.json +7 -9
config.json CHANGED
@@ -1,12 +1,6 @@
1
  {
2
  "_class_name": "ControlNetXSModel",
3
  "_diffusers_version": "0.24.0.dev0",
4
- "attention_head_dim": [
5
- 1,
6
- 1,
7
- 2,
8
- 2
9
- ],
10
  "base_model_channel_sizes": {
11
  "down": [
12
  [
@@ -138,7 +132,12 @@
138
  ],
139
  "learn_embedding": true,
140
  "norm_num_groups": 4,
141
- "num_attention_heads": null,
 
 
 
 
 
142
  "sample_size": 64,
143
  "time_embedding_dim": 1280,
144
  "time_embedding_input_dim": 320,
@@ -150,6 +149,5 @@
150
  "CrossAttnUpBlock2D",
151
  "CrossAttnUpBlock2D"
152
  ],
153
- "upcast_attention": false,
154
- "use_linear_projection": true
155
  }
 
1
  {
2
  "_class_name": "ControlNetXSModel",
3
  "_diffusers_version": "0.24.0.dev0",
 
 
 
 
 
 
4
  "base_model_channel_sizes": {
5
  "down": [
6
  [
 
132
  ],
133
  "learn_embedding": true,
134
  "norm_num_groups": 4,
135
+ "num_attention_heads": [
136
+ 1,
137
+ 1,
138
+ 2,
139
+ 2
140
+ ],
141
  "sample_size": 64,
142
  "time_embedding_dim": 1280,
143
  "time_embedding_input_dim": 320,
 
149
  "CrossAttnUpBlock2D",
150
  "CrossAttnUpBlock2D"
151
  ],
152
+ "upcast_attention": false
 
153
  }