patrickvonplaten
commited on
Commit
•
d41a068
1
Parent(s):
985a5c6
Update README.md
Browse files
README.md
CHANGED
@@ -41,7 +41,7 @@ Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) t
|
|
41 |
|
42 |
```bash
|
43 |
pip install -U git+https://github.com/huggingface/transformers.git
|
44 |
-
pip install diffusers accelerate
|
45 |
```
|
46 |
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 EulerDiscreteScheduler):
|
47 |
|
|
|
41 |
|
42 |
```bash
|
43 |
pip install -U git+https://github.com/huggingface/transformers.git
|
44 |
+
pip install diffusers transformers accelerate scipy safetensors
|
45 |
```
|
46 |
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 EulerDiscreteScheduler):
|
47 |
|