valhalla commited on
Commit
ded4dee
1 Parent(s): 893afa6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ To get started, first install the required dependencies:
48
 
49
  ```bash
50
  pip install git+https://github.com/huggingface/diffusers.git@t2iadapterxl # for now
51
- pip install git+https://github.com/patrickvonplaten/controlnet_aux.git # for conditioning models and detectors
52
  pip install transformers accelerate safetensors
53
  ```
54
 
 
48
 
49
  ```bash
50
  pip install git+https://github.com/huggingface/diffusers.git@t2iadapterxl # for now
51
+ pip install -U controlnet_aux==0.0.7 # for conditioning models and detectors
52
  pip install transformers accelerate safetensors
53
  ```
54