Spaces:
Runtime error
Runtime error
Joseph Catrambone
commited on
Commit
•
2a61ce0
1
Parent(s):
61dc3f4
Pin version of diffusers.
Browse files- requirements.txt +5 -5
requirements.txt
CHANGED
@@ -1,16 +1,16 @@
|
|
1 |
einops
|
2 |
gradio
|
3 |
-
|
4 |
-
mediapipe==0.9.1.0
|
5 |
numpy
|
6 |
omegaconf
|
|
|
|
|
|
|
7 |
open-clip-torch==2.14.0
|
8 |
Pillow==9.4.0
|
9 |
pytorch-lightning==1.9.3
|
10 |
-
timm
|
11 |
transformers==4.26.1
|
12 |
torch==1.13.1
|
13 |
torchvision==0.14.1
|
14 |
tqdm==4.64.1
|
15 |
-
|
16 |
-
diffusers
|
|
|
1 |
einops
|
2 |
gradio
|
3 |
+
accelerate
|
|
|
4 |
numpy
|
5 |
omegaconf
|
6 |
+
timm
|
7 |
+
huggingface_hub==0.13.3
|
8 |
+
mediapipe==0.9.1.0
|
9 |
open-clip-torch==2.14.0
|
10 |
Pillow==9.4.0
|
11 |
pytorch-lightning==1.9.3
|
|
|
12 |
transformers==4.26.1
|
13 |
torch==1.13.1
|
14 |
torchvision==0.14.1
|
15 |
tqdm==4.64.1
|
16 |
+
diffusers==0.14
|
|