27 lines
375 B
Plaintext
27 lines
375 B
Plaintext
# requirements.txt
|
|
# Install PyTorch separately (see environment.yml and docs).
|
|
|
|
diffusers==0.32.2
|
|
transformers==4.48.3
|
|
accelerate==1.3.0
|
|
safetensors==0.5.2
|
|
|
|
pydantic==2.10.6
|
|
pyyaml==6.0.2
|
|
numpy==2.1.3
|
|
pillow==11.1.0
|
|
opencv-python==4.11.0.86
|
|
|
|
rich==13.9.4
|
|
loguru==0.7.3
|
|
|
|
tqdm==4.67.1
|
|
requests==2.32.3
|
|
|
|
# CLI & tooling
|
|
typer==0.15.1
|
|
|
|
# Testing
|
|
pytest==8.3.4
|
|
pytest-cov==6.0.0
|