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 <noreply@anthropic.com>
This commit is contained in:
robomello 2026-01-29 12:00:46 -06:00
parent df1eaff802
commit 275284c210

View File

@ -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."
}
]
}