From 6e4a39f278eae5ab6fb0fea614c5bd8cb93a2542 Mon Sep 17 00:00:00 2001 From: AIrjen <130234949+AIrjen@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:21:18 +0200 Subject: [PATCH] Update custom-node-list.json --- custom-node-list.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/custom-node-list.json b/custom-node-list.json index 256df402..1e55e8b0 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1129,6 +1129,16 @@ ], "install_type": "unzip", "description": "Various image processing nodes." + }, + { + "author": "AIrjen", + "title": "One Button Prompt", + "reference": https://github.com/AIrjen/OneButtonPrompt", + "files": [ + "https://github.com/AIrjen/OneButtonPrompt" + ], + "install_type": "git-clone", + "description": "One Button Prompt has a prompt generation node for beginners who have problems writing a good prompt, or advanced users who want to get inspired. It generates an entire prompt from scratch. It is random, but controlled. You simply load up the script and press generate, and let it surprise you." } ] }