Metadata-Version: 2.1
Name: comfyui-photomaker-plus
Version: 0.0.1
Summary: ComfyUI reference implementation for [a/PhotoMaker](https://github.com/TencentARC/PhotoMaker) models.
NOTE: PhotoMaker V2 is supported.
Home-page: https://github.com/shiimizu/ComfyUI-PhotoMaker-Plus
Requires-Python: >=3.10
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: insightface
Requires-Dist: numpy
