Metadata-Version: 2.1
Name: comfyui-magicclothing
Version: 0.0.1
Summary: implementation of MagicClothing with garment and prompt in ComfyUI
Home-page: https://github.com/frankchieng/ComfyUI_MagicClothing
Requires-Python: >=3.10
Requires-Dist: insightface==0.7.3
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: --extra-index-url https://download.pytorch.org/whl/cu118
Requires-Dist: numpy
Requires-Dist: diffusers==0.26.2
Requires-Dist: opencv-python-headless
Requires-Dist: transformers==4.31.0
Requires-Dist: safetensors==0.3.1
Requires-Dist: controlnet-aux==0.0.6
Requires-Dist: accelerate==0.21.0
