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