Add ComfyUI Prompt Saver custom node (#2558)

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: robomello <robomello@users.noreply.github.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
robomello 2026-02-08 21:48:28 -06:00 committed by GitHub
parent e5a10245f4
commit 4235ca33fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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