Spaces:
Build error
Build error
File size: 742 Bytes
ff0cba8 9b839c4 bbf52f8 ff0cba8 bbf52f8 4aff4b9 6bf2595 ff0cba8 bbf52f8 ff0cba8 938e515 ff0cba8 bbf52f8 938e515 1add9fb aa9b4e9 ff0cba8 54a8688 a547f4e 67e46d7 bbf52f8 54a8688 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
# Core dependencies for IDM-VTON Virtual Try-On gradio==4.44.1 spaces>=0.18.0 av onnxruntime-gpu # AI/ML Core torch>=2.0.0 torchvision transformers==4.36.2 diffusers==0.25.0 accelerate==0.26.1 safetensors==0.4.1 # Hugging Face huggingface_hub==0.20.3 tokenizers==0.15.0 # Image Processing pillow==9.4.0 opencv-python-headless==4.7.0.72 scikit-image==0.21.0 numpy==1.24.4 # Utilities tqdm==4.64.1 einops==0.7.0 omegaconf==2.3.0 regex==2023.12.25 # Detectron2 + DensePose Required (install BEFORE detectron2) fvcore==0.1.5.post20221221 pycocotools==2.0.7 cloudpickle==2.2.1 # Optional if DensePose fails with image loading scipy==1.10.1 matplotlib==3.7.4 # Detectron2 (install LAST) git+https://github.com/facebookresearch/detectron2.git |