naclbit patrickvonplaten commited on
Commit
c32b10d
1 Parent(s): 59d57b9

Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (#15)

Browse files

- Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`. (59c95224e1af803b20d2ff95a687e309d7a70f3b)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>

Files changed (1) hide show
  1. model_index.json +1 -1
model_index.json CHANGED
@@ -3,7 +3,7 @@
3
  "_diffusers_version": "0.6.0",
4
  "feature_extractor": [
5
  "transformers",
6
- "CLIPFeatureExtractor"
7
  ],
8
  "safety_checker": [
9
  "stable_diffusion",
3
  "_diffusers_version": "0.6.0",
4
  "feature_extractor": [
5
  "transformers",
6
+ "CLIPImageProcessor"
7
  ],
8
  "safety_checker": [
9
  "stable_diffusion",