From 6ccfad1f6d689a021d431ed9763ae4e1429b82c4 Mon Sep 17 00:00:00 2001 From: Alex Iman Date: Tue, 2 Jun 2026 01:44:59 -0600 Subject: [PATCH] Add ComfyUI Image Picker and ComfyUI Live Preview to custom-node-list.json --- custom-node-list.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 8e0cd2ce..2b104607 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -52846,5 +52846,25 @@ "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." } + { + "author": "TechnoWarrior2", + "title": "ComfyUI Image Picker", + "reference": "https://github.com/TechnoWarrior2/comfyui-image-picker", + "files": [ + "https://github.com/TechnoWarrior2/comfyui-image-picker" + ], + "install_type": "git-clone", + "description": "Pauses your workflow and opens a popup window to manually pick which generated images pass through to the rest of the graph." + }, + { + "author": "TechnoWarrior2", + "title": "ComfyUI Live Preview", + "reference": "https://github.com/TechnoWarrior2/comfyui-live-preview", + "files": [ + "https://github.com/TechnoWarrior2/comfyui-live-preview" + ], + "install_type": "git-clone", + "description": "Displays a large draggable floating window with live denoising step previews as your image generates, similar to A1111 and Forge." + } ] }