Metadata-Version: 2.1
Name: comfyui-pulid-flux-chroma
Version: 0.0.1
Summary: The first PuLID (face identity preservation) implementation with full Chroma model support for ComfyUI. Automatically detects and adapts to both FLUX and Chroma models. Fork of PuLID-Flux-Enhanced with comprehensive Chroma compatibility fixes.
Home-page: https://github.com/PaoloC68/ComfyUI-PuLID-Flux-Chroma
Requires-Python: >=3.10
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
