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,101 @@
|
|
1
|
+
---
|
2
|
+
title: Types of body
|
3
|
+
category: people
|
4
|
+
---
|
5
|
+
apple-shaped torso with slim limbs
|
6
|
+
apple-shaped with short torso
|
7
|
+
athletic build with visible muscle definition
|
8
|
+
balanced curves with defined waist
|
9
|
+
balanced top and bottom, with a defined waist
|
10
|
+
balanced upper and lower body with little waist definition
|
11
|
+
bottom-heavy figure with smaller upper body
|
12
|
+
broad chest and shoulders with slim hips
|
13
|
+
broad chest and shoulders, narrow waist
|
14
|
+
broad shoulders, narrow hips
|
15
|
+
broad shoulders, slender body and legs
|
16
|
+
broader midsection, narrower shoulders and hips
|
17
|
+
compact build with short torso
|
18
|
+
curvy figure with a flat stomach
|
19
|
+
curvy shape with larger bust
|
20
|
+
curvy shape with larger hips
|
21
|
+
curvy silhouette with balanced proportions
|
22
|
+
curvy with weight distributed evenly
|
23
|
+
evenly proportioned with soft curves
|
24
|
+
fat hourglass figure with pronounced curves
|
25
|
+
fat with a defined waist
|
26
|
+
fat with a prominent midsection
|
27
|
+
fat with an oval silhouette
|
28
|
+
fat with evenly distributed weight
|
29
|
+
fat with fullness in chest and hips
|
30
|
+
fat with generous curves
|
31
|
+
fat with pronounced features
|
32
|
+
fat with soft, rounded contours
|
33
|
+
fat, pear-shaped with more weight in hips and thighs
|
34
|
+
full figured, with a round midsection
|
35
|
+
full-figured with an athletic undertone
|
36
|
+
full-figured with defined waist
|
37
|
+
hourglass figure with long legs
|
38
|
+
hourglass figure with short legs
|
39
|
+
inverted triangle with lean lower body
|
40
|
+
inverted triangle with short arms
|
41
|
+
larger bust, slender lower body
|
42
|
+
lean physique with difficulty gaining weight
|
43
|
+
lean upper body with muscular lower body
|
44
|
+
lower body-focused shape with more muscle tone
|
45
|
+
medium build with a tendency to gain muscle easily
|
46
|
+
medium height with proportional limbs
|
47
|
+
minimal waist definition, straight figure
|
48
|
+
muscular and toned, balanced proportions
|
49
|
+
muscular upper body with lean lower body
|
50
|
+
narrow shoulders with wide hips and thighs
|
51
|
+
narrow shoulders, wider hips
|
52
|
+
narrow shoulders, wider hips and thighs
|
53
|
+
naturally muscular and athletic build
|
54
|
+
naturally tends to carry more body fat
|
55
|
+
naturally thin, long limbed
|
56
|
+
oval shape with evenly distributed weight
|
57
|
+
oval shape with proportional limbs
|
58
|
+
pear-shaped lower body with toned upper body
|
59
|
+
pear-shaped with long torso
|
60
|
+
petite frame with curves
|
61
|
+
rectangle shape with broad shoulders
|
62
|
+
rectangle shape with long arms
|
63
|
+
robust build with wide bone structure
|
64
|
+
round all over, especially midsection
|
65
|
+
rounded all over, especially midsection
|
66
|
+
rounded shoulders and hips with slim limbs
|
67
|
+
short and broad, often muscular
|
68
|
+
short and stocky with muscular arms
|
69
|
+
short with compact, dense musculature
|
70
|
+
short with curves
|
71
|
+
shoulders wider than hips, tapers down
|
72
|
+
slender frame with delicate bone structure
|
73
|
+
slim build with long torso
|
74
|
+
small in height and frame
|
75
|
+
smaller upper body, wider hips and thighs
|
76
|
+
square shoulders and hips with curvy limbs
|
77
|
+
straight figure but muscular
|
78
|
+
straight figure with a rounded bottom
|
79
|
+
straight up and down, minimal curves
|
80
|
+
straight up and down, similar to rectangular shape
|
81
|
+
tall and straight, minimal curves
|
82
|
+
tall and willowy with subtle curves
|
83
|
+
tall with long, lean muscles
|
84
|
+
tall, thin build
|
85
|
+
thin all over, little body fat
|
86
|
+
thin but with little muscle tone
|
87
|
+
thin with some muscle definition
|
88
|
+
top-heavy figure with slender legs
|
89
|
+
triangle shape with muscular legs
|
90
|
+
very fat with a rectangular shape
|
91
|
+
very fat with a robust physique
|
92
|
+
very fat with a rotund shape
|
93
|
+
very fat with a rounded body shape
|
94
|
+
very fat with a sturdy build
|
95
|
+
very fat with a substantial build
|
96
|
+
very fat with an expansive frame
|
97
|
+
very fat with broad shoulders and chest
|
98
|
+
very fat with weight carried mostly in the torso
|
99
|
+
very fat, apple-shaped with weight concentrated around the middle
|
100
|
+
well-developed muscles, low body fat
|
101
|
+
wider upper body, carries weight around the midsection
|
@@ -0,0 +1,641 @@
|
|
1
|
+
---
|
2
|
+
title: Celebrities
|
3
|
+
category: people
|
4
|
+
---
|
5
|
+
adam sandler
|
6
|
+
addison rae
|
7
|
+
adele
|
8
|
+
adriana lima
|
9
|
+
adrianne palicki
|
10
|
+
aimee lou wood
|
11
|
+
aj lee
|
12
|
+
al pacino
|
13
|
+
alanna masterson
|
14
|
+
alejandra guilmant
|
15
|
+
alessandra ambrosio
|
16
|
+
alex morgan
|
17
|
+
alexa bliss
|
18
|
+
alexandra daddario
|
19
|
+
alexis ren
|
20
|
+
alica schmidt
|
21
|
+
alice eve
|
22
|
+
alicia vikander
|
23
|
+
alison brie
|
24
|
+
allison stokke
|
25
|
+
allison williams
|
26
|
+
aly michalka
|
27
|
+
aly raisman
|
28
|
+
alycia debnam-carey
|
29
|
+
alyson hannigan
|
30
|
+
alyssa milano
|
31
|
+
amanda cerny
|
32
|
+
amanda seyfried
|
33
|
+
amber heard
|
34
|
+
amy adams
|
35
|
+
amy smart
|
36
|
+
ana de armas
|
37
|
+
angela kinsey
|
38
|
+
angela sarafyan
|
39
|
+
angelina jolie
|
40
|
+
anitta
|
41
|
+
anna akana
|
42
|
+
anna faris
|
43
|
+
anna kendrick
|
44
|
+
anna kournikova
|
45
|
+
anna paquin
|
46
|
+
annasophia robb
|
47
|
+
anne hathaway
|
48
|
+
anthony hopkins
|
49
|
+
anya chalotra
|
50
|
+
anya taylor-joy
|
51
|
+
april bowlby
|
52
|
+
ariana grande
|
53
|
+
ariel winter
|
54
|
+
ashley benson
|
55
|
+
ashley graham
|
56
|
+
ashley greene
|
57
|
+
ashley park
|
58
|
+
ashley tisdale
|
59
|
+
aubrey plaza
|
60
|
+
avril lavigne
|
61
|
+
awkwafina
|
62
|
+
bailee madison
|
63
|
+
bar refaeli
|
64
|
+
barack obama
|
65
|
+
barbara palvin
|
66
|
+
bebe rexha
|
67
|
+
becky g
|
68
|
+
becky lynch
|
69
|
+
bella hadid
|
70
|
+
bella thorne
|
71
|
+
ben affleck
|
72
|
+
ben kingsley
|
73
|
+
benedict cumberbatch
|
74
|
+
beth behrs
|
75
|
+
betty gilpin
|
76
|
+
beyoncé
|
77
|
+
bill clinton
|
78
|
+
billie eilish
|
79
|
+
blake lively
|
80
|
+
bonnie wright
|
81
|
+
brad pitt
|
82
|
+
brenda song
|
83
|
+
brianna hildebrand
|
84
|
+
brie bella
|
85
|
+
brie larson
|
86
|
+
brighton sharbino
|
87
|
+
britney spears
|
88
|
+
brittany snow
|
89
|
+
brooklyn decker
|
90
|
+
bruno mars
|
91
|
+
bryce dallas howard
|
92
|
+
caity lotz
|
93
|
+
cameron diaz
|
94
|
+
camila cabello
|
95
|
+
camila mendes
|
96
|
+
camilla luddington
|
97
|
+
camilla parker bowles
|
98
|
+
candice swanepoel
|
99
|
+
cara delevingne
|
100
|
+
cardi b
|
101
|
+
carey mulligan
|
102
|
+
carice van houten
|
103
|
+
carla gugino
|
104
|
+
carly rae jepsen
|
105
|
+
caroline vreeland
|
106
|
+
cate blanchett
|
107
|
+
caylee cowan
|
108
|
+
channing tatum
|
109
|
+
charisma carpenter
|
110
|
+
charli xcx
|
111
|
+
charlize theron
|
112
|
+
charlotte flair
|
113
|
+
charlotte mckinney
|
114
|
+
chelsea handler
|
115
|
+
chloe bennet
|
116
|
+
chloe grace moretz
|
117
|
+
chloe kim
|
118
|
+
chloe sevigny
|
119
|
+
chris evans
|
120
|
+
chris hemsworth
|
121
|
+
chris pine
|
122
|
+
chris pratt
|
123
|
+
chris rock
|
124
|
+
chrissy teigen
|
125
|
+
christen harper
|
126
|
+
christian bale
|
127
|
+
christian serratos
|
128
|
+
christina aguilera
|
129
|
+
christina hendricks
|
130
|
+
christina ricci
|
131
|
+
christoph waltz
|
132
|
+
christopher walken
|
133
|
+
cindy crawford
|
134
|
+
cj perry
|
135
|
+
clint eastwood
|
136
|
+
cobie smulders
|
137
|
+
colin firth
|
138
|
+
conan o'brien
|
139
|
+
courteney cox
|
140
|
+
cristin milioti
|
141
|
+
daisy edgar-jones
|
142
|
+
daisy ridley
|
143
|
+
dakota fanning
|
144
|
+
dakota johnson
|
145
|
+
daniel day-lewis
|
146
|
+
daniel radcliffe
|
147
|
+
danielle panabaker
|
148
|
+
dave chappelle
|
149
|
+
david letterman
|
150
|
+
debby ryan
|
151
|
+
deborah ann woll
|
152
|
+
demi lovato
|
153
|
+
demi moore
|
154
|
+
demi rose
|
155
|
+
denise richards
|
156
|
+
denzel washington
|
157
|
+
diana silvers
|
158
|
+
diane guerrero
|
159
|
+
diane kruger
|
160
|
+
diora baird
|
161
|
+
disha patani
|
162
|
+
doja cat
|
163
|
+
dominique mcelligott
|
164
|
+
donald trump
|
165
|
+
dove cameron
|
166
|
+
drake
|
167
|
+
drew barrymore
|
168
|
+
dua lipa
|
169
|
+
dustin hoffman
|
170
|
+
dwayne johnson
|
171
|
+
ed sheeran
|
172
|
+
eddie murphy
|
173
|
+
eddie redmayne
|
174
|
+
eiza gonzalez
|
175
|
+
eleanor tomlinson
|
176
|
+
elisabeth shue
|
177
|
+
elisha cuthbert
|
178
|
+
eliza dushku
|
179
|
+
elizabeth banks
|
180
|
+
elizabeth debicki
|
181
|
+
elizabeth gillies
|
182
|
+
elizabeth hurley
|
183
|
+
elizabeth olsen
|
184
|
+
elizabeth turner
|
185
|
+
elle fanning
|
186
|
+
ellen degeneres
|
187
|
+
ellie goulding
|
188
|
+
ellie kemper
|
189
|
+
elsa hosk
|
190
|
+
elsa pataky
|
191
|
+
elsie hewitt
|
192
|
+
emilia clarke
|
193
|
+
emily bett rickards
|
194
|
+
emily blunt
|
195
|
+
emily kinney
|
196
|
+
emily osment
|
197
|
+
emily ratajkowski
|
198
|
+
emily vancamp
|
199
|
+
emma kenney
|
200
|
+
emma mackey
|
201
|
+
emma raducanu
|
202
|
+
emma roberts
|
203
|
+
emma stone
|
204
|
+
emma watson
|
205
|
+
emmanuelle chriqui
|
206
|
+
emmy rossum
|
207
|
+
erin moriarty
|
208
|
+
eugenie bouchard
|
209
|
+
eva amurri
|
210
|
+
eva green
|
211
|
+
eva longoria
|
212
|
+
eva mendes
|
213
|
+
evan rachel wood
|
214
|
+
evangeline lilly
|
215
|
+
felicity jones
|
216
|
+
florence pugh
|
217
|
+
freya allan
|
218
|
+
gal gadot
|
219
|
+
gary oldman
|
220
|
+
gemma arterton
|
221
|
+
gene hackman
|
222
|
+
george clooney
|
223
|
+
george w. bush
|
224
|
+
giada de laurentiis
|
225
|
+
gigi hadid
|
226
|
+
gillian anderson
|
227
|
+
gillian jacobs
|
228
|
+
gina carano
|
229
|
+
gwen stefani
|
230
|
+
gwyneth paltrow
|
231
|
+
hailee steinfeld
|
232
|
+
hailey bieber
|
233
|
+
halle berry
|
234
|
+
halsey
|
235
|
+
hannah simone
|
236
|
+
harrison ford
|
237
|
+
harry styles
|
238
|
+
hayden panettiere
|
239
|
+
hayley atwell
|
240
|
+
heath ledger
|
241
|
+
heather graham
|
242
|
+
heidi klum
|
243
|
+
helen mirren
|
244
|
+
helene fischer
|
245
|
+
hilary duff
|
246
|
+
hillary clinton
|
247
|
+
holly willoughby
|
248
|
+
hoyeon jung
|
249
|
+
hugh grant
|
250
|
+
hugh jackman
|
251
|
+
hunter king
|
252
|
+
hunter schafer
|
253
|
+
ian mckellen
|
254
|
+
iggy azalea
|
255
|
+
ilana glazer
|
256
|
+
iliza shlesinger
|
257
|
+
imogen poots
|
258
|
+
ireland baldwin
|
259
|
+
irina shayk
|
260
|
+
iris apatow
|
261
|
+
isabela merced
|
262
|
+
isidora goreshter
|
263
|
+
isla fisher
|
264
|
+
jack nicholson
|
265
|
+
jackie cruz
|
266
|
+
jaime pressly
|
267
|
+
jaimie alexander
|
268
|
+
jake gyllenhaal
|
269
|
+
james franco
|
270
|
+
james mcavoy
|
271
|
+
jamie chung
|
272
|
+
jamie lee curtis
|
273
|
+
jane levy
|
274
|
+
january jones
|
275
|
+
javier bardem
|
276
|
+
jay leno
|
277
|
+
jay-z
|
278
|
+
jenna coleman
|
279
|
+
jenna dewan
|
280
|
+
jenna fischer
|
281
|
+
jennette mccurdy
|
282
|
+
jennifer aniston
|
283
|
+
jennifer connelly
|
284
|
+
jennifer garner
|
285
|
+
jennifer holland
|
286
|
+
jennifer lawrence
|
287
|
+
jennifer lopez
|
288
|
+
jennifer love hewitt
|
289
|
+
jennifer morrison
|
290
|
+
jenny slate
|
291
|
+
jeremy irons
|
292
|
+
jerry seinfeld
|
293
|
+
jessica alba
|
294
|
+
jessica biel
|
295
|
+
jessica chastain
|
296
|
+
jessica parker kennedy
|
297
|
+
jessica simpson
|
298
|
+
jewel staite
|
299
|
+
jim carrey
|
300
|
+
jimmy fallon
|
301
|
+
jimmy kimmel
|
302
|
+
joaquin phoenix
|
303
|
+
jodie comer
|
304
|
+
joe biden
|
305
|
+
joey king
|
306
|
+
john travolta
|
307
|
+
johnny depp
|
308
|
+
jojo
|
309
|
+
jonah hill
|
310
|
+
jordana brewster
|
311
|
+
jordyn huitema
|
312
|
+
jordyn jones
|
313
|
+
josephine skriver
|
314
|
+
jude law
|
315
|
+
judy greer
|
316
|
+
julia fox
|
317
|
+
julia garner
|
318
|
+
julia roberts
|
319
|
+
julianne hough
|
320
|
+
julianne moore
|
321
|
+
julie bowen
|
322
|
+
juno temple
|
323
|
+
justin bieber
|
324
|
+
jutta leerdam
|
325
|
+
kaia gerber
|
326
|
+
kaitlyn dever
|
327
|
+
kaley cuoco
|
328
|
+
kamala harris
|
329
|
+
kanye west
|
330
|
+
karen fukuhara
|
331
|
+
karen gillan
|
332
|
+
karlie kloss
|
333
|
+
kat dennings
|
334
|
+
kate beckinsale
|
335
|
+
kate hudson
|
336
|
+
kate mara
|
337
|
+
kate middleton
|
338
|
+
kate upton
|
339
|
+
kate winslet
|
340
|
+
katelyn nacon
|
341
|
+
katelyn ohashi
|
342
|
+
katherine heigl
|
343
|
+
katherine langford
|
344
|
+
katherine mcnamara
|
345
|
+
katherine waterston
|
346
|
+
katheryn winnick
|
347
|
+
kathryn hahn
|
348
|
+
katie holmes
|
349
|
+
katy perry
|
350
|
+
kaya scodelario
|
351
|
+
keanu reeves
|
352
|
+
keira knightley
|
353
|
+
kelly brook
|
354
|
+
kelly rohrbach
|
355
|
+
kendall jenner
|
356
|
+
kerry washington
|
357
|
+
kesha
|
358
|
+
kevin hart
|
359
|
+
kevin spacey
|
360
|
+
khloe kardashian
|
361
|
+
kiernan shipka
|
362
|
+
kim kardashian
|
363
|
+
kimberley garner
|
364
|
+
kimiko glenn
|
365
|
+
kira kosarin
|
366
|
+
kirsten dunst
|
367
|
+
kourtney kardashian
|
368
|
+
kristen bell
|
369
|
+
kristen stewart
|
370
|
+
kristen wiig
|
371
|
+
kristin kreuk
|
372
|
+
krysten ritter
|
373
|
+
kylie jenner
|
374
|
+
kylie minogue
|
375
|
+
lacey chabert
|
376
|
+
lady gaga
|
377
|
+
lais ribeiro
|
378
|
+
lake bell
|
379
|
+
lana del rey
|
380
|
+
larsen thompson
|
381
|
+
laura harrier
|
382
|
+
laura prepon
|
383
|
+
lauren cohan
|
384
|
+
lea seydoux
|
385
|
+
leelee sobieski
|
386
|
+
leila lowfire
|
387
|
+
lena gercke
|
388
|
+
lena headey
|
389
|
+
lena meyer-landrut
|
390
|
+
leonardo dicaprio
|
391
|
+
leslie mann
|
392
|
+
liam neeson
|
393
|
+
lili reinhart
|
394
|
+
lili simmons
|
395
|
+
lily chee
|
396
|
+
lily collins
|
397
|
+
lily james
|
398
|
+
lily sheen
|
399
|
+
lily-rose depp
|
400
|
+
linda cardellini
|
401
|
+
lindsay lohan
|
402
|
+
lindsey pelas
|
403
|
+
lindsey vonn
|
404
|
+
lisa kudrow
|
405
|
+
liv tyler
|
406
|
+
lizzy caplan
|
407
|
+
lorde
|
408
|
+
louis c.k
|
409
|
+
lucy hale
|
410
|
+
lucy lawless
|
411
|
+
lucy liu
|
412
|
+
lucy pinder
|
413
|
+
lupita nyong'o
|
414
|
+
lyndsy fonseca
|
415
|
+
mackenzie davis
|
416
|
+
mackenzie foy
|
417
|
+
mackenzie ziegler
|
418
|
+
maddie ziegler
|
419
|
+
madelaine petsch
|
420
|
+
madison beer
|
421
|
+
madison pettis
|
422
|
+
madisyn shipman
|
423
|
+
madonna
|
424
|
+
maggie grace
|
425
|
+
maggie gyllenhaal
|
426
|
+
maia mitchell
|
427
|
+
maisie williams
|
428
|
+
mandy moore
|
429
|
+
margaret qualley
|
430
|
+
margot robbie
|
431
|
+
maria bakalova
|
432
|
+
maria menounos
|
433
|
+
maria sharapova
|
434
|
+
mariah carey
|
435
|
+
marion cotillard
|
436
|
+
marisa tomei
|
437
|
+
mark ruffalo
|
438
|
+
mark wahlberg
|
439
|
+
mary elizabeth winstead
|
440
|
+
maryse
|
441
|
+
matt damon
|
442
|
+
maude apatow
|
443
|
+
maya hawke
|
444
|
+
mckayla maroney
|
445
|
+
meagan good
|
446
|
+
megan fox
|
447
|
+
megan thee stallion
|
448
|
+
meghan markle
|
449
|
+
melania trump
|
450
|
+
melissa benoist
|
451
|
+
melissa fumero
|
452
|
+
melissa rauch
|
453
|
+
mena suvari
|
454
|
+
meryl streep
|
455
|
+
michael caine
|
456
|
+
michael fassbender
|
457
|
+
michelle jenneke
|
458
|
+
michelle monaghan
|
459
|
+
michelle obama
|
460
|
+
michelle rodriguez
|
461
|
+
michelle trachtenberg
|
462
|
+
michelle williams
|
463
|
+
miesha tate
|
464
|
+
mila kunis
|
465
|
+
milana vayntrub
|
466
|
+
miley cyrus
|
467
|
+
milla jovovich
|
468
|
+
millie bobby brown
|
469
|
+
minka kelly
|
470
|
+
miranda cosgrove
|
471
|
+
miranda kerr
|
472
|
+
monica bellucci
|
473
|
+
morena baccarin
|
474
|
+
morgan freeman
|
475
|
+
naomi campbell
|
476
|
+
naomi scott
|
477
|
+
naomi watts
|
478
|
+
natalia dyer
|
479
|
+
natalie alyn lind
|
480
|
+
natalie dormer
|
481
|
+
natalie portman
|
482
|
+
natasha lyonne
|
483
|
+
nathalie emmanuel
|
484
|
+
neve campbell
|
485
|
+
nicki minaj
|
486
|
+
nicole kidman
|
487
|
+
nicole scherzinger
|
488
|
+
nikki bella
|
489
|
+
nikki glaser
|
490
|
+
nina agdal
|
491
|
+
nina dobrev
|
492
|
+
normani
|
493
|
+
olga kurylenko
|
494
|
+
olivia culpo
|
495
|
+
olivia munn
|
496
|
+
olivia rodrigo
|
497
|
+
olivia taylor dudley
|
498
|
+
olivia wilde
|
499
|
+
oprah winfrey
|
500
|
+
orlando bloom
|
501
|
+
padma lakshmi
|
502
|
+
paige
|
503
|
+
paige spiranac
|
504
|
+
paige vanzant
|
505
|
+
palina rojinski
|
506
|
+
pamela anderson
|
507
|
+
paris hilton
|
508
|
+
patrick stewart
|
509
|
+
paul newman
|
510
|
+
penélope cruz
|
511
|
+
peyton list
|
512
|
+
phoebe tonkin
|
513
|
+
pokimane
|
514
|
+
pom klementieff
|
515
|
+
prince charles
|
516
|
+
prince george
|
517
|
+
prince harry
|
518
|
+
prince louis
|
519
|
+
prince william
|
520
|
+
princess charlotte
|
521
|
+
priyanka chopra
|
522
|
+
queen elizabeth ii
|
523
|
+
rachel bilson
|
524
|
+
rachel brosnahan
|
525
|
+
rachel cook
|
526
|
+
rachel mcadams
|
527
|
+
rachel weisz
|
528
|
+
rachel zegler
|
529
|
+
ralph fiennes
|
530
|
+
rashida jones
|
531
|
+
rebecca black
|
532
|
+
rebecca ferguson
|
533
|
+
reese witherspoon
|
534
|
+
rhea seehorn
|
535
|
+
ricky gervais
|
536
|
+
rihanna
|
537
|
+
rita ora
|
538
|
+
robert de niro
|
539
|
+
robert downey jr
|
540
|
+
robert pattinson
|
541
|
+
robert redford
|
542
|
+
robin williams
|
543
|
+
robin wright
|
544
|
+
ronda rousey
|
545
|
+
ronja forcher
|
546
|
+
rooney mara
|
547
|
+
rosamund pike
|
548
|
+
rosario dawson
|
549
|
+
rose byrne
|
550
|
+
rose leslie
|
551
|
+
rose mciver
|
552
|
+
rosie huntington-whiteley
|
553
|
+
ruby o. fee
|
554
|
+
ruby rose
|
555
|
+
russell crowe
|
556
|
+
ryan gosling
|
557
|
+
ryan murphy
|
558
|
+
ryan reynolds
|
559
|
+
sabrina carpenter
|
560
|
+
sadie sink
|
561
|
+
salma hayek
|
562
|
+
samara weaving
|
563
|
+
sammi hanratty
|
564
|
+
samuel l. jackson
|
565
|
+
sandra bullock
|
566
|
+
saoirse ronan
|
567
|
+
sara sampaio
|
568
|
+
sara underwood
|
569
|
+
sarah chalke
|
570
|
+
sarah hyland
|
571
|
+
sarah mcdaniel
|
572
|
+
sarah michelle gellar
|
573
|
+
sarah paulson
|
574
|
+
sarah shahi
|
575
|
+
sarah silverman
|
576
|
+
sasha alexander
|
577
|
+
sasha banks
|
578
|
+
saweetie
|
579
|
+
scarlett johansson
|
580
|
+
sean connery
|
581
|
+
selena gomez
|
582
|
+
serena williams
|
583
|
+
seth rogen
|
584
|
+
shailene woodley
|
585
|
+
shakira
|
586
|
+
shanola hampton
|
587
|
+
shantel vansanten
|
588
|
+
sharon stone
|
589
|
+
shawn mendes
|
590
|
+
sidney poitier
|
591
|
+
sienna miller
|
592
|
+
simone biles
|
593
|
+
sofia vergara
|
594
|
+
sophia lillis
|
595
|
+
sophia thomalla
|
596
|
+
sophie turner
|
597
|
+
stacy keibler
|
598
|
+
stephanie beatriz
|
599
|
+
stephanie mcmahon
|
600
|
+
stephen colbert
|
601
|
+
steve carell
|
602
|
+
susan sarandon
|
603
|
+
sydney sweeney
|
604
|
+
taylor hill
|
605
|
+
taylor schilling
|
606
|
+
taylor swift
|
607
|
+
tessa thompson
|
608
|
+
the weeknd
|
609
|
+
thomasin mckenzie
|
610
|
+
tiffani thiessen
|
611
|
+
tina fey
|
612
|
+
tinashe
|
613
|
+
tom cruise
|
614
|
+
tom hanks
|
615
|
+
tom hardy
|
616
|
+
tom hiddleston
|
617
|
+
torrie wilson
|
618
|
+
tove lo
|
619
|
+
tyra banks
|
620
|
+
uma thurman
|
621
|
+
vanessa hudgens
|
622
|
+
vanessa kirby
|
623
|
+
vica kerekes
|
624
|
+
victoria de angelis
|
625
|
+
victoria justice
|
626
|
+
whitney cummings
|
627
|
+
will ferrell
|
628
|
+
will smith
|
629
|
+
willa fitzgerald
|
630
|
+
willa holland
|
631
|
+
winona ryder
|
632
|
+
yanet garcia
|
633
|
+
yvonne strahovski
|
634
|
+
zac efron
|
635
|
+
zara larsson
|
636
|
+
zazie beetz
|
637
|
+
zendaya
|
638
|
+
zoë kravitz
|
639
|
+
zoe saldana
|
640
|
+
zoey deutch
|
641
|
+
zooey deschanel
|