helenai commited on
Commit
f3dd6b0
1 Parent(s): 508c58c

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,7 +4,7 @@ tags:
4
  - stable-diffusion
5
  - text-to-image
6
  - openvino
7
- inference: true
8
  ---
9
 
10
  # OpenVINO Stable Diffusion
@@ -18,7 +18,7 @@ precision, which reduces the size of the model by half.
18
 
19
  Please check out the [source model repository](https://huggingface.co/naclbit/trinart_stable_diffusion_v2) for more information about the model and its license.
20
 
21
- To install the requirements for this demo, do `pip install optimum[openvino]`. This installs all the necessary dependencies,
22
  including Transformers and OpenVINO. For more detailed steps, please see this [installation guide](https://github.com/helena-intel/optimum-intel/wiki/OpenVINO-Integration-Installation-Guide).
23
 
24
  The simplest way to generate an image with stable diffusion takes only two lines of code, as shown below. The first line downloads the
 
4
  - stable-diffusion
5
  - text-to-image
6
  - openvino
7
+
8
  ---
9
 
10
  # OpenVINO Stable Diffusion
 
18
 
19
  Please check out the [source model repository](https://huggingface.co/naclbit/trinart_stable_diffusion_v2) for more information about the model and its license.
20
 
21
+ To install the requirements for this demo, do `pip install optimum[openvino, diffusers]`. This installs all the necessary dependencies,
22
  including Transformers and OpenVINO. For more detailed steps, please see this [installation guide](https://github.com/helena-intel/optimum-intel/wiki/OpenVINO-Integration-Installation-Guide).
23
 
24
  The simplest way to generate an image with stable diffusion takes only two lines of code, as shown below. The first line downloads the