valhalla commited on
Commit
107ca4d
1 Parent(s): 7978a3a

Update README.md

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