patrickvonplaten commited on
Commit
3d8508e
1 Parent(s): 3e072dd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 -U git+https://github.com/huggingface/diffusers.git accelerate ftfy scipy
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 accelerate ftfy scipy
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