patrickvonplaten
commited on
Commit
•
8ab8709
1
Parent(s):
d844f66
Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#4)
Browse files- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (e6da5597652a63eaf2c8742112c8fa1ee763daf1)
- model_index.json +1 -1
model_index.json
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
"_diffusers_version": "0.4.1",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
-
"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
"stable_diffusion",
|
|
|
3 |
"_diffusers_version": "0.4.1",
|
4 |
"feature_extractor": [
|
5 |
"transformers",
|
6 |
+
"CLIPImageProcessor"
|
7 |
],
|
8 |
"safety_checker": [
|
9 |
"stable_diffusion",
|