mirror of
https://github.com/Comfy-Org/ComfyUI-Manager.git
synced 2026-03-07 18:17:36 +08:00
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:
parent
df1eaff802
commit
275284c210
@ -42766,6 +42766,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