Commit
·
69e81b7
1
Parent(s):
3724069
Update README.md
Browse files
README.md
CHANGED
|
@@ -35,12 +35,12 @@ We release our two models:
|
|
| 35 |
|
| 36 |
## Installing
|
| 37 |
|
| 38 |
-
|
| 39 |
|
| 40 |
```
|
| 41 |
-
pip install git+https://github.com/
|
|
|
|
| 42 |
```
|
| 43 |
-
The exact dependencies is got using `pip freeze` and can be found in `exact_requirements.txt`
|
| 44 |
|
| 45 |
## How to use:
|
| 46 |
|
|
|
|
| 35 |
|
| 36 |
## Installing
|
| 37 |
|
| 38 |
+
Make sure to install `diffusers` from main as well as Transformers, Accelerate
|
| 39 |
|
| 40 |
```
|
| 41 |
+
pip install git+https://github.com/huggingface/diffusers.git
|
| 42 |
+
pip install --upgrade transformers accelerate
|
| 43 |
```
|
|
|
|
| 44 |
|
| 45 |
## How to use:
|
| 46 |
|