patrickvonplaten
commited on
Commit
•
878a1e9
1
Parent(s):
3dd0970
Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ This `stable-diffusion-2-1-unclip-small` is a finetuned version of Stable Diffus
|
|
37 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion UnCLIP 2-1-small in a simple and efficient manner.
|
38 |
|
39 |
```bash
|
40 |
-
pip install
|
41 |
```
|
42 |
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):
|
43 |
|
|
|
37 |
Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion UnCLIP 2-1-small in a simple and efficient manner.
|
38 |
|
39 |
```bash
|
40 |
+
pip install diffusers transformers accelerate scipy safetensors
|
41 |
```
|
42 |
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):
|
43 |
|