Fix deprecation warning by changing `CLIPFeatureExtractor` to `CLIPImageProcessor`.

#4

Hey sd-dreambooth-library πŸ‘‹,

Your model repository seems to contain logic to load a feature extractor that is deprecated, which you should notice by seeing the warning:

transformers/models/clip/feature_extraction_clip.py:28: FutureWarning: The class CLIPFeatureExtractor is deprecated and will be removed in version 5 of Transformers. Please use CLIPImageProcessor instead. warnings.warn(

when running pipe = DiffusionPipeline.from_pretrained(sd-dreambooth-library/vaporfades).This PR makes sure that the warning does not show anymore by replacing CLIPFeatureExtractor with CLIPImageProcessor. This will certainly not change or break your checkpoint, but onlymake sure that everything is up to date.

Best, the 🧨 Diffusers team.

Stable Diffusion Dreambooth Concepts Library org
β€’
edited May 5, 2023

Why was I sent over a hundred emails from this even though I have not signed up for notifications from this project. Not to mention it was the same f-ing email with all presumably other model names in the subject line.
IMG_7685.png
IMG_7684.png

patrickvonplaten changed pull request status to merged

Sign up or log in to comment