patrickvonplaten
commited on
Commit
•
52b73df
1
Parent(s):
4f7aefa
Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,7 @@ This `stable-diffusion-2-1` model is fine-tuned from [stable-diffusion-2](https:
|
|
38 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
39 |
|
40 |
```bash
|
41 |
-
pip install
|
42 |
```
|
43 |
Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
|
44 |
|
|
|
38 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
|
39 |
|
40 |
```bash
|
41 |
+
pip install diffusers transformers accelerate scipy safetensors
|
42 |
```
|
43 |
Running the pipeline (if you don't swap the scheduler it will run with the default DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
|
44 |
|