Metadata-Version: 2.1
Name: comfyui-myllmnode
Version: 0.0.1
Summary: Custom ComfyUI node for running LLMs via HuggingFace pipeline. Supports both local paths and HuggingFace model names.
Home-page: https://github.com/Ian2073/ComfyUI-MyLLMnode
Requires-Python: >=3.10
Requires-Dist: transformers
Requires-Dist: accelerate
Requires-Dist: safetensors
Requires-Dist: sentencepiece
Requires-Dist: huggingface_hub
Requires-Dist: numpy
