-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrompt.py
More file actions
136 lines (110 loc) · 4.04 KB
/
Prompt.py
File metadata and controls
136 lines (110 loc) · 4.04 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
prompt_list = [
["Cyberpunk Cityscape",
"A futuristic city with neon lights and flying cars.",
"A rainy cyber city at night, glowing with advertisements.",
"A bustling cyber world with holograms and tech."],
["Ancient Library",
"A library with old books and candlelight.",
"An endless library with dusty tomes and magic.",
"A dimly lit library with scrolls and artifacts."],
["Floating Island",
"A floating island with waterfalls and greenery.",
"A magical island with a castle and clouds.",
"A serene island above the blue sky."],
["Dragon's Lair",
"A lair filled with treasure and a fierce dragon.",
"A cave with gold, gems, and a sleeping dragon.",
"A dragon’s lair with smoke and precious stones."],
["Mystical Forest",
"A forest with glowing plants and magic.",
"An enchanted forest with mystical creatures.",
"A lush forest with shimmering hidden secrets."],
["Robotic Companion",
"A sleek, futuristic robotic assistant.",
"A cute AI robot with glowing eyes.",
"A high-tech robotic helper for humans."],
["Abandoned Spaceship",
"A dark spaceship drifting in deep space.",
"An ancient ship with worn-out controls.",
"A derelict ship buried in an alien world."],
["Majestic Waterfall",
"A waterfall surrounded by exotic flora.",
"A powerful cascade into a serene lake.",
"A tall waterfall in a pristine jungle."],
["Magician's Study",
"A study with potions and ancient books.",
"A cluttered room with magical artifacts.",
"A magician’s study with spells and tools."],
["Time Traveler’s Watch",
"A mystical watch controlling time and portals.",
"An ancient watch with gears and magic.",
"A glowing time-traveling watch of mystery."],
['Ship.png',
"A grand sailing ship on turquoise waves.",
"A yacht on calm waters under starlight.",
"A pirate ship drifting in eerie fog."],
['Dragon.png',
"An emerald dragon stands on a stormy cliff.",
"An ice-blue dragon soars over snowy peaks.",
"A bronze dragon rests among wildflowers."],
['Cat.png',
"A black Persian cat lounges on a windowsill.",
"An orange tabby watches from a wooden table.",
"A gray Scottish Fold naps in the sun."],
['Dog.png',
"A golden retriever sits on a green lawn.",
"A black shepherd stands on a rocky path.",
"A playful beagle bounces in a living room."],
['Model.png',
"A model in a bold red outfit outside.",
"A model stuns in a red chiffon saree.",
"A Korean model sits in a velvet saree."],
['Castle.png',
"A towering castle with misty surroundings.",
"A medieval castle glowing under moonlight.",
"An ancient fortress atop a steep cliff."],
['Sunset.png',
"A golden sunset over a calm ocean.",
"A fiery sunset behind mountain silhouettes.",
"A vibrant sunset over a tranquil meadow."],
['Desert.png',
"A vast desert with rolling sand dunes.",
"A lone traveler crossing a hot desert.",
"A mirage shimmering in the desert heat."],
['Galaxy.png',
"A spiral galaxy filled with colorful stars.",
"A cosmic nebula glowing in deep space.",
"A breathtaking view of interstellar clouds."],
['Jungle.png',
"A dense jungle with towering ancient trees.",
"A hidden temple deep in the jungle.",
"A jungle filled with exotic wildlife sounds."],
['Robot.png',
"A humanoid robot in a futuristic city.",
"A battle-worn robot standing tall.",
"A cute AI-powered robot exploring Earth."],
['Ocean.png',
"Crystal-clear ocean waves hitting rocky shores.",
"A deep blue ocean with mysterious creatures.",
"A ship sailing on endless waters."],
['Village.png',
"A peaceful village in a snowy landscape.",
"A cozy village surrounded by autumn trees.",
"A medieval village with stone houses."],
['Temple.png',
"An ancient temple in a hidden valley.",
"A majestic temple glowing in twilight.",
"A ruined temple covered in green moss."],
['Winter.png',
"A snowy forest with tall pine trees.",
"A winter cabin covered in fresh snow.",
"A frozen lake reflecting the morning sun."],
['Cave.png',
"A dark cave filled with glowing crystals.",
"A hidden cave behind a waterfall.",
"A mysterious cave with ancient paintings."],
['Sky.png',
"A dreamy sky filled with floating islands.",
"A bright sky with drifting airships.",
"A surreal sky painted with auroras." ]
]