# torch + torchvision come from the cu130 index in setup_venv.sh — not pinned
# here because PyPI doesn't host the cu130 builds. Don't list them in this file.
diffusers==0.38.0
peft==0.16.0
accelerate==1.10.0
transformers==5.0.0rc3
safetensors==0.5.3
Pillow==12.2.0
huggingface_hub==0.27.0
# xformers is optional — speeds up attention but the version space tracks
# torch wheels closely and the right pin drifts. Skip it from the hard
# requirements; install manually if you want the speedup:
#   ./venv-torch/bin/pip install xformers
# (Or comment in a specific pin once you've found one that matches your torch
# build, e.g. xformers==0.0.32.post2.)
# xformers
