patrickvonplaten commited on
Commit
786fa1a
1 Parent(s): c4c7950

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ You can try out Latency Consistency Models directly on:
39
  To run the model yourself, you can leverage the 🧨 Diffusers library:
40
  1. Install the library:
41
  ```
42
- pip install git+https://github.com/huggingface/diffusers.git
43
  pip install transformers accelerate
44
  ```
45
 
 
39
  To run the model yourself, you can leverage the 🧨 Diffusers library:
40
  1. Install the library:
41
  ```
42
+ pip install --upgrade diffusers # make sure to use at least diffusers >= 0.22
43
  pip install transformers accelerate
44
  ```
45