Update README.md
Browse files
README.md
CHANGED
@@ -40,9 +40,9 @@ Lastly, we introduce a new benchmark, [MJHQ-30K](#mjhq-30k-Benchmark), for autom
|
|
40 |
|
41 |
### Using the model with 🧨 Diffusers
|
42 |
|
43 |
-
Install diffusers >= 0.
|
44 |
```
|
45 |
-
pip install
|
46 |
```
|
47 |
|
48 |
To use the model, run:
|
|
|
40 |
|
41 |
### Using the model with 🧨 Diffusers
|
42 |
|
43 |
+
Install diffusers >= 0.24.0 and some dependencies:
|
44 |
```
|
45 |
+
pip install transformers accelerate safetensors
|
46 |
```
|
47 |
|
48 |
To use the model, run:
|