Update instructions to use diffusers >= 0.27.0
Browse files
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.
|
33 |
|
34 |
```
|
35 |
-
pip install
|
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 |
|