From 3721998e00c9e63452d6011140cdb3657c87cec7 Mon Sep 17 00:00:00 2001 From: Alex Furer Date: Mon, 4 Aug 2025 14:29:59 +0200 Subject: [PATCH] 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! --- custom-node-list.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 6b313e1b..ffa7f8ab 100755 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -30868,5 +30868,12 @@ "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." + } ] }