Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +14 -14
requirements.txt
CHANGED
@@ -1,30 +1,30 @@
|
|
1 |
-
#
|
2 |
-
--extra-index-url https://download.pytorch.org/whl/cu118
|
3 |
|
4 |
-
### โโ UI & Hugging Face SDK โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
5 |
gradio[mcp,oauth]==5.34.2
|
6 |
-
spaces==0.37.
|
7 |
huggingface-hub>=0.30,<0.40
|
8 |
|
9 |
-
|
10 |
-
torch==2.4.1
|
11 |
-
torchvision==0.19.1
|
12 |
-
xformers==0.0.
|
13 |
|
14 |
-
|
15 |
-
diffusers==0.30.3
|
16 |
accelerate==0.29.3
|
17 |
transformers==4.41.1
|
18 |
peft==0.11.1
|
19 |
safetensors>=0.5.3
|
20 |
numpy==1.26.4
|
21 |
|
22 |
-
|
23 |
opencv-python-headless
|
24 |
Pillow
|
25 |
insightface
|
26 |
-
basicsr
|
27 |
-
realesrgan
|
28 |
-
onnxruntime
|
|
|
|
|
29 |
fastapi
|
30 |
python-multipart
|
|
|
1 |
+
# GPU wheels ใฏ ZeroGPU ใ่ชๅใง่งฃๆฑบใใใใ extra-index ใฏไธ่ฆ
|
|
|
2 |
|
|
|
3 |
gradio[mcp,oauth]==5.34.2
|
4 |
+
spaces==0.37.1
|
5 |
huggingface-hub>=0.30,<0.40
|
6 |
|
7 |
+
# --- PyTorch ในใฟใใฏ๏ผZeroGPU ๅ
ฌ่ช๏ผ ---
|
8 |
+
torch==2.4.1 # โ+cu118โ ใๅคใ
|
9 |
+
torchvision==0.19.1
|
10 |
+
xformers==0.0.28.post1 # 2.4.1 ๅฏพๅฟใใซใ
|
11 |
|
12 |
+
# --- ็ๆ AI ---
|
13 |
+
diffusers==0.30.3
|
14 |
accelerate==0.29.3
|
15 |
transformers==4.41.1
|
16 |
peft==0.11.1
|
17 |
safetensors>=0.5.3
|
18 |
numpy==1.26.4
|
19 |
|
20 |
+
# --- CV / ็ปๅๅฆ็ ---
|
21 |
opencv-python-headless
|
22 |
Pillow
|
23 |
insightface
|
24 |
+
basicsr
|
25 |
+
realesrgan
|
26 |
+
onnxruntime-gpu
|
27 |
+
|
28 |
+
# --- API ใฐใซใผ ---
|
29 |
fastapi
|
30 |
python-multipart
|