i0switch commited on
Commit
11db7d9
Β·
verified Β·
1 Parent(s): d49b7ca

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +25 -13
requirements.txt CHANGED
@@ -1,21 +1,33 @@
 
 
1
  # Gradio & Spaces
2
- gradio==4.31.0
 
 
 
3
 
4
- # PyTorch (ZeroGPU supported version)
5
- torch==2.1.2
6
- torchvision==0.16.2
 
7
 
8
- # AI & Diffusers
9
- diffusers==0.27.2
10
- transformers==4.40.1
11
  accelerate==0.29.3
12
- compel==2.0.2
13
- safetensors
 
 
 
14
 
15
- # CV & Image Processing
16
- Pillow
17
  opencv-python-headless
18
- insightface==0.7.3
 
19
  basicsr==1.4.2
20
  realesrgan
21
- onnxruntime
 
 
 
 
 
1
+ # GPU wheels は ZeroGPU がθ‡ͺε‹•γ§θ§£ζ±Ίγ™γ‚‹γŸγ‚ extra-index は不要
2
+
3
  # Gradio & Spaces
4
+ gradio[mcp,oauth]==5.34.2
5
+ spaces==0.37.1
6
+ huggingface-hub>=0.30,<0.40
7
+ pydantic>=2.11,<2.12 # Gradio 5.34.x γŒθ¦ζ±‚γ™γ‚‹η―„ε›²
8
 
9
+ # --- PyTorch γ‚Ήγ‚Ώγƒƒγ‚―οΌˆZeroGPU ε…¬θͺοΌ‰ ---
10
+ torch==2.4.1 # β€œ+cu118” を倖す
11
+ torchvision==0.19.1
12
+ xformers==0.0.28.post1 # 2.4.1 ε―ΎεΏœγƒ“γƒ«γƒ‰
13
 
14
+ # --- η”Ÿζˆ AI ---
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
+ compel
22
 
23
+ # --- CV / 画像処理 ---
 
24
  opencv-python-headless
25
+ Pillow
26
+ insightface
27
  basicsr==1.4.2
28
  realesrgan
29
+ onnxruntime
30
+
31
+ # --- API グルー ---
32
+ fastapi
33
+ python-multipart