From ea3dcde0cae2cc42fdc3c60ff1dcc507952d8546 Mon Sep 17 00:00:00 2001 From: Pmarmotte Date: Mon, 11 May 2026 14:37:29 +0200 Subject: [PATCH] Add Comfyui-Pick_Any custom node --- custom-node-list.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 896816f3..a6916bb7 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -31281,6 +31281,16 @@ "install_type": "git-clone", "description": "A custom node for ComfyUI that performs speaker diarization to isolate individual speaker audio tracks from a single audio source." }, + { + "author": "pmarmotte2", + "title": "Comfyui-Pick_Any", + "reference": "https://github.com/pmarmotte2/Comfyui_Pick_Any", + "files": [ + "https://github.com/pmarmotte2/Comfyui_Pick_Any" + ], + "install_type": "git-clone", + "description": "Advanced chooser nodes for ComfyUI that let workflows pause for image, audio, or text selection, with optional automatic picking and series helper nodes." + }, { "author": "IIEleven11", "title": "ComfyUI-FairyTaler", @@ -47616,4 +47626,4 @@ "description": "This is a node to convert an image into a CMYK Halftone dot image." } ] -} \ No newline at end of file +}