Commit
·
19b610c
1
Parent(s):
45ad647
Update README.md
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ In addition to the textual input, it receives a `noise_level` as an input parame
|
|
| 41 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
| 42 |
|
| 43 |
```bash
|
| 44 |
-
pip install
|
| 45 |
```
|
| 46 |
|
| 47 |
```python
|
|
|
|
| 41 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
| 42 |
|
| 43 |
```bash
|
| 44 |
+
pip install diffusers transformers accelerate scipy safetensors
|
| 45 |
```
|
| 46 |
|
| 47 |
```python
|