Commit
•
b4aa0d7
1
Parent(s):
2ea8132
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#5)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (9b779d5c9ab57bbf059cc106cad2da577f0d9c39)
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.8.0.dev0",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
"stable_diffusion",
|
|
|
3 |
"_diffusers_version": "0.8.0.dev0",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
+
"CLIPImageProcessor"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
"stable_diffusion",
|