Update model_index.json
Browse files- model_index.json +4 -0
model_index.json
CHANGED
@@ -37,5 +37,9 @@
|
|
37 |
"image_encoder": [
|
38 |
"transformers",
|
39 |
"CLIPVisionModelWithProjection"
|
|
|
|
|
|
|
|
|
40 |
]
|
41 |
}
|
|
|
37 |
"image_encoder": [
|
38 |
"transformers",
|
39 |
"CLIPVisionModelWithProjection"
|
40 |
+
],
|
41 |
+
"image_project": [
|
42 |
+
"diffusers",
|
43 |
+
"CLIPImageProjection"
|
44 |
]
|
45 |
}
|