patrickvonplaten commited on
Commit
9322455
1 Parent(s): b85fbf3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -13,7 +13,7 @@ GitHub: https://github.com/timothybrooks/instruct-pix2pix
13
  To use `InstructPix2Pix`, install `diffusers` using `main` for now. The pipeline will be available in the next release
14
 
15
  ```bash
16
- pip install git+https://github.com/huggingface/diffusers.git
17
  ```
18
 
19
  ```python
 
13
  To use `InstructPix2Pix`, install `diffusers` using `main` for now. The pipeline will be available in the next release
14
 
15
  ```bash
16
+ pip install diffusers accelerate safetensors transformers
17
  ```
18
 
19
  ```python