Update custom-node-list.json (#1237)

Add Prompt Stash Saver Node
This commit is contained in:
Adam 2024-11-13 08:53:51 -08:00 committed by GitHub
parent 4fc1fed44a
commit 0b3e627de6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17088,6 +17088,17 @@
],
"install_type": "unzip",
"description": "This is a node to convert an image into a CMYK Halftone dot image."
},
{
"author": "phazei",
"title": "Prompt Stash Saver Node for ComfyUI",
"id": "stash-saver",
"reference": "https://github.com/phazei/ConfyUI-node-prompt-stash-saver",
"files": [
"https://github.com/phazei/ConfyUI-node-prompt-stash-saver"
],
"install_type": "git-clone",
"description": "Prompt Stash is a simple plugin for ComfyUI that lets you save your prompts and organize them into multiple lists. It also features a pass-through functionality, so you can hook it up to an LLM node (or any text outputting node) and capture its outputs directly."
}
]
}