Metadata-Version: 2.1
Name: comfyui-withanyone
Version: 0.0.1
Summary: This repository is a ComfyUI port of the WithAnyone model introduced in the paper.
[a/WithAnyone: Towards Controllable and ID-Consistent Image Generation (2025)](https://arxiv.org/abs/2510.14975)
Original implementation: [a/Doby-Xu/WithAnyone](https://github.com/Doby-Xu/WithAnyone).
Home-page: https://github.com/okdalto/ComfyUI-WithAnyone
Requires-Python: >=3.10
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"
