| [project]
|
| name = "llama-cpp_vllm"
|
| description = "Run LLM/VLM models natively in ComfyUI based on llama.cpp"
|
| version = "1.2.8"
|
| license = {file = "LICENSE"}
|
| classifiers = [
|
|
|
|
|
|
|
|
|
| "Operating System :: Microsoft :: Windows",
|
| "Operating System :: POSIX :: Linux",
|
| "Operating System :: MacOS",
|
|
|
|
|
| "Environment :: GPU :: NVIDIA CUDA",
|
|
|
|
|
|
|
| "Environment :: GPU :: Apple Metal",
|
| ]
|
|
|
| dependencies = ["diskcache", "scipy", "numpy", "pillow", "gguf"]
|
|
|
| [project.urls]
|
| Repository = "https://github.com/lihaoyun6/ComfyUI-llama-cpp_vlm"
|
|
|
| Documentation = "https://github.com/lihaoyun6/ComfyUI-llama-cpp_vlm/wiki"
|
| "Bug Tracker" = "https://github.com/lihaoyun6/ComfyUI-llama-cpp_vlm/issues"
|
|
|
| [tool.comfy]
|
| PublisherId = "lhy666"
|
| DisplayName = "ComfyUI-llama-cpp_vlm"
|
| Icon = ""
|
| includes = []
|
|
|
|
|
|
|