CoolFace
Modelpublic

diffusers/FLUX.2-dev-bnb-4bit

sourceHugging Faceotherupdated 10mo agoView on Hugging Face
33likes21kdownloads
preprocessor_config.json35 linesDownload Raw Back to tokenizer
1{2  "crop_size": null,3  "data_format": "channels_first",4  "default_to_square": true,5  "device": null,6  "disable_grouping": null,7  "do_center_crop": null,8  "do_convert_rgb": true,9  "do_normalize": true,10  "do_pad": null,11  "do_rescale": true,12  "do_resize": true,13  "image_mean": [14    0.48145466,15    0.4578275,16    0.4082107317  ],18  "image_processor_type": "PixtralImageProcessorFast",19  "image_std": [20    0.26862954,21    0.26130258,22    0.2757771123  ],24  "input_data_format": null,25  "pad_size": null,26  "patch_size": 14,27  "processor_class": "PixtralProcessor",28  "resample": 3,29  "rescale_factor": 0.00392156862745098,30  "return_tensors": null,31  "size": {32    "longest_edge": 154033  }34}35