Upload 2 files
Browse files- config.json +6 -8
config.json
CHANGED
@@ -1,11 +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 |
-
],
|
9 |
"base_model_channel_sizes": {
|
10 |
"down": [
|
11 |
[
|
@@ -111,7 +106,11 @@
|
|
111 |
],
|
112 |
"learn_embedding": true,
|
113 |
"norm_num_groups": 32,
|
114 |
-
"num_attention_heads":
|
|
|
|
|
|
|
|
|
115 |
"sample_size": 128,
|
116 |
"time_embedding_dim": 1280,
|
117 |
"time_embedding_input_dim": 320,
|
@@ -126,6 +125,5 @@
|
|
126 |
"CrossAttnUpBlock2D",
|
127 |
"UpBlock2D"
|
128 |
],
|
129 |
-
"upcast_attention": null
|
130 |
-
"use_linear_projection": true
|
131 |
}
|
|
|
1 |
{
|
2 |
"_class_name": "ControlNetXSModel",
|
3 |
"_diffusers_version": "0.24.0.dev0",
|
|
|
|
|
|
|
|
|
|
|
4 |
"base_model_channel_sizes": {
|
5 |
"down": [
|
6 |
[
|
|
|
106 |
],
|
107 |
"learn_embedding": true,
|
108 |
"norm_num_groups": 32,
|
109 |
+
"num_attention_heads": [
|
110 |
+
1,
|
111 |
+
1,
|
112 |
+
2
|
113 |
+
],
|
114 |
"sample_size": 128,
|
115 |
"time_embedding_dim": 1280,
|
116 |
"time_embedding_input_dim": 320,
|
|
|
125 |
"CrossAttnUpBlock2D",
|
126 |
"UpBlock2D"
|
127 |
],
|
128 |
+
"upcast_attention": null
|
|
|
129 |
}
|