Commit
·
a88cdfb
1
Parent(s):
1b6409d
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#2)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (a801b90d0acae0bc3dbac9a75717e856c4f8a8e9)
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.0.dev0",
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
-
"
|
| 7 |
],
|
| 8 |
"safety_checker": [
|
| 9 |
null,
|
|
|
|
| 3 |
"_diffusers_version": "0.7.0.dev0",
|
| 4 |
"feature_extractor": [
|
| 5 |
"transformers",
|
| 6 |
+
"CLIPImageProcessor"
|
| 7 |
],
|
| 8 |
"safety_checker": [
|
| 9 |
null,
|