Add OpenVino files
Browse files- README.md +2 -3
- text_encoder.bin +3 -0
- text_encoder.xml +0 -0
- unet.bin +3 -0
- unet.xml +0 -0
- vae_decoder.bin +3 -0
- vae_decoder.xml +0 -0
- vae_encoder.bin +3 -0
- vae_encoder.xml +0 -0
README.md
CHANGED
@@ -1,3 +1,2 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
---
|
|
|
1 |
+
This is a copy of [AstraliteHeart's Pony Diffusion v3.1](https://huggingface.co/AstraliteHeart/pony-diffusion-v3) model, converted to the [OpenVino IR](https://github.com/openvinotoolkit/openvino_notebooks/tree/main/notebooks/225-stable-diffusion-text-to-image) for compatibility with [CPUtard](https://rentry.co/CPUtard).
|
2 |
+
|
|
text_encoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5a32b7fb509a99654ad6cb87bdf33f3226a129155826abae5b777677473c82a7
|
3 |
+
size 246133100
|
text_encoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
unet.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:988546da5a611cf2ff47e5ed480e53dd4713d88a4183e50b9e12921619b602c8
|
3 |
+
size 1719043290
|
unet.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vae_decoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b03c05058d87b8f3a2d3969270ef7732cc0450c2460accf195570538e2a86d06
|
3 |
+
size 98980680
|
vae_decoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|
vae_encoder.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b737dfe84c18cf473b92ffb79948e0ee20011a466a388801326f8dc4c11d1148
|
3 |
+
size 68327524
|
vae_encoder.xml
ADDED
The diff for this file is too large to render.
See raw diff
|
|