valhalla commited on
Commit
2d7244b
1 Parent(s): 21e2062

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ This checkpoint provides conditioning on canny for the StableDiffusionXL checkpo
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
  ```