Metadata-Version: 2.1
Name: comfyui-pulid-flux-ll-facenet
Version: 0.0.1
Summary: Same Function as original ComfyUI_PuLID_Flux_ll repository, with FaceNet Implementation that is safe for commercial usage.
Home-page: https://github.com/KY-2000/ComfyUI_PuLID_Flux_ll_FaceNet
Requires-Python: >=3.10
Requires-Dist: cython
Requires-Dist: facexlib
Requires-Dist: insightface
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: ftfy
Requires-Dist: timm
Requires-Dist: facenet-pytorch
