From 8da07018d529df0809cb7cd20b74bb5023b59c49 Mon Sep 17 00:00:00 2001 From: Alex Furer Date: Mon, 4 Aug 2025 23:19:40 +0200 Subject: [PATCH] Update custom-node-list.json (#2058) * Update custom-node-list.json Added my custom node "AF-EditGeneratedPrompt", which let's one pipe a generated prompt, edit it, or use the node as a regular prompting node. Thank you for your efforts! * Update custom-node-list.json --------- Co-authored-by: Dr.Lt.Data <128333288+ltdrdata@users.noreply.github.com> --- custom-node-list.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6b313e1b..fff1e858 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30867,6 +30867,13 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "title": "AF - Edit Generated Prompt", + "reference": "https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt", + "files": ["https://github.com/alFrame/ComfyUI-AF-EditGeneratedPrompt"], + "install_type": "git-clone", + "description": "A ComfyUI custom node that allows you to pipe a generated prompt and either pass it as is, or copy and edit it manually. Or you can use the lower input field like any regular text input filed. The content of the lower text field will always dominate the output of the node." } ] }