benjamin-paine commited on
Commit
39a4a2d
·
verified ·
1 Parent(s): 0e63bf6

Upload resampler/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }