CoolFace
Modelpublic

matttrent/sd-image-variations-diffusers

sourceHugging Faceotherupdated 4y agoView on Hugging Face
6likes12downloads
preprocessor_config.json20 linesDownload Raw Back to text_processor
1{2  "crop_size": 224,3  "do_center_crop": true,4  "do_normalize": true,5  "do_resize": true,6  "feature_extractor_type": "CLIPFeatureExtractor",7  "image_mean": [8    0.48145466,9    0.4578275,10    0.4082107311  ],12  "image_std": [13    0.26862954,14    0.26130258,15    0.2757771116  ],17  "resample": 3,18  "size": 22419}20