juxuan27 Juno360219 commited on
Commit
02b2219
1 Parent(s): 193a3d2

Delete data/ckpt/realisticVisionV60B1_v51VAE/safety_checker (#3)

Browse files

- Delete data/ckpt/realisticVisionV60B1_v51VAE/safety_checker (861e3c8412aa40c58534d989f10c5d18ffb29fc9)


Co-authored-by: Jessie Rice <Juno360219@users.noreply.huggingface.co>

data/ckpt/realisticVisionV60B1_v51VAE/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": "float32",
18
- "transformers_version": "4.37.2",
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
- }