valhalla commited on
Commit
5f1f33b
1 Parent(s): 07e9e9c

Update README.md

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