Fictiverse patrickvonplaten commited on
Commit
3332755
1 Parent(s): 06ea34f

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

Browse files

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


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.8.0.dev0",
4
  "feature_extractor": [
5
  "transformers",
6
- "CLIPFeatureExtractor"
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",