Yntec/OpenDiffusion
268
1{2 "_name_or_path": "CompVis/stable-diffusion-safety-checker",3 "architectures": [4 "StableDiffusionSafetyChecker"5 ],6 "initializer_factor": 1.0,7 "logit_scale_init_value": 2.6592,8 "model_type": "clip",9 "projection_dim": 768,10 "text_config": {11 "dropout": 0.0,12 "hidden_size": 768,13 "intermediate_size": 3072,14 "model_type": "clip_text_model",15 "num_attention_heads": 1216 },17 "torch_dtype": "float32",18 "transformers_version": "4.41.1",19 "vision_config": {20 "dropout": 0.0,21 "hidden_size": 1024,22 "intermediate_size": 4096,23 "model_type": "clip_vision_model",24 "num_attention_heads": 16,25 "num_hidden_layers": 24,26 "patch_size": 1427 }28}29 