Metadata-Version: 2.1
Name: comfyui-pulid-flux2
Version: 0.0.1
Summary: PuLID adaptation for Flux.2 bringing consistent identity to generated images using face embedding and visual feature injection into Flux.2 model.
Home-page: https://github.com/iFayens/ComfyUI-PuLID-Flux2
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: open-clip-torch>=3.2.0
Requires-Dist: safetensors>=0.4.0
Requires-Dist: opencv-contrib-python-headless
Requires-Dist: numpy
Requires-Dist: ml_dtypes==0.3.2
