Merge pull request #52 from AIrjen/main

Adding One Button Prompt to the extension list
This commit is contained in:
Dr.Lt.Data 2023-08-05 18:26:58 +09:00 committed by GitHub
commit 77fbabcd06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 1 deletions

View File

@ -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."
}
]
}

View File

@ -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"
]
}