Update custom-node-list.json (#2545)

add ComfyUI-SingleLinePicker custom node
This commit is contained in:
hetima 2026-01-28 00:00:32 +09:00 committed by GitHub
parent 1bfaaf5d91
commit e1c84570ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42302,6 +42302,17 @@
], ],
"install_type": "unzip", "install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image." "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."
}
] ]
} }