Upload resampler/config.json with huggingface_hub
Browse files- resampler/config.json +7 -0
resampler/config.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_class_name": "ImageEmbeddingContextResampler",
|
3 |
+
"_diffusers_version": "0.26.1",
|
4 |
+
"cross_attention_dim": 1024,
|
5 |
+
"expansion_factor": 16,
|
6 |
+
"inner_dim": 1280
|
7 |
+
}
|