Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
pipeline_tag:
|
3 |
inference: false
|
4 |
---
|
|
|
|
|
|
|
5 |
|
6 |
# Model summary
|
7 |
This Stable Diffusion Turbo model has been optimized to work with WebNN. This model is licensed under the [STABILITY AI NON-COMMERCIAL RESEARCH COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/sd-turbo/blob/main/LICENSE). For terms of use, please visit the [Acceptable Use Policy](https://stability.ai/use-policy). If you comply with the license and terms of use, you have the rights described therin. By using this Model, you accept the terms.
|
8 |
|
9 |
-
SD-Turbo-WebNN is meant to be used with the corresponding sample [here](https://microsoft.github.io/webnn-developer-preview/) for educational or testing purposes only.
|
10 |
|
11 |
# WebNN changes
|
12 |
This original model is [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo). SD-Turbo-WebNN is an ONNX version of the SD-Turbo model that optimizes for WebNN by using static input shapes and eliminates operators that are not in use.
|
@@ -127,4 +130,4 @@ The model is intended for both non-commercial and commercial usage.
|
|
127 |
|
128 |
## How to Get Started with the Model
|
129 |
|
130 |
-
Check out https://github.com/Stability-AI/generative-models
|
|
|
1 |
---
|
2 |
+
pipeline_tag: image-to-image
|
3 |
inference: false
|
4 |
---
|
5 |
+
# Changes in this fork:
|
6 |
+
This is a copy of https://huggingface.co/microsoft/sd-turbo-webnn/ that has been added the VAE encoder from https://huggingface.co/schmuell/sd-turbo-ort-web/ after casting the instance-normalization nodes to float32 using https://github.com/eyaler/webnn-developer-preview/blob/main/demos/sd-turbo/fix_instance_norm.js
|
7 |
+
|
8 |
|
9 |
# Model summary
|
10 |
This Stable Diffusion Turbo model has been optimized to work with WebNN. This model is licensed under the [STABILITY AI NON-COMMERCIAL RESEARCH COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/sd-turbo/blob/main/LICENSE). For terms of use, please visit the [Acceptable Use Policy](https://stability.ai/use-policy). If you comply with the license and terms of use, you have the rights described therin. By using this Model, you accept the terms.
|
11 |
|
12 |
+
SD-Turbo-WebNN is meant to be used with the corresponding sample [here](https://eyaler.github.io/webnn-developer-preview/) (originally: [here](https://microsoft.github.io/webnn-developer-preview/)) for educational or testing purposes only.
|
13 |
|
14 |
# WebNN changes
|
15 |
This original model is [SD-Turbo](https://huggingface.co/stabilityai/sd-turbo). SD-Turbo-WebNN is an ONNX version of the SD-Turbo model that optimizes for WebNN by using static input shapes and eliminates operators that are not in use.
|
|
|
130 |
|
131 |
## How to Get Started with the Model
|
132 |
|
133 |
+
Check out https://github.com/Stability-AI/generative-models
|