Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
@@ -8,7 +8,7 @@ diffusers==0.27.2
|
|
8 |
albumentations==1.3.0
|
9 |
av==10.0.0
|
10 |
boto3==1.26.115
|
11 |
-
|
12 |
decord==0.6.0
|
13 |
einops==0.7.0
|
14 |
fastapi==0.103.2
|
@@ -35,4 +35,6 @@ rotary-embedding-torch==0.5.3
|
|
35 |
easydict==1.13
|
36 |
torchsde==0.2.6
|
37 |
imageio[ffmpeg]==2.25.0
|
38 |
-
kornia==0.7.2
|
|
|
|
|
|
8 |
albumentations==1.3.0
|
9 |
av==10.0.0
|
10 |
boto3==1.26.115
|
11 |
+
open_clip_torch
|
12 |
decord==0.6.0
|
13 |
einops==0.7.0
|
14 |
fastapi==0.103.2
|
|
|
35 |
easydict==1.13
|
36 |
torchsde==0.2.6
|
37 |
imageio[ffmpeg]==2.25.0
|
38 |
+
kornia==0.7.2
|
39 |
+
clip @ git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33
|
40 |
+
open_clip_torch
|