Initial Commit

This commit is contained in:
2026-02-03 23:06:28 -05:00
commit 46b10fb69b
25 changed files with 2770 additions and 0 deletions

26
requirements.txt Normal file
View File

@@ -0,0 +1,26 @@
# 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