Spaces:
Running
Running
GeeveGeorge
commited on
Commit
•
64914c4
1
Parent(s):
44dcb2b
new requirments for faster inference, vae tiling and cpu offloading thanks to new diffusers update.
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
gradio==4.40.0
|
2 |
imageio-ffmpeg==0.5.1
|
3 |
torch==2.2.0
|
4 |
-
git+https://github.com/huggingface/diffusers.git
|
|
|
5 |
transformers==4.42.0
|
6 |
spaces==0.29.2
|
7 |
moviepy==1.0.3
|
8 |
openai==1.38.0
|
9 |
-
accelerate==0.33.0
|
10 |
sentencepiece==0.2.0
|
11 |
Pillow==9.5.0
|
|
|
1 |
gradio==4.40.0
|
2 |
imageio-ffmpeg==0.5.1
|
3 |
torch==2.2.0
|
4 |
+
git+https://github.com/huggingface/diffusers.git
|
5 |
+
git+https://github.com/huggingface/accelerate.git
|
6 |
transformers==4.42.0
|
7 |
spaces==0.29.2
|
8 |
moviepy==1.0.3
|
9 |
openai==1.38.0
|
|
|
10 |
sentencepiece==0.2.0
|
11 |
Pillow==9.5.0
|