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