nitrosocke patrickvonplaten commited on
Commit
9596876
1 Parent(s): 585e1e2

Add pip installs (#14)

Browse files

- Add pip installs (bf489cbf0869b0fc851714bc79f73b3ecbf6ad72)


Co-authored-by: Patrick von Platen <patrickvonplaten@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -0
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