Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
pipeline_tag: text-to-image
|
5 |
+
tags:
|
6 |
+
- stablediffusion
|
7 |
+
- openvino
|
8 |
+
- add
|
9 |
+
---
|
10 |
+
|
11 |
+
The SDXL Turbo model is converted to OpenVINO for the fast inference on CPU. This model is intended for research purpose only.
|
12 |
+
|
13 |
+
Original Model : [sdxl-turbo](https://huggingface.co/stabilityai/sdxl-turbo)
|
14 |
+
|
15 |
+
The SDXL Turbo Model is licensed under the Stability AI Non-Commercial Research Community License, Copyright (c) Stability AI Ltd. All Rights Reserved.
|