greentree commited on
Commit
2a0a119
1 Parent(s): e919cba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -9,10 +9,11 @@ tags:
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
 
 
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.85it/s, faster than ROCm!)
13
 
14
+ Warning: Requires ONNX Runtime, so this will not work interchangably with any other custom model.
15
+
16
+ Warning 2: Outputs from this model will contain some noise and may need to be refined using another model. I'm commited to updating this if the optimization is improved.
17
 
18
  Credit for the original model to PlaygroundAI: https://huggingface.co/playgroundai/playground-v2-1024px-aesthetic
19