From a2be700a87a15fae0efb078235800d03172c2727 Mon Sep 17 00:00:00 2001 From: John Morrissey <544926+tachyon-beep@users.noreply.github.com> Date: Sun, 8 Sep 2024 13:16:43 +1000 Subject: [PATCH] Update custom-node-list.json (#1041) Added comfyui-simplefeed to list of modules. --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index dcba2b58..4c3c7bf8 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14596,6 +14596,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "tachyon-beep", + "title": "ComfyUI Simple Feed", + "id": "simplefeed", + "reference": "https://github.com/tachyon-beep/comfyui-simplefeed", + "files": [ + "https://github.com/tachyon-beep/comfyui-simplefeed" + ], + "install_type": "git-clone", + "description": "A lightweight image tray forked from Comfy-UI-CustomScripts with simple sorting, positioning and filtering options." } ] }