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 1/3] 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." } ] } From b0b69a7410c8b5819bba972ecd1504cf10d558af Mon Sep 17 00:00:00 2001 From: AIrjen <130234949+AIrjen@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:22:30 +0200 Subject: [PATCH 2/3] Update extension-node-map.json --- extension-node-map.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/extension-node-map.json b/extension-node-map.json index 3313a38a..41867936 100644 --- a/extension-node-map.json +++ b/extension-node-map.json @@ -1347,5 +1347,10 @@ ], "https://raw.githubusercontent.com/throttlekitty/SDXLCustomAspectRatio/main/SDXLAspectRatio.py": [ "SDXLAspectRatio" + ], + "https://github.com/AIrjen/OneButtonPrompt/blob/main/OneButtonPromptNodes.py": [ + "OneButtonPrompt", + "CreatePromptVariant", + "SavePromptToFile" ] -} \ No newline at end of file +} From 1e92c1a2500ceff678e4aeb51872d2bebaf30436 Mon Sep 17 00:00:00 2001 From: AIrjen <130234949+AIrjen@users.noreply.github.com> Date: Sat, 5 Aug 2023 11:24:23 +0200 Subject: [PATCH 3/3] Update custom-node-list.json --- custom-node-list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-node-list.json b/custom-node-list.json index 1e55e8b0..17edb703 100644 --- a/custom-node-list.json +++ b/custom-node-list.json @@ -1133,7 +1133,7 @@ { "author": "AIrjen", "title": "One Button Prompt", - "reference": https://github.com/AIrjen/OneButtonPrompt", + "reference": "https://github.com/AIrjen/OneButtonPrompt", "files": [ "https://github.com/AIrjen/OneButtonPrompt" ],