Adding `diffusers` weights of this model
Browse filesThis PR adds fp32 and fp16 weights in PyTorch and safetensors format to digiplay/Sweet-mix_v2.2_flat
model_index.json
CHANGED
@@ -9,10 +9,10 @@
|
|
9 |
null,
|
10 |
null
|
11 |
],
|
12 |
-
"requires_safety_checker":
|
13 |
"safety_checker": [
|
14 |
-
|
15 |
-
|
16 |
],
|
17 |
"scheduler": [
|
18 |
"diffusers",
|
|
|
9 |
null,
|
10 |
null
|
11 |
],
|
12 |
+
"requires_safety_checker": true,
|
13 |
"safety_checker": [
|
14 |
+
"stable_diffusion",
|
15 |
+
"StableDiffusionSafetyChecker"
|
16 |
],
|
17 |
"scheduler": [
|
18 |
"diffusers",
|
text_encoder/config.json
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
"max_position_embeddings": 77,
|
16 |
"model_type": "clip_text_model",
|
17 |
"num_attention_heads": 12,
|
18 |
-
"num_hidden_layers":
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
|
|
15 |
"max_position_embeddings": 77,
|
16 |
"model_type": "clip_text_model",
|
17 |
"num_attention_heads": 12,
|
18 |
+
"num_hidden_layers": 12,
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
vae/diffusion_pytorch_model.fp16.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 167335342
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b7693298fa9d267155741d871b857c02d652e532248644236b714d6a9559dfd
|
3 |
size 167335342
|
vae/diffusion_pytorch_model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 334643268
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34c05beb36caa802c13ae0cab83c8bc08db7a4b649cecbcecab3801c21b90f80
|
3 |
size 334643268
|