Add ComfyUI-MouseCoords to custom-node-list

This commit is contained in:
Malkalypse 2026-01-29 10:23:08 -06:00 committed by GitHub
parent df1eaff802
commit 94eac26f31
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6490,6 +6490,17 @@
"install_type": "git-clone", "install_type": "git-clone",
"description": "Nodes: Run python tools/download_weights.py first to download weights automatically" "description": "Nodes: Run python tools/download_weights.py first to download weights automatically"
}, },
{
"author": "Malkalypse",
"title": "ComfyUI-MouseCoords",
"id": "mousecoords",
"reference": "https://github.com/Malkalypse/ComfyUI-MouseCoords",
"files": [
"https://github.com/Malkalypse/ComfyUI-MouseCoords"
],
"install_type": "git-clone",
"description": "Display real-time mouse coordinates in graph space. Shows the current mouse position in the top-right corner of the canvas, useful for positioning nodes precisely, debugging layouts, and measuring distances."
},
{ {
"author": "chaojie", "author": "chaojie",
"title": "ComfyUI-I2VGEN-XL", "title": "ComfyUI-I2VGEN-XL",