Nodes Browser

ComfyDeploy: How ComfyUI-Moondream-Gaze-Detection works in ComfyUI?

What is ComfyUI-Moondream-Gaze-Detection?

Moondream's gaze detection feature wrapper node.

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI-Moondream-Gaze-Detection and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

ComfyUI Moondream Gaze Detection

This is the ComfyUI custom node for Moondream's gaze detection feature.

https://github.com/user-attachments/assets/58ff74d8-5ab3-4269-b335-fbe3d38062fd

Installation

  1. Place this repository into ComfyUI\custom_nodes\
git clone https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection.git
  1. Go to ComfyUI\custom_nodes\ComfyUI-Moondream-Gaze-Detection and run
pip install -r requirements.txt

If you are using the portable version of ComfyUI, do this:

python_embeded\python.exe -m pip install -r ComfyUI\custom_nodes\ComfyUI-Moondream-Gaze-Detection\requirements.txt

Workflows

Example workflows that generate from single image and video can be found in the examples/ directory.

Models

Models are automatically downloaded from: https://huggingface.co/vikhyatk/moondream2/tree/main

To the path of your ComfyUI/models/moondream.

VRAM Usage

Peak VRAM for the model was 6GB on my end.