Spaces:
Running
Running
Update requirements
Browse files- requirements.txt +30 -6
requirements.txt
CHANGED
@@ -1,6 +1,30 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
torch
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
clip @ git+https://github.com/openai/CLIP.git
|
2 |
+
einops>=0.6.1
|
3 |
+
numpy>=1.24.4
|
4 |
+
open-clip-torch>=2.20.0
|
5 |
+
opencv-python==4.6.0.66
|
6 |
+
pillow>=9.5.0
|
7 |
+
scipy==1.11.1
|
8 |
+
timm>=0.9.2
|
9 |
+
tokenizers
|
10 |
+
torch>=2.0.1
|
11 |
+
|
12 |
+
torchaudio>=2.0.2
|
13 |
+
torchdata==0.6.1
|
14 |
+
torchmetrics>=1.0.1
|
15 |
+
torchvision>=0.15.2
|
16 |
+
|
17 |
+
tqdm>=4.65.0
|
18 |
+
transformers
|
19 |
+
triton==2.0.0
|
20 |
+
urllib3<1.27,>=1.25.4
|
21 |
+
xformers>=0.0.20
|
22 |
+
accelerate
|
23 |
+
streamlit-keyup==0.2.0
|
24 |
+
lpips
|
25 |
+
clean-fid
|
26 |
+
peft
|
27 |
+
dominate
|
28 |
+
diffusers==0.25.1
|
29 |
+
gradio==3.43.1
|
30 |
+
hf_transfer
|