mirror of
https://git.datalinker.icu/ltdrdata/ComfyUI-Manager
synced 2025-12-09 22:24:23 +08:00
Merge pull request #52 from AIrjen/main
Adding One Button Prompt to the extension list
This commit is contained in:
commit
77fbabcd06
@ -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."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user