-
Notifications
You must be signed in to change notification settings - Fork 0
/
default_prompt_stash_data.json
18 lines (18 loc) · 1.38 KB
/
default_prompt_stash_data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"lists": {
"default": {
"Instructions": "📝 Quick Tips:\n\n• 'Use Input' takes text from input node\n• 'Use Prompt' uses text from prompt box (input node won't run)\n\n• Prompt saves only if 'Save Name' is filled\n• Saving to an existing name overwrites it\n\n• Use 'List' dropdown to select prompt lists\n• Manage lists with the Prompt Stash Manager node\n\n• Saved prompts persist between sessions\n• All nodes share the same prompt library",
"ManageLists": "📂 Managing Prompt Lists:\n\n• Use the Prompt Stash Manager node to add or delete prompt lists\n• 'Add' creates a new list named in 'New List Name'\n• 'Delete' removes the selected list from 'Existing Lists'\n• Cannot delete the last remaining list\n\n• Organize prompts into categories using lists\n• Switch between lists in the Prompt Stash Saver node using the 'List' dropdown",
"positive_demo": "masterpiece, best quality, highly detailed",
"negative_demo": "worst quality, bad anatomy, text, error, jpeg artifacts, blurry"
},
"characters": {
"wizard": "elderly wizard with long white beard, wearing blue robes with stars",
"warrior": "strong warrior wearing plate armor, battle-scarred, determined expression"
},
"backgrounds": {
"forest": "dense forest, tall trees, dappled sunlight, misty atmosphere",
"sea": "vast ocean depths"
}
}
}