From 7e4d482450c82a8467dd08ee961b380fbbade1a9 Mon Sep 17 00:00:00 2001 From: Barry Date: Tue, 7 Jul 2026 15:40:33 -0600 Subject: [PATCH 1/3] Add files via upload --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 5dd76988..c5719745 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1,5 +1,25 @@ { "custom_nodes": [ + { + "author": "CovertBannana", + "title": "ComfyUI_CivitAI_ImagePlus", + "reference": "https://github.com/CovertBannana/ComfyUI_CivitAI_ImagePlus", + "files": [ + "https://github.com/CovertBannana/ComfyUI_CivitAI_ImagePlus" + ], + "install_type": "git-clone", + "description": "CivitAI gallery browser for ComfyUI with protected image preview and prompt editor." + } + { + "author": "CovertBannana", + "title": "ComfyUI-ImagePlus", + "reference": "https://github.com/CovertBannana/ComfyUI-ImagePlus", + "files": [ + "https://github.com/CovertBannana/ComfyUI-ImagePlus" + ], + "install_type": "git-clone", + "description": "Unified nodes pack primarily for Image to Image generation with a toggleable Text to Image option for easy switch back. CivitAI and local image inspection." + } { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", From c268b954c48818bfd7d54897f3332a51b5c9c126 Mon Sep 17 00:00:00 2001 From: Barry Date: Wed, 15 Jul 2026 13:35:16 -0600 Subject: [PATCH 2/3] Add files via upload Fixed missing ,'s --- custom-node-list.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom-node-list.json b/custom-node-list.json index c5719745..a405df3c 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -9,7 +9,7 @@ ], "install_type": "git-clone", "description": "CivitAI gallery browser for ComfyUI with protected image preview and prompt editor." - } + }, { "author": "CovertBannana", "title": "ComfyUI-ImagePlus", @@ -19,7 +19,7 @@ ], "install_type": "git-clone", "description": "Unified nodes pack primarily for Image to Image generation with a toggleable Text to Image option for easy switch back. CivitAI and local image inspection." - } + }, { "author": "Carasibana", "title": "ComfyUI-SimpleFloatSlider", From 7943e6bf0b8448852cc140806fd4c181c82022d5 Mon Sep 17 00:00:00 2001 From: Barry Date: Wed, 15 Jul 2026 13:36:56 -0600 Subject: [PATCH 3/3] Add files via upload