Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ This checkpoint provides conditioning on lineart for the StableDiffusionXL check
|
|
52 |
To get started, first install the required dependencies:
|
53 |
|
54 |
```bash
|
55 |
-
pip install git+https://github.com/huggingface/diffusers.git
|
56 |
pip install -U controlnet_aux==0.0.7 # for conditioning models and detectors
|
57 |
pip install transformers accelerate safetensors
|
58 |
```
|
|
|
52 |
To get started, first install the required dependencies:
|
53 |
|
54 |
```bash
|
55 |
+
pip install -U git+https://github.com/huggingface/diffusers.git
|
56 |
pip install -U controlnet_aux==0.0.7 # for conditioning models and detectors
|
57 |
pip install transformers accelerate safetensors
|
58 |
```
|