kirisame commited on
Commit
c291e92
1 Parent(s): 2dff9da

Add WD 1.3 float16 weights

Browse files
safety_checker/config.json CHANGED
@@ -88,7 +88,7 @@
88
  "num_attention_heads": 12,
89
  "num_hidden_layers": 12
90
  },
91
- "torch_dtype": "float32",
92
  "transformers_version": null,
93
  "vision_config": {
94
  "_name_or_path": "",
 
88
  "num_attention_heads": 12,
89
  "num_hidden_layers": 12
90
  },
91
+ "torch_dtype": "float16",
92
  "transformers_version": null,
93
  "vision_config": {
94
  "_name_or_path": "",
safety_checker/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:193490b58ef62739077262e833bf091c66c29488058681ac25cf7df3d8190974
3
- size 1216061799
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d37ca6e57ace94e4c2f03ed0f67b6dc83e1ef1160892074917aa68b28e2afc1
3
+ size 608098599
text_encoder/config.json CHANGED
@@ -19,7 +19,7 @@
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
- "torch_dtype": "float32",
23
  "transformers_version": "4.22.2",
24
  "vocab_size": 49408
25
  }
 
19
  "num_hidden_layers": 12,
20
  "pad_token_id": 1,
21
  "projection_dim": 768,
22
+ "torch_dtype": "float16",
23
  "transformers_version": "4.22.2",
24
  "vocab_size": 49408
25
  }
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:770a47a9ffdcfda0b05506a7888ed714d06131d60267e6cf52765d61cf59fd67
3
- size 492305335
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:88bd85efb0f84e70521633f578715afb2873db4f2615fdfb1f66e99934715865
3
+ size 246184375
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f47e5665f0e85155a5f6f58683b04940c6b132023d584396226bf54419a78831
3
- size 3438354725
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:74e8495acd79b59493a5e3512d93d418f9188fb99dd66bd36560e6f7155a82c6
3
+ size 1719312805
vae/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1b134cded8eb78b184aefb8805b6b572f36fa77b255c483665dda931fa0130c5
3
- size 334707217
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:51c8904bc921e1e6f354b5fa8e99a1c82ead2f0540114de21557b8abfbb24ad0
3
+ size 167399505