helenai commited on
Commit
d95c9ff
1 Parent(s): 10b0387

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -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/stabilityai/stable-diffusion-2-1) 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
 
18
 
19
  Please check out the [source model repository](https://huggingface.co/stabilityai/stable-diffusion-2-1) for more information about the model and its license.
20
 
21
+ To install the requirements for this demo, do `pip install "optimum-intel[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