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>
This commit is contained in:
Alex Furer 2025-08-04 23:19:40 +02:00 committed by GitHub
parent 0c19a27065
commit 8da07018d5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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