Update README.md
Browse files
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 |
|