Metadata-Version: 2.1
Name: comfyui-hyperlora
Version: 1.0.0
Summary: Official implementation in ComfyUI of CVPR 2025 paper 'HyperLoRA: Parameter-Efficient Adaptive Generation for Portrait Synthesis'
Home-page: https://github.com/bytedance/ComfyUI-HyperLoRA
Requires-Python: >=3.10
Requires-Dist: diffusers>=0.26.3
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: opencv-python-headless
Requires-Dist: transformers>=4.38.1
