From 7da0bf5a2ed5ad1f8778202ab0e15a5cc04b8bf5 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 9 Sep 2024 10:25:28 -0500 Subject: [PATCH] Added Prompt Gallery to the custom node list (#1044) --- custom-node-list.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 2f30dc82..7ccaf9e1 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -14679,6 +14679,17 @@ ], "install_type": "unzip", "description": "This is a node to convert an image into a CMYK Halftone dot image." + }, + { + "author": "kinglord", + "title": "Prompt Gallery", + "id": "promptGallery", + "reference": "https://github.com/Kinglord/ComfyUI_Prompt_Gallery", + "files": [ + "https://github.com/Kinglord/ComfyUI_Prompt_Gallery" + ], + "install_type": "git-clone", + "description": "New UI on the sidebar that allows for quick and easy navigation of images to help build styles, characters, backgrounds, etc. or even entire random prompts." } ] }