YiYiXu commited on
Commit
7e4e809
1 Parent(s): 71511b9

Update README.md

Browse files

Update the install instruction

Files changed (1) hide show
  1. README.md +1 -1
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 -U diffusers`. And then you can run:
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