IDM-VTON / pyproject.toml
hysts's picture
hysts HF Staff
Update
a33e364
[project]
name = "idm-vton"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"accelerate>=1.12.0",
"av>=16.0.1",
"cloudpickle>=3.1.2",
"config>=0.5.1",
"diffusers==0.25.0",
"einops>=0.8.1",
"fvcore>=0.1.5.post20221221",
"gradio>=5.14.0",
"huggingface-hub==0.25.2",
"matplotlib>=3.10.8",
"omegaconf>=2.3.0",
"onnxruntime>=1.23.2",
"opencv-python>=4.12.0.88",
"pycocotools>=2.0.11",
"pydantic==2.10.6",
"scikit-image>=0.25.2",
"scipy>=1.15.3",
"spaces>=0.44.0",
"torch==2.8.0",
"torchvision>=0.23.0",
"transformers>=4.48.3",
]