Update config file for diffusers update
Browse files- transformer/config.json +1 -0
transformer/config.json
CHANGED
|
@@ -24,5 +24,6 @@
|
|
| 24 |
"patch_size": 2,
|
| 25 |
"sample_size": 128,
|
| 26 |
"upcast_attention": false,
|
|
|
|
| 27 |
"use_linear_projection": false
|
| 28 |
}
|
|
|
|
| 24 |
"patch_size": 2,
|
| 25 |
"sample_size": 128,
|
| 26 |
"upcast_attention": false,
|
| 27 |
+
"use_additional_conditions": false,
|
| 28 |
"use_linear_projection": false
|
| 29 |
}
|