From e1c84570ea48ca9af6088f404d14a16824e761d6 Mon Sep 17 00:00:00 2001 From: hetima <33700+hetima@users.noreply.github.com> Date: Wed, 28 Jan 2026 00:00:32 +0900 Subject: [PATCH] Update custom-node-list.json (#2545) add ComfyUI-SingleLinePicker custom node --- custom-node-list.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index cded9a89..9b8c78fc 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42302,6 +42302,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." - } + }, + { + "author": "hetima", + "title": "ComfyUI-SingleLinePicker", + "id": "singlelinepicker", + "reference": "https://github.com/hetima/ComfyUI-SingleLinePicker", + "files": [ + "https://github.com/hetima/ComfyUI-SingleLinePicker" + ], + "install_type": "git-clone", + "description": "Select one line from the text list with a single click. It dramatically improves the process of switching LoRA or prompts." + } ] }