patrickvonplaten
commited on
Commit
•
786fa1a
1
Parent(s):
c4c7950
Update README.md
Browse files
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
|
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 |
|