Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,14 @@
|
|
1 |
---
|
2 |
library_name: diffusers
|
3 |
pipeline_tag: text-to-image
|
|
|
|
|
4 |
---
|
5 |
# SimianLuo/LCM_Dreamshaper_v7 for OpenVINO
|
6 |
|
7 |
This is the [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) model converted to [OpenVINO](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html) for accelerated inference.
|
8 |
|
9 |
-
|
10 |
|
11 |
```
|
12 |
from optimum.intel import OVLatentConsistencyModelPipeline
|
|
|
1 |
---
|
2 |
library_name: diffusers
|
3 |
pipeline_tag: text-to-image
|
4 |
+
tags:
|
5 |
+
- openvino
|
6 |
---
|
7 |
# SimianLuo/LCM_Dreamshaper_v7 for OpenVINO
|
8 |
|
9 |
This is the [SimianLuo/LCM_Dreamshaper_v7](https://huggingface.co/SimianLuo/LCM_Dreamshaper_v7) model converted to [OpenVINO](https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/overview.html) for accelerated inference.
|
10 |
|
11 |
+
Requirements: `pip install optimum[openvino,diffusers]`
|
12 |
|
13 |
```
|
14 |
from optimum.intel import OVLatentConsistencyModelPipeline
|