Commit
•
5e118dc
1
Parent(s):
b4d5f4e
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (ed1a6d521a6cf1b988fe95b35d3736b158e87c47)
Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>
- 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,
|