Metadata-Version: 2.1
Name: comfyui-llm-toolkit
Version: 1.0.3
Summary: A custom node collection for integrating various LLM (Large Language Model) providers with ComfyUI.
Home-page: https://github.com/comfy-deploy/comfyui-llm-toolkit
Requires-Python: >=3.10
Requires-Dist: aiohttp>=3.8.0
Requires-Dist: pyyaml>=6.0
Requires-Dist: python-dotenv>=0.20.0
Requires-Dist: requests>=2.27.0
Requires-Dist: pillow>=9.0.0
Requires-Dist: numpy
Requires-Dist: tqdm>=4.64.0
Requires-Dist: transformers>=4.51.0
Requires-Dist: openai
Requires-Dist: accelerate>=0.28.0
Requires-Dist: sentencepiece
Requires-Dist: safetensors
Requires-Dist: qwen-omni-utils
