Adding `safetensors` variant of this model
Browse filesThis is an automated PR created with https://huggingface.co/spaces/safetensors/convert
This new file is equivalent to `pytorch_model.bin` but safe in the sense that
no arbitrary code can be put into it.
These files also happen to load much faster than their pytorch counterpart:
https://colab.research.google.com/github/huggingface/notebooks/blob/main/safetensors_doc/en/speed.ipynb
The widgets on your model page will run using this model even if this is not merged
making sure the file actually works.
If you find any issues: please report here: https://huggingface.co/spaces/safetensors/convert/discussions
Feel free to ignore this PR.
.gitattributes
CHANGED
|
@@ -37,3 +37,7 @@ concept_images/2.JPG filter=lfs diff=lfs merge=lfs -text
|
|
| 37 |
concept_images/5.JPG filter=lfs diff=lfs merge=lfs -text
|
| 38 |
concept_images/1.JPG filter=lfs diff=lfs merge=lfs -text
|
| 39 |
concept_images/3.JPG filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 37 |
concept_images/5.JPG filter=lfs diff=lfs merge=lfs -text
|
| 38 |
concept_images/1.JPG filter=lfs diff=lfs merge=lfs -text
|
| 39 |
concept_images/3.JPG filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
vae/diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
text_encoder/model.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
safety_checker/model.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
unet/diffusion_pytorch_model.safetensors filter=lfs diff=lfs merge=lfs -text
|
safety_checker/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:08902f19b1cfebd7c989f152fc0507bef6898c706a91d666509383122324b511
|
| 3 |
+
size 608018440
|
text_encoder/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:77795e2023adcf39bc29a884661950380bd093cf0750a966d473d1718dc9ef4e
|
| 3 |
+
size 246144864
|
unet/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:93530e625d1a8c7ffba756fcf22339a5f0d2af96d5791b431991f858332b46fe
|
| 3 |
+
size 1719125304
|
vae/diffusion_pytorch_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e26cc08b22706b424d8400f203befe9761065bc932a699e254c2bcd9fc5d1885
|
| 3 |
+
size 167335350
|