Metadata-Version: 2.1
Name: comfyui-fashn-vton
Version: 1.0.0
Summary: Implements the FASHN VTON v1.5 model for virtual try-on in ComfyUI
Home-page: https://github.com/drphero/ComfyUI-FASHN-VTON
Requires-Python: >=3.10
Requires-Dist: safetensors>=0.3.0
Requires-Dist: huggingface_hub>=0.20.0
Requires-Dist: pillow>=9.0.0
Requires-Dist: numpy
Requires-Dist: opencv-contrib-python-headless
Requires-Dist: tqdm>=4.65.0
Requires-Dist: einops>=0.6.0
Requires-Dist: onnxruntime; sys_platform == "darwin"
Requires-Dist: onnxruntime; sys_platform == "linux" and platform_machine == "aarch64"
Requires-Dist: onnxruntime-gpu; sys_platform == "linux" and platform_machine == "x86_64"
Requires-Dist: onnxruntime-gpu; sys_platform == "win32"
Requires-Dist: matplotlib>=3.5.0
Requires-Dist: fashn-human-parser>=0.1.1
