Update custom-node-list.json

Add Load Image Directory Tree node
This commit is contained in:
comfycurtis 2026-03-16 15:45:26 -05:00 committed by GitHub
parent c94236a614
commit f3a1c4f6d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45166,5 +45166,15 @@
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "description": "This is a node to convert an image into a CMYK Halftone dot image."
} }
{
"author": "comfycurtis",
"title": "Load Image (Directory Tree)",
"reference": "https://github.com/comfycurtis/ComfyUI-LoadImageTree",
"files": [
"https://github.com/comfycurtis/ComfyUI-LoadImageTree"
],
"install_type": "git-clone",
"description": "Replaces the standard image dropdown with a dynamic, two-step folder and file selection system with live previews."
}
] ]
} }