Commit
·
8a05cda
1
Parent(s):
455a0f4
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ The model is trained from scratch 550k steps at resolution `256x256` on a subset
|
|
| 39 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
| 40 |
|
| 41 |
```bash
|
| 42 |
-
pip install
|
| 43 |
```
|
| 44 |
Running the pipeline (if you don't swap the scheduler it will run with the default PNDM/PLMS scheduler, in this example we are swapping it to EulerDiscreteScheduler):
|
| 45 |
|
|
|
|
| 39 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
| 40 |
|
| 41 |
```bash
|
| 42 |
+
pip install diffusers transformers accelerate scipy safetensors
|
| 43 |
```
|
| 44 |
Running the pipeline (if you don't swap the scheduler it will run with the default PNDM/PLMS scheduler, in this example we are swapping it to EulerDiscreteScheduler):
|
| 45 |
|