Update custom-node-list.json

add ComfyUI-SingleLinePicker custom node
This commit is contained in:
hetima 2026-01-27 18:35:31 +09:00 committed by GitHub
parent d8e3f531c7
commit 6cb7ffae8f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42281,6 +42281,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."
}
] ]
} }