commit files to HF hub
Browse files
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/nitrosocke/Nitro-Diffusion) 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/nitrosocke/Nitro-Diffusion) 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
|