Add pip installs
#14
by
patrickvonplaten
- opened
README.md
CHANGED
@@ -15,6 +15,7 @@ please have a look at the [Stable Diffusion](https://huggingface.co/docs/diffuse
|
|
15 |
You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
|
16 |
|
17 |
```python
|
|
|
18 |
from diffusers import StableDiffusionPipeline
|
19 |
import torch
|
20 |
|
|
|
15 |
You can also export the model to [ONNX](https://huggingface.co/docs/diffusers/optimization/onnx), [MPS](https://huggingface.co/docs/diffusers/optimization/mps) and/or [FLAX/JAX]().
|
16 |
|
17 |
```python
|
18 |
+
#!pip install diffusers transformers scipy torch
|
19 |
from diffusers import StableDiffusionPipeline
|
20 |
import torch
|
21 |
|