Commit
•
64761a6
1
Parent(s):
40837cb
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#16)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (e6d35a962291058ea1219a3614baea1fc33c6dd3)
Co-authored-by: Patrick von Platen <[email protected]>
- model_index.json +1 -1
model_index.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"_diffusers_version": "0.13.1",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
"requires_safety_checker": true,
|
9 |
"safety_checker": [
|
|
|
3 |
"_diffusers_version": "0.13.1",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
+
"CLIPImageProcessor"
|
7 |
],
|
8 |
"requires_safety_checker": true,
|
9 |
"safety_checker": [
|