Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
---
|
2 |
license: openrail++
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: openrail++
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: text-to-image
|
6 |
+
tags:
|
7 |
+
- art
|
8 |
+
- stable-diffusion-xl
|
9 |
+
- onnxruntime-directml
|
10 |
+
library_name: diffusers
|
11 |
---
|
12 |
+
Model playground-v2-1024px-aesthetic optimized using Microsoft Olive (https://github.com/microsoft/Olive). Provides massively increased generation speed on my AMD RX 7900 XT on Windows 11 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.
|
15 |
+
Warning 2: Outputs from this model will contain some noise and may need to be refined using another model.
|
16 |
+
|
17 |
+
Credit for the original model to PlaygroundAI: https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
|
18 |
+
|
19 |
+
Other models I've uploaded: https://huggingface.co/greentree/SDXL-olive-optimized, https://huggingface.co/greentree/SDXL-Refiner-olive-optimized, https://huggingface.co/greentree/Dreamshaper-XL-olive-optimized
|
20 |
+
|
21 |
+
Also see a collection of many more models like this by https://huggingface.co/softwareweaver
|