patrickvonplaten
commited on
Commit
•
4ad0310
1
Parent(s):
db261fe
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#3)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (172954c3f67b9873dadc72b4845aacac2b243eaa)
- 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",
|