helenai commited on
Commit
1bd9b3f
1 Parent(s): 1befdb5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
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
- Example code:
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