Commit
•
3f9b86b
1
Parent(s):
3fb3c83
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#11)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (06924f40835982712bd429d56a582f68401b787c)
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.7.2",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
null,
|
|
|
3 |
"_diffusers_version": "0.7.2",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
+
"CLIPImageProcessor"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
null,
|