Update README.md
Browse filesUpdate the install instruction
README.md
CHANGED
@@ -87,7 +87,7 @@ Which should give you an image like below:
|
|
87 |
|
88 |
### Using Controlnets in Diffusers
|
89 |
|
90 |
-
Make sure you upgrade to the latest version of diffusers: `pip install
|
91 |
|
92 |
```python
|
93 |
import torch
|
|
|
87 |
|
88 |
### Using Controlnets in Diffusers
|
89 |
|
90 |
+
Make sure you upgrade to the latest version of diffusers: `pip install git+https://github.com/huggingface/diffusers`. And then you can run:
|
91 |
|
92 |
```python
|
93 |
import torch
|