Metadata-Version: 2.1
Name: comfyui-aqnodes
Version: 0.0.1
Summary: Nodes for ComfyUI, mostly for llm calling and automatizing pulid multiface.
Home-page: https://github.com/2frames/ComfyUI-AQnodes
Requires-Python: >=3.10
Requires-Dist: transformers>=4.51.3
Requires-Dist: huggingface_hub
Requires-Dist: accelerate
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: facexlib
Requires-Dist: segment-anything
Requires-Dist: dill
Requires-Dist: pillow-avif-plugin
Requires-Dist: qwen-vl-utils
Requires-Dist: qwen-vl-utils[decord]
Requires-Dist: google-generativeai>=0.3.2
Requires-Dist: google-genai
Requires-Dist: requests>=2.31.0
