ShadowPower commited on
Commit
9edf985
1 Parent(s): ce27b0c

upload weights

Browse files
Files changed (5) hide show
  1. README.md +18 -0
  2. text_encoder.onnx +3 -0
  3. unet.tar.zst +3 -0
  4. vae_decoder.onnx +3 -0
  5. vae_encoder.onnx +3 -0
README.md CHANGED
@@ -1,3 +1,21 @@
1
  ---
2
  license: creativeml-openrail-m
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
  ---
4
+
5
+
6
+
7
+ It should work for [GitHub - bes-dev/stable_diffusion.openvino at sb/onnxruntime](https://github.com/bes-dev/stable_diffusion.openvino/tree/sb/onnxruntime)
8
+
9
+ , but I didn't test it.
10
+
11
+ In a private project I wrote myself, `unet.onnx` and `vae_decoder.onnx` are tested and confirmed to work.
12
+
13
+ ---
14
+
15
+ Converted from the pre-trained weights `wd-v1-3-full.ckpt` in this repository: [hakurei/waifu-diffusion-v1-3 · Hugging Face](https://huggingface.co/hakurei/waifu-diffusion-v1-3).
16
+
17
+ The text encoder is from the original repository: [bes-dev/stable-diffusion-v1-4-onnx · Hugging Face](https://huggingface.co/bes-dev/stable-diffusion-v1-4-onnx).
18
+
19
+ The computation graph for onnx in this repository is the same as in this repository:
20
+
21
+ [bes-dev/stable-diffusion-v1-4-onnx · Hugging Face](https://huggingface.co/bes-dev/stable-diffusion-v1-4-onnx).
text_encoder.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62bdb95f7f0620a1097f2d956a27e81780082c207d57eeb38c6218b1c91a353b
3
+ size 495306424
unet.tar.zst ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:623cd029213ff4944295b53499f80276f94edf456f1cf11c6e27f68a14992548
3
+ size 3188093400
vae_decoder.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0b80b7bce4b9aee036a0b036e7b7f848c02df2cb5991454cae504435a6358169
3
+ size 198019341
vae_encoder.onnx ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa5fa11ea7f4433682669077a0cfb635cd32fbc86b26672c8bc8867f496414e
3
+ size 136708283