From 6cb7ffae8f8ad82590131265148c51349dee921a Mon Sep 17 00:00:00 2001 From: hetima <33700+hetima@users.noreply.github.com> Date: Tue, 27 Jan 2026 18:35:31 +0900 Subject: [PATCH] Update custom-node-list.json 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 22d57dbe..295bfea9 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42281,6 +42281,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." + } ] }