Update README.md
Browse files
README.md
CHANGED
@@ -33,7 +33,7 @@ stable-fast works as a plugin framework for **PyTorch**. It utilizes existing Py
|
|
33 |
|
34 |
### Install dependencies
|
35 |
```bash
|
36 |
-
pip install diffusers
|
37 |
```
|
38 |
|
39 |
### Download repository and run script for stable-fast installation
|
|
|
33 |
|
34 |
### Install dependencies
|
35 |
```bash
|
36 |
+
pip install diffusers transformers safetensors accelerate sentencepiece
|
37 |
```
|
38 |
|
39 |
### Download repository and run script for stable-fast installation
|