patrickvonplaten commited on
Commit
e99f66a
1 Parent(s): f9ed2a3

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-unclip` is a finetuned version of Stable Diffusion 2.
37
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion UnCLIP 2-1-small in a simple and efficient manner.
38
 
39
  ```bash
40
- pip install git+https://github.com/diffusers.git transformers accelerate scipy safetensors
41
  ```
42
  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 DPMSolverMultistepScheduler):
43
 
 
37
  Using the [🤗's Diffusers library](https://github.com/huggingface/diffusers) to run Stable Diffusion UnCLIP 2-1-small 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 DDIM, in this example we are swapping it to DPMSolverMultistepScheduler):
43