linrock commited on
Commit
1e032f1
1 Parent(s): af20e72

Update instructions to use diffusers >= 0.27.0

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -29,10 +29,10 @@ For details on the development and training of our model, please refer to our [b
29
 
30
  ### Using the model with 🧨 Diffusers
31
 
32
- Install diffusers >= 0.27.0 and the relevant dependencies. For now, you need to install from the `main` diffusers branch in GitHub until a new release is published in PyPi.
33
 
34
  ```
35
- pip install git+https://github.com/huggingface/diffusers.git
36
  pip install transformers accelerate safetensors
37
  ```
38
 
 
29
 
30
  ### Using the model with 🧨 Diffusers
31
 
32
+ Install diffusers >= 0.27.0 and the relevant dependencies.
33
 
34
  ```
35
+ pip install diffusers>=0.27.0
36
  pip install transformers accelerate safetensors
37
  ```
38