CatVTON / app.py

Commit History

Trigger rebuild to pick up Space secrets
8cea9b0

orangpour commited on

Uncomment spaces import to match original working Space
79c5ae7

orangpour commited on

Fix: patch torch cpp_extension.py on disk before detectron2 pip install
c3a577f

orangpour commited on

Fix detectron2 install: use sitecustomize.py to bypass CUDA version check in pip subprocess
bf5c348

orangpour commited on

Minimal fix: patch CUDA version check for detectron2 build
d5cb740

orangpour commited on

Python 3.13: install cu124 PyTorch + CUDA runtime libs via pip
6a4f60a

orangpour commited on

Use original app.py + Python 3.12.12 + pinned deps
8e1940d

orangpour commited on

Fix: --no-deps + specific cu124 torchvision/torchaudio versions
2e1c6f1

orangpour commited on

Fix: --no-deps on PyTorch reinstall + pin exact diffusers/transformers versions
a9ff263

orangpour commited on

Re-add PyTorch CUDA 12.4 install + pin diffusers/transformers for Python 3.13
faf0dcd

orangpour commited on

Remove PyTorch force-reinstall - rely on Docker image PyTorch (Python 3.10)
a55a038

orangpour commited on

Switch to CUDA 12.4 (cu124) which has torchvision wheels for cp313
ea8e71e

orangpour commited on

Fix: let pip resolve torchvision version automatically
889efae

orangpour commited on

Fix: use --force-reinstall for PyTorch CUDA 12.1
2295518

orangpour commited on

Revert to source-build detectron2 (GPU compatible on a10g)
e4f908f

orangpour commited on

Fix: CPU detectron2 wheels to bypass CUDA mismatch
2c24540

orangpour commited on

Fix: packages.txt + RGB conversion in submit_function returns
9a63d7c

Baran commited on

Fix RGBA→RGB for API serialization
bb58420

Baran commited on