patrickvonplaten
commited on
Commit
•
573576b
1
Parent(s):
d41cfd0
Update README.md
Browse files
README.md
CHANGED
@@ -79,7 +79,7 @@ You can optimize for memory usage by enabling attention and VAE slicing and usin
|
|
79 |
This should allow you to generate videos up to 25 seconds on less than 16GB of GPU VRAM.
|
80 |
|
81 |
```bash
|
82 |
-
$ pip install
|
83 |
```
|
84 |
|
85 |
```py
|
|
|
79 |
This should allow you to generate videos up to 25 seconds on less than 16GB of GPU VRAM.
|
80 |
|
81 |
```bash
|
82 |
+
$ pip install diffusers transformers accelerate transformers accelerate
|
83 |
```
|
84 |
|
85 |
```py
|