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