File size: 705 Bytes
6e2f673
 
df4d548
6e2f673
 
 
df4d548
6e2f673
 
df4d548
6e2f673
df4d548
6e2f673
 
 
 
 
 
 
 
c587068
6e2f673
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# GPU wheels は ZeroGPU が自動で解決するため extra-index は不要

# Gradio & Spaces
gradio[mcp,oauth]==5.34.2
spaces==0.37.1
huggingface-hub>=0.30,<0.40
pydantic>=2.11,<2.12        # Gradio 5.34.x が要求する範囲

# --- PyTorch スタック(ZeroGPU 公認) ---
torch==2.4.1                # “+cu118” を外す
torchvision==0.19.1
xformers==0.0.28.post1       # 2.4.1 対応ビルド

# --- 生成 AI ---
diffusers==0.30.3
accelerate==0.29.3
transformers==4.41.1
peft==0.11.1
safetensors>=0.5.3
numpy==1.26.4
compel

# --- CV / 画像処理 ---
opencv-python-headless
Pillow
insightface
basicsr==1.4.2
realesrgan
onnxruntime-gpu

# --- API グルー ---
fastapi
python-multipart