From df59c488ee8fe4148024cb125852558babad39ab Mon Sep 17 00:00:00 2001 From: Daryl Tucker Date: Fri, 23 Aug 2024 13:12:41 -0700 Subject: [PATCH] Adding ComfyUI-LoadFiles --- custom-node-list.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index 04dad4c0..6a401c36 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -13423,17 +13423,6 @@ "install_type": "git-clone", "description": "Generalised 'image' processing nodes for images, masks, latents, and combinations thereof." }, - - - - - - - - - - - { "author": "Ser-Hilary", "title": "SDXL_sizing", @@ -13801,6 +13790,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "daryltucker", + "title": "ComfyUI-LoadFiles", + "id": "LoadFiles", + "reference": "https://github.com/daryltucker/ComfyUI-LoadFiles", + "files": [ + "https://github.com/daryltucker/ComfyUI-LoadFiles" + ], + "install_type": "git-clone", + "description": "The primary goal of these nodes is to provide a way to access files generated by ComfyUI workflows, local to the machine running ComfyUI. These nodes should always return an updated list of files when triggered." } ] }