Metadata-Version: 2.1
Name: comfyui-easyportrait
Version: 0.0.1
Summary: ComfyUI custom node for portrait segmentation and face parsing using ONNX exports of the pretrained EasyPortrait checkpoints.
Home-page: https://github.com/preposition17/ComfyUI-EasyPortrait
Requires-Python: >=3.10
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: Pillow>=8.0.0
Requires-Dist: requests>=2.28.0
