From 6be5491d9e398c82e08ae8b4edc57847b04e9a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AF=B6-=E9=98=BF=E4=BC=9F=E5=93=A5?= <82788731+yawiii@users.noreply.github.com> Date: Fri, 17 Apr 2026 01:47:26 +0800 Subject: [PATCH] Add ComfyUI-Prompt-Assistant custom node (#2781) * Add ComfyUI-Prompt-Assistant custom node * Add ComfyUI-Prompt-Assistant custom node --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 95f8310e..f10585db 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -46307,6 +46307,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "yawiii", + "title": "Prompt Assistant", + "id": "prompt-assistant", + "reference": "https://github.com/yawiii/ComfyUI-Prompt-Assistant", + "files": [ + "https://github.com/yawiii/ComfyUI-Prompt-Assistant" + ], + "install_type": "git-clone", + "description": "A versatile prompt utility featuring translation, refinement, expansion, and image/video-to-prompt reverse engineering with one-click access to any online or local LLM." } ] }