rupeshs commited on
Commit
06fa0f0
1 Parent(s): 79a0e58

libs update

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -22,10 +22,10 @@ This 8 bit model is **1.4x** faster than `float32` model.
22
  ## Usage
23
  You can try out model using [Fast SD CPU](https://github.com/rupeshs/fastsdcpu)
24
 
25
- To run the model yourself, you can leverage the optimum-intel library:
26
- 1. Install the library:
27
  ```
28
- pip install optimum-intel
29
  ```
30
  2. Run the model:
31
  ```py
 
22
  ## Usage
23
  You can try out model using [Fast SD CPU](https://github.com/rupeshs/fastsdcpu)
24
 
25
+ To run the model yourself, you can leverage the 🧨 Diffusers library:
26
+ 1. Install the dependencies:
27
  ```
28
+ pip install optimum-intel openvino diffusers onnx
29
  ```
30
  2. Run the model:
31
  ```py