patrickvonplaten
commited on
Commit
·
9322455
1
Parent(s):
b85fbf3
Update README.md
Browse files
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
|
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
|