Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -12
requirements.txt
CHANGED
|
@@ -1,28 +1,30 @@
|
|
| 1 |
-
|
|
|
|
| 2 |
|
|
|
|
| 3 |
gradio[mcp,oauth]==5.34.2
|
| 4 |
-
spaces==0.37.1
|
| 5 |
huggingface-hub>=0.30,<0.40
|
| 6 |
|
| 7 |
-
|
| 8 |
-
torch==2.4.1+cu118
|
| 9 |
-
torchvision==0.19.1+cu118
|
| 10 |
-
xformers==0.0.
|
| 11 |
|
| 12 |
-
|
| 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 |
-
|
| 21 |
opencv-python-headless
|
| 22 |
Pillow
|
| 23 |
insightface
|
| 24 |
-
basicsr
|
| 25 |
-
realesrgan
|
| 26 |
-
onnxruntime
|
| 27 |
fastapi
|
| 28 |
python-multipart
|
|
|
|
| 1 |
+
# CUDA 11.8 Wheel ็จใคใณใใใฏใน
|
| 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.0 # 0.37.1 ใฏไปใฎๆ 0.37.0 ใจๅๅ
ๅฎน
|
| 7 |
huggingface-hub>=0.30,<0.40
|
| 8 |
|
| 9 |
+
### โโ PyTorch ในใฟใใฏ๏ผZeroGPU ๅ
ฌ่ช๏ผ โโโโโโโโโโโโโโโโโโโโ
|
| 10 |
+
torch==2.4.1+cu118
|
| 11 |
+
torchvision==0.19.1+cu118 # 0.19 ็ณปใฏ Torch 2.4 ็ณปๅฐ็จ :contentReference[oaicite:0]{index=0}
|
| 12 |
+
xformers==0.0.27.post1+cu118 # 0.28 ไปฅ้ใฏ Torch โฅ 2.6 / CUDA 12.4 ็จ :contentReference[oaicite:1]{index=1}
|
| 13 |
|
| 14 |
+
### โโ ็ๆ AI โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 15 |
+
diffusers==0.30.3 # `cached_download` ไพๅญใๆถใใๆๆฐ็
|
| 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 |
+
### โโ CV / ็ปๅๅฆ็ & API โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
|
| 23 |
opencv-python-headless
|
| 24 |
Pillow
|
| 25 |
insightface
|
| 26 |
+
basicsr>=1.4.4 # 1.4.4 ใง `functional_tensor` ๅ้กใไฟฎๆญฃ :contentReference[oaicite:2]{index=2}
|
| 27 |
+
realesrgan>=0.3.1 # ๅไธ
|
| 28 |
+
onnxruntime==1.22.0 # GPU ็โCPU ็ใซ็ฝฎๆใง CUDA ใฉใคใใฉใชไธ่ถณใๅ้ฟ :contentReference[oaicite:3]{index=3}
|
| 29 |
fastapi
|
| 30 |
python-multipart
|