Moondream's gaze detection feature wrapper node.
This is the ComfyUI custom node for Moondream's gaze detection feature.
https://github.com/user-attachments/assets/58ff74d8-5ab3-4269-b335-fbe3d38062fd
ComfyUI\custom_nodes\
git clone https://github.com/jhj0517/ComfyUI-Moondream-Gaze-Detection.git
ComfyUI\custom_nodes\ComfyUI-Moondream-Gaze-Detection
and runpip 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
Example workflows that generate from single image and video can be found in the examples/ directory.
Models are automatically downloaded from: https://huggingface.co/vikhyatk/moondream2/tree/main
To the path of your ComfyUI/models/moondream
.
Peak VRAM for the model was 6GB on my end.