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] 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 +}