ComfyUI_VLM_nodes

(β˜… 585)

ComfyUI nodes for vision-language models: Qwen3-VL, Moondream 3, Florence-2, SmolVLM2, InternVL, Gemma 3, MiniCPM-V. Plus open-vocabulary detection, SAM2/SAM3 segmentation, video temporal reasoning, GGUF via llama.cpp, and hosted LLM/VLM APIs.

  • .gitignore
  • __init__.py
  • CHANGELOG.md
  • CITATION.cff
  • COMPATIBILITY.md
  • CONTRIBUTING.md
  • LICENSE
  • MODEL_VALIDATION.md
  • pyproject.toml
  • README.md
  • requirements-dev.txt
  • requirements-llama-cpp.txt
  • requirements-moondream31.txt
  • requirements-quantization.txt
  • requirements-robotics-client.txt
  • requirements.txt
  • SECURITY.md
  • vlmnodes.default.json
  • vlmnodes.json

πŸš€ Installation Guide

1. Get the code
git clone https://github.com/gokayfem/ComfyUI_VLM_nodes

Downloads the entire project code from GitHub to your computer.

cd ComfyUI_VLM_nodes

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
python -m pip install -r ComfyUI/custom_nodes/ComfyUI_VLM_nodes/requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python -m pip install \

Installs the Python libraries listed in requirements.txt (or similar).

uv pip install --python "$runtime/.venv/bin/python" \

Installs the Python libraries listed in requirements.txt (or similar).

uv pip install --python "$runtime\.venv\Scripts\python.exe" `

Installs the Python libraries listed in requirements.txt (or similar).

python -m pip install -r ComfyUI/custom_nodes/ComfyUI_VLM_nodes/requirements-llama-cpp.txt

Installs the Python libraries listed in requirements.txt (or similar).

βœ… If it runs without errors and prints output in the terminal, it worked.

Pulled directly from this repo's README.

// repository documentation