valhalla commited on
Commit
f909988
1 Parent(s): 2e0c790

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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@t2iadapterxl # for now
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
  ```