i0switch commited on
Commit
6e2f673
·
verified ·
1 Parent(s): 2da6c3a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -30
requirements.txt CHANGED
@@ -1,30 +1,30 @@
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
 
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==1.4.2
25
+ realesrgan
26
+ onnxruntime-gpu
27
+
28
+ # --- API グルー ---
29
+ fastapi
30
+ python-multipart