From 275284c210693666dadc520ba08ae4cd48f1bde9 Mon Sep 17 00:00:00 2001 From: robomello Date: Thu, 29 Jan 2026 12:00:46 -0600 Subject: [PATCH] Add ComfyUI Prompt Saver custom node Adds a new node that saves images with formatted prompt reference cards for easy browsing. Features include: - Side-by-side thumbnail + prompt display - JSON syntax highlighting - Auto font sizing to fit content - Multiple output formats (full image, reference card, JSON metadata) Repository: https://github.com/robomello/comfyui-prompt-saver Co-Authored-By: Claude Opus 4.5 --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index f3cbd6d0..2f14711d 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -42766,6 +42766,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "robomello", + "title": "ComfyUI Prompt Saver", + "id": "prompt-saver", + "reference": "https://github.com/robomello/comfyui-prompt-saver", + "files": [ + "https://github.com/robomello/comfyui-prompt-saver" + ], + "install_type": "git-clone", + "description": "Saves images with prompt reference cards - thumbnail + formatted prompt side-by-side with JSON syntax highlighting for easy browsing and organization." } ] }