Metadata-Version: 2.1
Name: comfyui-arc2face
Version: 0.0.1
Summary: This ComfyUI node library builds upon the work done to train the [a/Arc2Face](https://github.com/foivospar/Arc2Face) model by foivospar. It provides a set of nodes for ComfyUI that allow users to extract face embeddings, generate images based on these embeddings, and perform image-to-image transformations.
Home-page: https://github.com/caleboleary/ComfyUI-Arc2Face
Requires-Python: >=3.10
Requires-Dist: insightface>=0.7.3
Requires-Dist: diffusers>=0.19.3
Requires-Dist: opencv-python-headless
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: transformers>=4.36.0
