mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-02-17 00:22:31 +08:00
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:
parent
e5a10245f4
commit
4235ca33fe
@ -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."
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user