valhalla commited on
Commit
747c867
1 Parent(s): 62638f3

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 -U controlnet_aux==0.0.7 # 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 timm==0.6.12 # for conditioning models and detectors
53
  pip install transformers accelerate safetensors
54
  ```
55