diff --git a/custom-node-list.json b/custom-node-list.json index 256df402..17edb703 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." } ] } 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 +}