prompt-lists 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,408 @@
|
|
1
|
+
---
|
2
|
+
title: Individual interactions
|
3
|
+
category: interaction
|
4
|
+
---
|
5
|
+
adjusts a hat on head
|
6
|
+
adjusts a tie
|
7
|
+
adjusts backpack straps
|
8
|
+
adjusts clothing self-consciously
|
9
|
+
adjusts glasses on nose
|
10
|
+
adjusts headphones on ears
|
11
|
+
aligns stack of papers by tapping bottom on desk
|
12
|
+
angrily pushes hair out of eyes
|
13
|
+
applies chapstick to lips
|
14
|
+
applies lipstick
|
15
|
+
arches an eyebrow
|
16
|
+
averts eyes
|
17
|
+
balances on one foot while reaching for something
|
18
|
+
balances pencil on upper lip
|
19
|
+
balances precariously on a chair to reach something high up
|
20
|
+
balls hands into fists
|
21
|
+
bends down to tie shoelaces
|
22
|
+
bites fingernails anxiously
|
23
|
+
bites into a sandwich
|
24
|
+
bites into an apple
|
25
|
+
bites lip uncertainly
|
26
|
+
blinks rapidly
|
27
|
+
blots lipstick with a tissue
|
28
|
+
blow-dries hair
|
29
|
+
blows a bubble with gum
|
30
|
+
blows a kiss playfully
|
31
|
+
blows nose loudly
|
32
|
+
blows on hot soup to cool it
|
33
|
+
bobs head to a beat
|
34
|
+
bounces a ball against a wall
|
35
|
+
bounces on toes
|
36
|
+
bows deeply
|
37
|
+
bows head in reverence
|
38
|
+
braces against a strong wind
|
39
|
+
braids hair absentmindedly
|
40
|
+
brushes crumbs off lap
|
41
|
+
brushes hair
|
42
|
+
brushes lint off a sleeve
|
43
|
+
brushes on blush
|
44
|
+
buckles a belt
|
45
|
+
bundles up in a scarf and hat
|
46
|
+
burps loudly
|
47
|
+
burrows under a blanket
|
48
|
+
buttons up a coat
|
49
|
+
buttons up a shirt
|
50
|
+
casts a fishing line
|
51
|
+
catches a ball
|
52
|
+
checks phone for notifications
|
53
|
+
chews food slowly
|
54
|
+
chews on a pencil
|
55
|
+
claps hands in applause
|
56
|
+
clasps hands together tightly
|
57
|
+
cleans glasses with a cloth
|
58
|
+
clears throat before speaking
|
59
|
+
clenches fists angrily
|
60
|
+
clicks a pen repeatedly
|
61
|
+
climbs a ladder
|
62
|
+
climbs over a fence
|
63
|
+
closes a book with a snap
|
64
|
+
closes eyes and pinches bridge of nose
|
65
|
+
clutches a stuffed animal for comfort
|
66
|
+
cocks head to the side inquisitively
|
67
|
+
collapses onto a chair, holds their hands to their face
|
68
|
+
combs beard with fingers
|
69
|
+
combs through tangles
|
70
|
+
coughs into a fist
|
71
|
+
counts on fingers
|
72
|
+
cracks a smile
|
73
|
+
cracks back
|
74
|
+
cracks knuckles before beginning a task
|
75
|
+
cracks open a can of soda
|
76
|
+
cradles a mug of hot cocoa
|
77
|
+
crawls on hands and knees
|
78
|
+
crawls under a table
|
79
|
+
creases a piece of paper
|
80
|
+
creeps down a hallway
|
81
|
+
crosses and uncrosses legs
|
82
|
+
crosses arms over chest defensively
|
83
|
+
crumples a piece of paper in frustration
|
84
|
+
cuffs pants
|
85
|
+
cups hands around mouth and shouts
|
86
|
+
curls hair with a curling iron
|
87
|
+
curls toes in the sand
|
88
|
+
curls up in a ball on the floor
|
89
|
+
curtsies
|
90
|
+
cuts paper with scissors
|
91
|
+
dabs at a stain on clothing
|
92
|
+
dabs eyes with a tissue
|
93
|
+
dials a phone number
|
94
|
+
dips a brush in paint
|
95
|
+
dips a chip in salsa
|
96
|
+
dives into a pool
|
97
|
+
dives to catch a frisbee
|
98
|
+
does a cartwheel
|
99
|
+
does a fist pump
|
100
|
+
does a jumping jack
|
101
|
+
does a push-up
|
102
|
+
doodles on a piece of paper
|
103
|
+
doubles over with laughter
|
104
|
+
drags a stick through the dirt
|
105
|
+
draws a deep breath
|
106
|
+
draws circles on a steamy window
|
107
|
+
drops to the ground and does push-ups
|
108
|
+
drums fingers on a surface
|
109
|
+
drums fingers on a table
|
110
|
+
dusts off a shelf
|
111
|
+
eats popcorn by the handful
|
112
|
+
erases something vigorously
|
113
|
+
examines fingernails
|
114
|
+
exhales slowly to release tension
|
115
|
+
falls to the ground dramatically
|
116
|
+
fans self with a piece of paper
|
117
|
+
feels forehead for fever
|
118
|
+
fidgets with an object anxiously
|
119
|
+
files fingernails
|
120
|
+
fills out a form
|
121
|
+
flaps arms like a bird
|
122
|
+
flares nostrils
|
123
|
+
flexes fingers
|
124
|
+
flicks a bug off arm
|
125
|
+
flips a coin
|
126
|
+
flips through a magazine
|
127
|
+
flips through channels with a remote
|
128
|
+
flips through the pages of a book
|
129
|
+
floats on back
|
130
|
+
flosses teeth
|
131
|
+
flosses teeth vigorously
|
132
|
+
folds a piece of paper carefully
|
133
|
+
folds arms across chest
|
134
|
+
folds arms behind back
|
135
|
+
frowns in concentration
|
136
|
+
furiously scribbles in a notebook
|
137
|
+
furrows brow
|
138
|
+
gargles mouthwash
|
139
|
+
gasps in surprise
|
140
|
+
gazes into the distance
|
141
|
+
gives a high five
|
142
|
+
gives a thumbs down
|
143
|
+
gives a thumbs up
|
144
|
+
gives a thumbs up in approval
|
145
|
+
gnaws on a pencil
|
146
|
+
grasps a doorknob
|
147
|
+
grasps edge of a table
|
148
|
+
grins mischievously
|
149
|
+
grits teeth
|
150
|
+
gulps down a drink
|
151
|
+
hammers a nail
|
152
|
+
hangs a picture on the wall
|
153
|
+
hiccups unexpectedly
|
154
|
+
hides behind a curtain
|
155
|
+
hops from one foot to the other impatiently
|
156
|
+
hops on one foot
|
157
|
+
hugs knees to chest
|
158
|
+
inhales deeply through nose
|
159
|
+
inspects a scrape on knee
|
160
|
+
interlaces fingers and stretches arms overhead
|
161
|
+
interlocks fingers
|
162
|
+
jiggles leg nervously
|
163
|
+
juggles three balls
|
164
|
+
jumps over a puddle
|
165
|
+
jumps rope
|
166
|
+
jumps up and down with excitement
|
167
|
+
kicks a hacky sack
|
168
|
+
kicks a pebble absentmindedly
|
169
|
+
kicks off shoes
|
170
|
+
kisses fingertips and blows it like a chef
|
171
|
+
kneels down to examine something closely
|
172
|
+
knits brow
|
173
|
+
knocks on a door
|
174
|
+
laces up shoes
|
175
|
+
laughs heartily
|
176
|
+
laughs so hard they snort
|
177
|
+
lays head on a pillow
|
178
|
+
leans against a wall casually
|
179
|
+
leans back in a chair
|
180
|
+
leans forward, elbows on knees
|
181
|
+
leaps across a gap
|
182
|
+
lets hair down from a ponytail
|
183
|
+
licks a popsicle
|
184
|
+
licks an ice cream cone
|
185
|
+
licks lips nervously
|
186
|
+
lies down and stares at the ceiling
|
187
|
+
lies on stomach
|
188
|
+
lifts a heavy box
|
189
|
+
limps while favoring one leg
|
190
|
+
looks surprised, and then bursts out laughing
|
191
|
+
looks up at the sky
|
192
|
+
makes eye contact
|
193
|
+
marches in place
|
194
|
+
mashes potatoes with a fork
|
195
|
+
massages sore muscles
|
196
|
+
massages temples to relieve stress
|
197
|
+
mimes zipping lips shut
|
198
|
+
mixes paint colors
|
199
|
+
mouths words silently while reading
|
200
|
+
nods head in agreement
|
201
|
+
nods in agreement
|
202
|
+
nods off to sleep
|
203
|
+
opens a door cautiously
|
204
|
+
opens and closes a flip phone
|
205
|
+
opens mail
|
206
|
+
paces back and forth, deep in thought
|
207
|
+
pats pockets looking for something
|
208
|
+
peeks around a corner
|
209
|
+
peeks between fingers
|
210
|
+
peels a banana
|
211
|
+
peels off a band-aid
|
212
|
+
pets a cat
|
213
|
+
picks a piece of food from teeth
|
214
|
+
picks at a loose thread on clothing
|
215
|
+
picks up a pencil and taps it on desk
|
216
|
+
pinches cheeks to add color
|
217
|
+
pins hair up in a bun
|
218
|
+
points at something
|
219
|
+
points at something in the distance
|
220
|
+
pokes a finger through a hole in a sock
|
221
|
+
polishes shoes
|
222
|
+
pops a balloon
|
223
|
+
pounds a fist on the table
|
224
|
+
pours water from a pitcher
|
225
|
+
presses a button
|
226
|
+
presses fingers to temples
|
227
|
+
pretends to be a statue
|
228
|
+
pretends to conduct an orchestra
|
229
|
+
pretends to pull a rabbit out of a hat
|
230
|
+
pulls a blanket up to chin
|
231
|
+
pulls a funny face
|
232
|
+
pulls a loose thread from a sweater
|
233
|
+
pulls on a pair of gloves
|
234
|
+
pulls up pants
|
235
|
+
pulls up socks
|
236
|
+
punches a fist into palm
|
237
|
+
purses lips
|
238
|
+
purses lips in concentration
|
239
|
+
pushes food around on plate
|
240
|
+
pushes glasses up nose
|
241
|
+
pushes sleeves up
|
242
|
+
puts an arm around someone's shoulders
|
243
|
+
puts car in park
|
244
|
+
puts change in a vending machine
|
245
|
+
puts hands on hips assertively
|
246
|
+
puts hands over ears
|
247
|
+
puts on mascara
|
248
|
+
puts pinky fingers in ears and wiggles them
|
249
|
+
puts things in a backpack
|
250
|
+
raises an eyebrow skeptically
|
251
|
+
raises eyebrows
|
252
|
+
raises hand to ask a question
|
253
|
+
raises hand to cover a yawn
|
254
|
+
raises hand to shade eyes from sun
|
255
|
+
reaches for something on a high shelf
|
256
|
+
reads a map
|
257
|
+
reclines in a chair
|
258
|
+
reties a ponytail
|
259
|
+
rips open a bag of chips
|
260
|
+
rocks back and forth on heels
|
261
|
+
rolls eyes
|
262
|
+
rolls neck to loosen muscles
|
263
|
+
rolls over onto back
|
264
|
+
rolls up sleeves
|
265
|
+
rotates shoulders to release tension
|
266
|
+
rubs a lucky charm
|
267
|
+
rubs back of neck
|
268
|
+
rubs eyes tiredly
|
269
|
+
rubs hands on thighs
|
270
|
+
rubs hands together eagerly
|
271
|
+
rubs lotion on hands
|
272
|
+
runs a hand over a surface
|
273
|
+
runs fingers through hair
|
274
|
+
runs up a flight of stairs
|
275
|
+
salutes
|
276
|
+
scoops ice cream into a bowl
|
277
|
+
scowls angrily
|
278
|
+
scrapes mud off boots
|
279
|
+
scratches an itch
|
280
|
+
scratches chin thoughtfully
|
281
|
+
scratches head in confusion
|
282
|
+
scribbles out a mistake
|
283
|
+
scrubs a pot
|
284
|
+
scuffs shoe on the ground
|
285
|
+
sculpts clay
|
286
|
+
searches pockets for keys
|
287
|
+
sees someone across the room and brightens
|
288
|
+
sews a button on a shirt
|
289
|
+
shades eyes with hand
|
290
|
+
shakes a fist in anger
|
291
|
+
shakes a snow globe
|
292
|
+
shakes a wrapped present
|
293
|
+
shakes head in disagreement
|
294
|
+
shakes head in disbelief
|
295
|
+
shakes out a rug
|
296
|
+
sharpens a pencil
|
297
|
+
shields eyes from the sun
|
298
|
+
shivers from the cold
|
299
|
+
shoots a basketball
|
300
|
+
shreds paper
|
301
|
+
shrugs shoulders and sighs
|
302
|
+
shuffles a deck of cards
|
303
|
+
shuffles feet nervously
|
304
|
+
shuffles through a stack of papers
|
305
|
+
sifts flour
|
306
|
+
sighs contentedly
|
307
|
+
signs a document
|
308
|
+
sips from a straw
|
309
|
+
sits cross-legged on the floor
|
310
|
+
sits down and buries face in hands
|
311
|
+
sits up quickly, startled
|
312
|
+
sketches in a notebook
|
313
|
+
skips happily across a room
|
314
|
+
skips rope
|
315
|
+
slams a door shut
|
316
|
+
slaps knee while laughing
|
317
|
+
slides down a banister
|
318
|
+
slings a bag over shoulder
|
319
|
+
slips on a pair of shoes
|
320
|
+
slurps spaghetti noisily
|
321
|
+
smacks gum
|
322
|
+
smiles widely
|
323
|
+
smooths out a creased document
|
324
|
+
smooths out wrinkles in fabric
|
325
|
+
smooths sunscreen on face
|
326
|
+
snaps a rubber band
|
327
|
+
snaps fingers
|
328
|
+
snaps fingers to a tune
|
329
|
+
snaps fingers to get attention
|
330
|
+
sneaks up behind someone
|
331
|
+
sneezes into a tissue
|
332
|
+
snuggles under a blanket
|
333
|
+
soaks in a bathtub
|
334
|
+
spears a piece of fruit with a fork
|
335
|
+
spins a globe
|
336
|
+
spins in a circle
|
337
|
+
spits out gum
|
338
|
+
splashes in a puddle
|
339
|
+
splashes water playfully
|
340
|
+
spoons sugar into coffee
|
341
|
+
sprays hair with product
|
342
|
+
sprays on perfume
|
343
|
+
spreads butter on toast
|
344
|
+
spreads fingers wide
|
345
|
+
sprinkles salt on food
|
346
|
+
squats to pick up an object
|
347
|
+
squeezes a stress ball
|
348
|
+
squeezes eyes shut
|
349
|
+
squints at something
|
350
|
+
squirts water from a bottle
|
351
|
+
squishes play dough
|
352
|
+
stabs a straw into a juice box
|
353
|
+
stacks blocks
|
354
|
+
stamps foot
|
355
|
+
staples papers together
|
356
|
+
stares into space
|
357
|
+
starts doing jumping jacks
|
358
|
+
steers a car
|
359
|
+
sticks out tongue teasingly
|
360
|
+
stirs a pot
|
361
|
+
stomps foot impatiently
|
362
|
+
stomps in a puddle
|
363
|
+
straightens a collar
|
364
|
+
straightens hair with a flat iron
|
365
|
+
straightens posture and stands tall
|
366
|
+
stretches arms above head and yawns
|
367
|
+
stretches out a cramp
|
368
|
+
stretches out on a couch
|
369
|
+
strokes beard contemplatively
|
370
|
+
strums a guitar
|
371
|
+
studies reflection in a mirror
|
372
|
+
stuffs hands in pockets
|
373
|
+
stumbles and catches balance
|
374
|
+
surfaces from underwater
|
375
|
+
swallows a pill
|
376
|
+
swallows nervously
|
377
|
+
sways to music
|
378
|
+
swings arms while walking
|
379
|
+
takes a deep breath to calm down
|
380
|
+
taps a microphone to test it
|
381
|
+
taps chin pensively
|
382
|
+
taps fingers on a surface nervously
|
383
|
+
taps foot to a rhythm
|
384
|
+
tastes something and grimaces
|
385
|
+
tears a page out of a book
|
386
|
+
throws hands up in frustration
|
387
|
+
ties a shoelace
|
388
|
+
tilts head to the side
|
389
|
+
tiptoes quietly to avoid making noise
|
390
|
+
traces a pattern with a finger
|
391
|
+
treads water
|
392
|
+
tucks hair behind ear
|
393
|
+
tugs at a scarf
|
394
|
+
turns and walks away
|
395
|
+
twirls a lock of hair around finger
|
396
|
+
walks to a wall and slowly bangs head against it
|
397
|
+
waves goodbye
|
398
|
+
waves hand in greeting
|
399
|
+
widens eyes in surprise
|
400
|
+
wiggles fingers playfully
|
401
|
+
wiggles toes
|
402
|
+
winks
|
403
|
+
winks mischievously
|
404
|
+
wipes mouth with a napkin
|
405
|
+
wipes sweat from brow
|
406
|
+
wrings hands nervously
|
407
|
+
writes in a notebook
|
408
|
+
zips up a jacket
|
@@ -0,0 +1,44 @@
|
|
1
|
+
---
|
2
|
+
title: Keywords for detailed images
|
3
|
+
category: keyword
|
4
|
+
---
|
5
|
+
accurate
|
6
|
+
artistically-detailed
|
7
|
+
carefully-detailed
|
8
|
+
clear
|
9
|
+
complex
|
10
|
+
crisp
|
11
|
+
detailed
|
12
|
+
detailed picture
|
13
|
+
distinct
|
14
|
+
elaborate
|
15
|
+
expertly-detailed
|
16
|
+
exquisitely-detailed
|
17
|
+
fine-grained
|
18
|
+
finely-crafted
|
19
|
+
finely-detailed
|
20
|
+
high-definition
|
21
|
+
high-quality
|
22
|
+
high-resolution
|
23
|
+
hyper-realistic
|
24
|
+
impressively-detailed
|
25
|
+
in-focus
|
26
|
+
intricate
|
27
|
+
layered
|
28
|
+
lifelike
|
29
|
+
magnified
|
30
|
+
masterfully-detailed
|
31
|
+
multidimensional
|
32
|
+
multifaceted
|
33
|
+
multilayered
|
34
|
+
naturalistic
|
35
|
+
painstakingly-detailed
|
36
|
+
photorealistic
|
37
|
+
precise
|
38
|
+
realistic
|
39
|
+
richly-detailed
|
40
|
+
sharp
|
41
|
+
skillfully-detailed
|
42
|
+
super-realistic
|
43
|
+
textured
|
44
|
+
well-defined
|
@@ -0,0 +1,113 @@
|
|
1
|
+
---
|
2
|
+
title: Keywords for epic images
|
3
|
+
category: keyword
|
4
|
+
---
|
5
|
+
admirable
|
6
|
+
apotheotic
|
7
|
+
artistic
|
8
|
+
atmospheric
|
9
|
+
awe-inspiring
|
10
|
+
awesome
|
11
|
+
beautiful
|
12
|
+
bombastic
|
13
|
+
breathtaking
|
14
|
+
colorful
|
15
|
+
colossal
|
16
|
+
delightful
|
17
|
+
detailed
|
18
|
+
dignified
|
19
|
+
dramatic
|
20
|
+
dynamic
|
21
|
+
elevated
|
22
|
+
empyrean
|
23
|
+
enchanting
|
24
|
+
epic
|
25
|
+
exalted
|
26
|
+
exquisite
|
27
|
+
eye-catching
|
28
|
+
fabled
|
29
|
+
fantastical
|
30
|
+
formidable
|
31
|
+
glittering
|
32
|
+
glorified
|
33
|
+
glorious
|
34
|
+
gorgeous
|
35
|
+
grand
|
36
|
+
grandiose
|
37
|
+
heavenly
|
38
|
+
herculean
|
39
|
+
heroic
|
40
|
+
heroical
|
41
|
+
high-fidelity
|
42
|
+
hyperrealistic
|
43
|
+
hypnotic
|
44
|
+
iconic
|
45
|
+
illustrious
|
46
|
+
immersive
|
47
|
+
imposing
|
48
|
+
impressive
|
49
|
+
inspiring
|
50
|
+
intricate
|
51
|
+
legendary
|
52
|
+
lifelike
|
53
|
+
lush
|
54
|
+
luxuriant
|
55
|
+
magnificent
|
56
|
+
majestic
|
57
|
+
majestical
|
58
|
+
majestuous
|
59
|
+
marvelous
|
60
|
+
masterful
|
61
|
+
mesmerizing
|
62
|
+
meticulous
|
63
|
+
mirthful
|
64
|
+
momentous
|
65
|
+
monumental
|
66
|
+
monumentous
|
67
|
+
mythic
|
68
|
+
mythical
|
69
|
+
noble
|
70
|
+
olympian
|
71
|
+
opulent
|
72
|
+
palatial
|
73
|
+
panoramic
|
74
|
+
phenomenal
|
75
|
+
photorealistic
|
76
|
+
pioneering
|
77
|
+
polished
|
78
|
+
prodigious
|
79
|
+
radiant
|
80
|
+
realistic
|
81
|
+
regal
|
82
|
+
resplendent
|
83
|
+
revolutionary
|
84
|
+
riveting
|
85
|
+
royal
|
86
|
+
seamless
|
87
|
+
sensational
|
88
|
+
sovereign
|
89
|
+
spectacular
|
90
|
+
splendid
|
91
|
+
splendiferous
|
92
|
+
splendorous
|
93
|
+
state-of-the-art
|
94
|
+
stately
|
95
|
+
statuesque
|
96
|
+
striking
|
97
|
+
stunning
|
98
|
+
stupendous
|
99
|
+
sublime
|
100
|
+
sumptuous
|
101
|
+
superb
|
102
|
+
superhuman
|
103
|
+
superlative
|
104
|
+
supreme
|
105
|
+
technically advanced
|
106
|
+
titanic
|
107
|
+
transcendent
|
108
|
+
unbelievable
|
109
|
+
unforgettable
|
110
|
+
venerable
|
111
|
+
vibrant
|
112
|
+
virtuous
|
113
|
+
wonderful
|
@@ -0,0 +1,49 @@
|
|
1
|
+
---
|
2
|
+
title: Genres
|
3
|
+
category: keyword
|
4
|
+
---
|
5
|
+
ancient
|
6
|
+
art deco
|
7
|
+
cyber gothic
|
8
|
+
cyber-baroque
|
9
|
+
cyber-goth
|
10
|
+
cyber-medieval
|
11
|
+
cyber-renaissance
|
12
|
+
cyber-steampunk
|
13
|
+
cyber-western
|
14
|
+
cyberfunk
|
15
|
+
cybergrunge
|
16
|
+
cyberpunk
|
17
|
+
cyberpunk dystopia
|
18
|
+
dark fantasy
|
19
|
+
dark steampunk
|
20
|
+
diesel-fantasy
|
21
|
+
diesel-noir
|
22
|
+
dieselpunk
|
23
|
+
fantasy
|
24
|
+
fantasy noir
|
25
|
+
film noir
|
26
|
+
futurism
|
27
|
+
gothic
|
28
|
+
high fantasy
|
29
|
+
historic
|
30
|
+
historical fiction
|
31
|
+
medieval
|
32
|
+
mid-century
|
33
|
+
neo-victorian
|
34
|
+
neoclassical
|
35
|
+
post-apocalyptic
|
36
|
+
post-apocalyptic fantasy
|
37
|
+
post-cyberpunk
|
38
|
+
post-medieval
|
39
|
+
postmodern
|
40
|
+
renaissance
|
41
|
+
retro-futurism
|
42
|
+
sci-fi
|
43
|
+
space opera
|
44
|
+
steampunk
|
45
|
+
steamwave
|
46
|
+
synthwave
|
47
|
+
victorian
|
48
|
+
vintage
|
49
|
+
weird west
|
@@ -0,0 +1,42 @@
|
|
1
|
+
---
|
2
|
+
title: Glitches
|
3
|
+
category: keyword
|
4
|
+
---
|
5
|
+
anomaly
|
6
|
+
artifact
|
7
|
+
banding
|
8
|
+
blemish
|
9
|
+
bug
|
10
|
+
burn-in
|
11
|
+
chromatic aberration
|
12
|
+
compression artifact
|
13
|
+
defect
|
14
|
+
disruption
|
15
|
+
distortion
|
16
|
+
double exposure
|
17
|
+
dropped frames
|
18
|
+
flare streaking
|
19
|
+
flaw
|
20
|
+
flicker
|
21
|
+
glitch
|
22
|
+
halation
|
23
|
+
halo effect
|
24
|
+
hiccup
|
25
|
+
image corruption
|
26
|
+
image ghosting
|
27
|
+
impairment
|
28
|
+
interference
|
29
|
+
jitter
|
30
|
+
lens streaking
|
31
|
+
mosaic effect
|
32
|
+
noise
|
33
|
+
pixelation
|
34
|
+
reflection
|
35
|
+
refraction
|
36
|
+
rolling shutter effect
|
37
|
+
scrambled signal
|
38
|
+
signal degradation
|
39
|
+
snag
|
40
|
+
stutter
|
41
|
+
tearing
|
42
|
+
warping
|
@@ -0,0 +1,73 @@
|
|
1
|
+
---
|
2
|
+
title: Modifiers
|
3
|
+
category: keyword
|
4
|
+
description: Keywords that modify the style of an image (Noodle Soup prompts)
|
5
|
+
---
|
6
|
+
60s kitsch and psychedelia
|
7
|
+
abstract illusionism
|
8
|
+
afrofuturism
|
9
|
+
ambrotype
|
10
|
+
american romanticism
|
11
|
+
anaglyph effect
|
12
|
+
anaglyph filter
|
13
|
+
anime
|
14
|
+
avant-garde
|
15
|
+
blueprint
|
16
|
+
brutalism
|
17
|
+
calotype
|
18
|
+
camcorder effect
|
19
|
+
chillwave
|
20
|
+
cottagecore
|
21
|
+
crayon art
|
22
|
+
cubism
|
23
|
+
cyanotype
|
24
|
+
daguerreotype
|
25
|
+
dark academia
|
26
|
+
digital art
|
27
|
+
doge
|
28
|
+
dutch golden age
|
29
|
+
expressionism
|
30
|
+
figurativism
|
31
|
+
fisheye lens
|
32
|
+
fractalism
|
33
|
+
fresco
|
34
|
+
futuresynth
|
35
|
+
german romanticism
|
36
|
+
glitch art
|
37
|
+
gothic
|
38
|
+
gothic art
|
39
|
+
graffiti
|
40
|
+
holography
|
41
|
+
hyperrealism
|
42
|
+
impressionism
|
43
|
+
infrared
|
44
|
+
inverted colors
|
45
|
+
long exposure
|
46
|
+
lovecraftian
|
47
|
+
mac and cheese
|
48
|
+
macro lens
|
49
|
+
magic realism
|
50
|
+
manga
|
51
|
+
modernism
|
52
|
+
multiple exposure
|
53
|
+
narrative realism
|
54
|
+
naturalism
|
55
|
+
optical illusion
|
56
|
+
photorealism
|
57
|
+
positivism
|
58
|
+
realism
|
59
|
+
retrowave
|
60
|
+
sabattier effect
|
61
|
+
sabattier filter
|
62
|
+
still life
|
63
|
+
street art
|
64
|
+
stuckism
|
65
|
+
surrealism
|
66
|
+
symbolism
|
67
|
+
synthwave
|
68
|
+
telephoto lens
|
69
|
+
the matrix
|
70
|
+
tilt-shift
|
71
|
+
tintype
|
72
|
+
tonalis
|
73
|
+
vaporwave
|