Update README.md
Browse files
README.md
CHANGED
@@ -6,10 +6,13 @@ pipeline_tag: text-to-image
|
|
6 |
tags:
|
7 |
- art
|
8 |
- stable-diffusion-xl
|
|
|
9 |
library_name: diffusers
|
10 |
---
|
11 |
Model Stable Diffusion XL 1.0 Base optimized using Microsoft Olive (https://github.com/microsoft/Olive). Provides massively increased generation speed on my AMD RX 7900 XT for images of size 1024*1024. (~10s/it --> ~3.80it/s)
|
12 |
|
|
|
|
|
13 |
Credit for the original model to StabilityAI: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
14 |
|
15 |
Other models I've uploaded: https://huggingface.co/greentree/SDXL-Refiner-olive-optimized, https://huggingface.co/greentree/Dreamshaper-XL-olive-optimized
|
|
|
6 |
tags:
|
7 |
- art
|
8 |
- stable-diffusion-xl
|
9 |
+
- onnxruntime
|
10 |
library_name: diffusers
|
11 |
---
|
12 |
Model Stable Diffusion XL 1.0 Base optimized using Microsoft Olive (https://github.com/microsoft/Olive). Provides massively increased generation speed on my AMD RX 7900 XT for images of size 1024*1024. (~10s/it --> ~3.80it/s)
|
13 |
|
14 |
+
Warning: Requires ONNX Runtime, so this will not work interchangably with any other custom model. I hope all these downloads weren't just like four people trying in vain.
|
15 |
+
|
16 |
Credit for the original model to StabilityAI: https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0
|
17 |
|
18 |
Other models I've uploaded: https://huggingface.co/greentree/SDXL-Refiner-olive-optimized, https://huggingface.co/greentree/Dreamshaper-XL-olive-optimized
|