Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +39 -21
requirements.txt
CHANGED
@@ -1,24 +1,42 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
4 |
sentencepiece==0.2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
pillow==11.2.1
|
6 |
-
|
7 |
-
|
8 |
-
scipy==1.
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
huggingface_hub
|
18 |
-
decord
|
19 |
-
imageio_ffmpeg
|
20 |
-
sageattention==1.0.6
|
21 |
-
xformers==0.0.29.post3
|
22 |
-
bitsandbytes==0.46.0
|
23 |
pillow-heif==0.22.0
|
24 |
-
|
|
|
|
1 |
+
pydantic==2.10.6 # To avoid the message "No API found" or "Internal server error"
|
2 |
+
|
3 |
+
fastapi==0.115.13
|
4 |
+
gradio_imageslider==0.0.20
|
5 |
+
gradio_client==1.10.3
|
6 |
+
numpy==1.26.4
|
7 |
+
requests==2.32.4
|
8 |
sentencepiece==0.2.0
|
9 |
+
tokenizers==0.19.1
|
10 |
+
torchvision==0.22.0
|
11 |
+
uvicorn==0.34.3
|
12 |
+
wandb==0.20.1
|
13 |
+
httpx==0.28.1
|
14 |
+
transformers==4.43.0
|
15 |
+
accelerate==1.8.0
|
16 |
+
scikit-learn==1.7.0
|
17 |
+
einops==0.8.1
|
18 |
+
einops-exts==0.0.4
|
19 |
+
timm==1.0.15
|
20 |
+
openai-clip==1.0.1
|
21 |
+
fsspec==2025.5.1
|
22 |
+
kornia==0.8.1
|
23 |
+
matplotlib==3.10.3
|
24 |
+
ninja==1.11.1.4
|
25 |
+
omegaconf==2.3.0
|
26 |
+
opencv-python==4.11.0.86
|
27 |
+
pandas==2.3.0
|
28 |
pillow==11.2.1
|
29 |
+
pytorch-lightning==2.5.1.post0
|
30 |
+
PyYAML==6.0.2
|
31 |
+
scipy==1.15.3
|
32 |
+
tqdm==4.67.1
|
33 |
+
triton==3.3.0
|
34 |
+
urllib3==2.4.0
|
35 |
+
webdataset==0.2.111
|
36 |
+
xformers==0.0.30
|
37 |
+
facexlib==0.3.0
|
38 |
+
k-diffusion==0.1.1.post1
|
39 |
+
diffusers==0.33.1
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
pillow-heif==0.22.0
|
41 |
+
|
42 |
+
open-clip-torch==2.24.0
|