patrickvonplaten commited on
Commit
16c3b1a
1 Parent(s): 043b145

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -37,7 +37,7 @@ This `stable-diffusion-2-1-base` model fine-tunes [stable-diffusion-2-base](http
37
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 in a simple and efficient manner.
38
 
39
  ```bash
40
- pip install --upgrade git+https://github.com/huggingface/diffusers.git transformers accelerate scipy
41
  ```
42
  Running the pipeline (if you don't swap the scheduler it will run with the default PNDM/PLMS scheduler, in this example we are swapping it to EulerDiscreteScheduler):
43
 
37
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion 2 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 PNDM/PLMS scheduler, in this example we are swapping it to EulerDiscreteScheduler):
43