Spaces:
Building
Building
Update requirements.txt
Browse files- requirements.txt +18 -25
requirements.txt
CHANGED
@@ -1,26 +1,19 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
huggingface_hub
|
3 |
-
|
4 |
-
|
5 |
-
diffusers==0.30.0
|
6 |
-
invisible_watermark
|
7 |
-
torch
|
8 |
-
transformers==4.43.3
|
9 |
-
xformers
|
10 |
-
sentencepiece
|
11 |
-
peft
|
12 |
-
gradio
|
13 |
-
replicate
|
14 |
-
requests
|
15 |
-
python-dotenv
|
16 |
-
Pillow
|
17 |
-
opencv-python-headless
|
18 |
-
numpy
|
19 |
-
sacremoses
|
20 |
-
fastapi
|
21 |
-
uvicorn
|
22 |
-
python-multipart
|
23 |
-
aiofiles
|
24 |
-
python-jose[cryptography]
|
25 |
-
passlib[bcrypt]
|
26 |
-
httpx
|
|
|
1 |
+
accelerate==1.6.0
|
2 |
+
diffusers==0.33.1
|
3 |
+
transformers==4.46.2
|
4 |
+
sentencepiece==0.2.0
|
5 |
+
pillow==11.1.0
|
6 |
+
av==12.1.0
|
7 |
+
numpy==1.26.2
|
8 |
+
scipy==1.12.0
|
9 |
+
requests==2.31.0
|
10 |
+
torchsde==0.2.6
|
11 |
+
torch>=2.0.0
|
12 |
+
torchvision
|
13 |
+
torchaudio
|
14 |
+
einops
|
15 |
+
opencv-contrib-python
|
16 |
+
safetensors
|
17 |
huggingface_hub
|
18 |
+
spaces
|
19 |
+
cohere
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|