ehristoforu
commited on
Commit
•
6444701
1
Parent(s):
2b72220
Delete safety_checker/config.json
Browse files- safety_checker/config.json +0 -28
safety_checker/config.json
DELETED
@@ -1,28 +0,0 @@
|
|
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": 12
|
16 |
-
},
|
17 |
-
"torch_dtype": "float16",
|
18 |
-
"transformers_version": "4.33.3",
|
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": 14
|
27 |
-
}
|
28 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|