patrickvonplaten commited on
Commit
19b610c
1 Parent(s): 45ad647

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -41,7 +41,7 @@ In addition to the textual input, it receives a `noise_level` as an input parame
41
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
42
 
43
  ```bash
44
- pip install --upgrade git+https://github.com/huggingface/diffusers.git transformers accelerate scipy
45
  ```
46
 
47
  ```python
 
41
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
42
 
43
  ```bash
44
+ pip install diffusers transformers accelerate scipy safetensors
45
  ```
46
 
47
  ```python