i0switch commited on
Commit
c410b25
·
verified ·
1 Parent(s): 0692ca9

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -35
requirements.txt CHANGED
@@ -1,35 +1,25 @@
1
- # requirements.txt
2
-
3
- # Gradio (メインのアプリとして必須)
4
- gradio[oauth,mcp]==5.34.1
5
- spaces==0.37.0
6
-
7
- # モデルおよび画像処理関連
8
- torch==2.1.2
9
- torchvision
10
- diffusers
11
- numpy==1.26.4
12
- opencv-python-headless
13
- Pillow
14
- insightface
15
- basicsr
16
- realesrgan
17
- onnxruntime-gpu
18
- transformers
19
- accelerate
20
- peft==0.11.1
21
-
22
- # FastAPIをGradioに間借りさせるために必要
23
- fastapi
24
- uvicorn[standard]
25
- python-multipart
26
-
27
-
28
-
29
-
30
- title: InstantID Hybrid (UI + API)
31
- emoji: 🚀
32
- colorFrom: green
33
- colorTo: blue
34
- sdk: gradio
35
- app_file: app.py
 
1
+ # requirements.txt
2
+
3
+ # Gradio (メインのアプリとして必須)
4
+ gradio[oauth,mcp]==5.34.1
5
+ spaces==0.37.0
6
+
7
+ # モデルおよび画像処理関連
8
+ torch==2.1.2
9
+ torchvision
10
+ diffusers
11
+ numpy==1.26.4
12
+ opencv-python-headless
13
+ Pillow
14
+ insightface
15
+ basicsr
16
+ realesrgan
17
+ onnxruntime-gpu
18
+ transformers
19
+ accelerate
20
+ peft==0.11.1
21
+
22
+ # FastAPIをGradioに間借りさせるために必要
23
+ fastapi
24
+ uvicorn[standard]
25
+ python-multipart