-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (25 loc) · 802 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (25 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "promptgenerator12columns",
"version": "1.0.0",
"description": "A fast and flexible random prompt generator with 12 columns (Empty / Pre-filled SFW / Pre-filled NSFW). Pre filled with text so that you can get started right away. Supports comma or newline output and always adds quality tags.",
"author": "DemonNCoding",
"license": "MIT",
"repository": "https://github.com/DemonNCoding/PromptGenerator12Columns.git",
"keywords": [
"prompt",
"comfyui",
"generator",
"random",
"twelve columns",
"sfw",
"nsfw",
"prompt builder"
],
"comfyui": {
"nodes": [
"prompt_generator_12_columns_empty",
"prompt_generator_12_columns_prefilled",
"prompt_generator_12_columns_prefilledNSFW"
]
}
}