Metadata-Version: 2.1
Name: comfyui-lora-lens
Version: 0.0.1
Summary: Stop guessing. Compare LoRA checkpoints with matched tests, face-aware ranking, and blind human voting.
Home-page: https://github.com/astropuzzo/ComfyUI-LoRA-Lens
Requires-Python: >=3.10
Requires-Dist: setuptools>=68
Requires-Dist: wheel
Requires-Dist: cython>=3.0
Requires-Dist: insightface==0.7.3
Requires-Dist: opencv-contrib-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: huggingface-hub>=0.28
Requires-Dist: transformers>=4.44
Requires-Dist: omegaconf>=2.3
Requires-Dist: timm
