my-image-generator / requirements.txt
i0switch's picture
Update requirements.txt
df4d548 verified
raw
history blame contribute delete
698 Bytes
# 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
# --- CV / 画像処理 ---
opencv-python-headless
Pillow
insightface
basicsr==1.4.2
realesrgan
onnxruntime-gpu
# --- API グルー ---
fastapi
python-multipart