raymondlo84
commited on
Commit
•
9d44a68
1
Parent(s):
7b57472
Upload 9 files
Browse filesFP16 version of the model and thus will reduce the download time and also significantly accelerate on the GPU execution time (e.g., 1.79 it/s vs 6.64 it/s on A770m). It also reduce the memory usage (RAM and VRAM).
- README.md +7 -0
- text_encoder.bin +2 -2
- text_encoder.xml +0 -0
- unet.bin +2 -2
- unet.xml +0 -0
- vae_decoder.bin +2 -2
- vae_decoder.xml +0 -0
- vae_encoder.bin +2 -2
- vae_encoder.xml +0 -0
README.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- openvino
|
5 |
+
- stablediffusion
|
6 |
---
|
7 |
+
|
8 |
+
For more info on how we generate these IR files: https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/225-stable-diffusion-text-to-image
|
9 |
+
|
10 |
+
Please install [OpenVINO Notebooks](https://github.com/openvinotoolkit/openvino_notebooks) and run the 225-stable-diffusion-text-to-image notebook. The IR files will be in the folder after the processing.
|
text_encoder.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2be778146e213c7c4fc0fafe3d6569abd0feb1e275c7dbd1df9939598b36e1f2
|
3 |
+
size 246133100
|
text_encoder.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
unet.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e7ce8831002f9297fd38841fe2df5a3bd726099618d007fb9d7f56474350ab0d
|
3 |
+
size 1719043290
|
unet.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
vae_decoder.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4251f9ce286dcb79351bbda8c5a920bc63c09f8ee30475709e8bc0131569c144
|
3 |
+
size 98980680
|
vae_decoder.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
vae_encoder.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b737dfe84c18cf473b92ffb79948e0ee20011a466a388801326f8dc4c11d1148
|
3 |
+
size 68327524
|
vae_encoder.xml
CHANGED
The diff for this file is too large to render.
See raw diff
|
|