forked from Toast7529/HackADuck
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprompts.json
More file actions
44 lines (44 loc) · 1.37 KB
/
prompts.json
File metadata and controls
44 lines (44 loc) · 1.37 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"prompts": [
{
"main": "Draw a spooky haunted house",
"secondary": ["ghost", "pumpkin", "bat"]
},
{
"main": "Illustrate a magical forest",
"secondary": ["fairy", "unicorn", "tree"]
},
{
"main": "Depict a snowy winter scene",
"secondary": ["snowman", "pine tree", "sled"]
},
{
"main": "Create a cozy Christmas living room",
"secondary": ["fireplace", "stockings", "Christmas tree"]
},
{
"main": "Design an Easter egg hunt scene",
"secondary": ["eggs", "bunny", "basket"]
},
{
"main": "Paint a haunted pumpkin patch",
"secondary": ["pumpkins", "scarecrow", "moon"]
},
{
"main": "Draw a spring meadow with flowers",
"secondary": ["tulips", "butterflies", "sunshine"]
},
{
"main": "Illustrate a winter village at night",
"secondary": ["snow-covered roofs", "lanterns", "stars"]
},
{
"main": "Depict a festive holiday dinner table",
"secondary": ["turkey", "candles", "decorations"]
},
{
"main": "Create a whimsical Easter bunny village",
"secondary": ["cottages", "carrots", "bunny family"]
}
]
}