prompt-lists 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- 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,114 @@
|
|
1
|
+
---
|
2
|
+
title: Landscape subjects
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
abandoned building
|
6
|
+
airport
|
7
|
+
aqueduct
|
8
|
+
arboretum
|
9
|
+
archipelago
|
10
|
+
badlands
|
11
|
+
beach
|
12
|
+
bike trail
|
13
|
+
boat
|
14
|
+
bog
|
15
|
+
botanical garden
|
16
|
+
bridge
|
17
|
+
canal
|
18
|
+
canyon
|
19
|
+
castle
|
20
|
+
cave
|
21
|
+
cavern
|
22
|
+
cliff
|
23
|
+
coastline
|
24
|
+
coral reef
|
25
|
+
covered bridge
|
26
|
+
dam
|
27
|
+
desert
|
28
|
+
driftwood
|
29
|
+
estuary
|
30
|
+
farmland
|
31
|
+
fjord
|
32
|
+
footpath
|
33
|
+
forest
|
34
|
+
fountain
|
35
|
+
garden
|
36
|
+
geyser
|
37
|
+
ghost town
|
38
|
+
glacier
|
39
|
+
glen
|
40
|
+
gorge
|
41
|
+
grassland
|
42
|
+
harbor
|
43
|
+
highway
|
44
|
+
hiking trail
|
45
|
+
hill
|
46
|
+
historical landmark
|
47
|
+
hot spring
|
48
|
+
iceberg
|
49
|
+
island
|
50
|
+
lake
|
51
|
+
lighthouse
|
52
|
+
lock
|
53
|
+
lookout
|
54
|
+
mangrove
|
55
|
+
marina
|
56
|
+
marsh
|
57
|
+
meadow
|
58
|
+
memorial
|
59
|
+
mesa
|
60
|
+
mine
|
61
|
+
monument
|
62
|
+
mountain
|
63
|
+
mud flat
|
64
|
+
museum
|
65
|
+
nature reserve
|
66
|
+
nature trail
|
67
|
+
observatory
|
68
|
+
ocean
|
69
|
+
oil rig
|
70
|
+
orchard
|
71
|
+
park
|
72
|
+
plateau
|
73
|
+
pond
|
74
|
+
power plant
|
75
|
+
prairie
|
76
|
+
quarry
|
77
|
+
railway
|
78
|
+
ranch
|
79
|
+
ravine
|
80
|
+
reservoir
|
81
|
+
river
|
82
|
+
rock formation
|
83
|
+
rock pool
|
84
|
+
ruin
|
85
|
+
sand
|
86
|
+
sand dune
|
87
|
+
sandstone formation
|
88
|
+
satellite dish
|
89
|
+
savannah
|
90
|
+
scenic drive
|
91
|
+
seascape
|
92
|
+
ship
|
93
|
+
skyscraper
|
94
|
+
statue
|
95
|
+
stream
|
96
|
+
swamp
|
97
|
+
tide pool
|
98
|
+
tree
|
99
|
+
trestle
|
100
|
+
tundra
|
101
|
+
valley
|
102
|
+
vine
|
103
|
+
vineyard
|
104
|
+
volcano
|
105
|
+
water tower
|
106
|
+
waterfall
|
107
|
+
waterway
|
108
|
+
wetland
|
109
|
+
wildflower
|
110
|
+
wildlife sanctuary
|
111
|
+
wind turbine
|
112
|
+
windmill
|
113
|
+
yacht
|
114
|
+
zoo
|
@@ -0,0 +1,70 @@
|
|
1
|
+
---
|
2
|
+
title: Types of lens
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
100mm
|
6
|
+
18mm
|
7
|
+
200mm
|
8
|
+
300mm
|
9
|
+
35mm
|
10
|
+
400mm
|
11
|
+
50mm
|
12
|
+
85mm
|
13
|
+
canon ef 100mm
|
14
|
+
canon ef 11-24mm
|
15
|
+
canon ef 14mm
|
16
|
+
canon ef 16-35mm
|
17
|
+
canon ef 17-40mm
|
18
|
+
canon ef 35mm
|
19
|
+
canon ef 50mm
|
20
|
+
canon ef 70-200mm
|
21
|
+
canon ef 85mm
|
22
|
+
fujifilm xf 10-24mm
|
23
|
+
fujifilm xf 16-55mm
|
24
|
+
fujifilm xf 16mm
|
25
|
+
fujifilm xf 23mm
|
26
|
+
fujifilm xf 50-140mm
|
27
|
+
fujifilm xf 56mm
|
28
|
+
fujifilm xf 8-16mm
|
29
|
+
fujifilm xf 80mm
|
30
|
+
fujifilm xf 90mm
|
31
|
+
nikon af-s 105mm
|
32
|
+
nikon af-s 14-24mm
|
33
|
+
nikon af-s 16-35mm
|
34
|
+
nikon af-s 17-35mm
|
35
|
+
nikon af-s 35mm
|
36
|
+
nikon af-s 50mm
|
37
|
+
nikon af-s 70-200mm
|
38
|
+
nikon af-s 85mm
|
39
|
+
olympus m.zuiko digital ed 25mm
|
40
|
+
olympus m.zuiko digital ed 45mm
|
41
|
+
olympus m.zuiko digital ed 75mm
|
42
|
+
panasonic lumix s pro 35mm
|
43
|
+
panasonic lumix s pro 50mm
|
44
|
+
panasonic lumix s pro 70mm
|
45
|
+
rokinon 24mm
|
46
|
+
rokinon 50mm
|
47
|
+
rokinon 85mm
|
48
|
+
sigma 10-20mm
|
49
|
+
sigma 105mm
|
50
|
+
sigma 12-24mm
|
51
|
+
sigma 135mm
|
52
|
+
sigma 14mm
|
53
|
+
sigma 35mm
|
54
|
+
sigma 50mm
|
55
|
+
sigma 70-200mm
|
56
|
+
sigma 8-16mm
|
57
|
+
sigma 85mm
|
58
|
+
sony fe 100mm
|
59
|
+
sony fe 12-24mm
|
60
|
+
sony fe 16-35mm
|
61
|
+
sony fe 35mm
|
62
|
+
sony fe 50mm
|
63
|
+
sony fe 70-200mm
|
64
|
+
sony fe 85mm
|
65
|
+
tamron sp 45mm
|
66
|
+
tamron sp 70mm
|
67
|
+
tamron sp 85mm
|
68
|
+
zeiss batis 85mm
|
69
|
+
zeiss milvus 50mm
|
70
|
+
zeiss otus 55mm
|
@@ -0,0 +1,124 @@
|
|
1
|
+
---
|
2
|
+
title: Types of lights
|
3
|
+
category: photography
|
4
|
+
---
|
5
|
+
3 spots lighting
|
6
|
+
afternoon lighting
|
7
|
+
ambient lighting
|
8
|
+
antique lighting
|
9
|
+
artificial lighting
|
10
|
+
autumn lighting
|
11
|
+
backlighting
|
12
|
+
bioluminescent lighting
|
13
|
+
blacklight
|
14
|
+
blinding light
|
15
|
+
blue hour light
|
16
|
+
bright sunlight
|
17
|
+
caustics lights
|
18
|
+
christmas lights
|
19
|
+
cinematic lighting
|
20
|
+
cloudy lighting
|
21
|
+
continuous lighting
|
22
|
+
crepuscular rays
|
23
|
+
dekatron light
|
24
|
+
diffuse lighting
|
25
|
+
dim dark light
|
26
|
+
dramatic lighting
|
27
|
+
dual orange and blue
|
28
|
+
dual purple and yellow
|
29
|
+
dual red and green
|
30
|
+
dusk lights
|
31
|
+
eerie light
|
32
|
+
electric arc
|
33
|
+
electroluminescent wire
|
34
|
+
ethereal light
|
35
|
+
evening
|
36
|
+
evening blue hour
|
37
|
+
flat lighting
|
38
|
+
foggy light
|
39
|
+
front lighting
|
40
|
+
futuristic lighting
|
41
|
+
global illumination
|
42
|
+
glow stick lighting
|
43
|
+
glowing radioactivity
|
44
|
+
god rays
|
45
|
+
golden hour
|
46
|
+
hard lighting
|
47
|
+
harsh lighting
|
48
|
+
hdri
|
49
|
+
high key lighting
|
50
|
+
horror lighting
|
51
|
+
infrared light
|
52
|
+
light behind
|
53
|
+
light pollution
|
54
|
+
light reflecting
|
55
|
+
lightspeed
|
56
|
+
lit by aurora borealis
|
57
|
+
lit by beauty dish
|
58
|
+
lit by broad light
|
59
|
+
lit by butterfly light
|
60
|
+
lit by candle light
|
61
|
+
lit by direct flash
|
62
|
+
lit by direct sunlight
|
63
|
+
lit by dish reflector
|
64
|
+
lit by emitting diodes
|
65
|
+
lit by fire
|
66
|
+
lit by fluorescent lamps
|
67
|
+
lit by fluorescent tube
|
68
|
+
lit by grids light
|
69
|
+
lit by halogen lamps
|
70
|
+
lit by moonlight
|
71
|
+
lit by off-camera flash
|
72
|
+
lit by reflected light
|
73
|
+
lit by short light
|
74
|
+
lit by snoot light
|
75
|
+
lit by spot light
|
76
|
+
lit by street light
|
77
|
+
lit by stripbox light
|
78
|
+
lit by umbrella light
|
79
|
+
lit from bottom
|
80
|
+
lit from top
|
81
|
+
loop lighting
|
82
|
+
low contrast
|
83
|
+
low key lighting
|
84
|
+
low pressure sodium lamps
|
85
|
+
magic lighting
|
86
|
+
masterpiece lighting
|
87
|
+
metal halide lamps
|
88
|
+
misty lighting
|
89
|
+
modern lighting
|
90
|
+
morbid light
|
91
|
+
morning
|
92
|
+
morning blue hour
|
93
|
+
natural light
|
94
|
+
natural sunlight
|
95
|
+
neon light
|
96
|
+
night
|
97
|
+
old lighting
|
98
|
+
overcast diffused sunlight
|
99
|
+
perfect lighting
|
100
|
+
rainy lighting
|
101
|
+
rembrandt lighting
|
102
|
+
shadow
|
103
|
+
side light
|
104
|
+
silhouette lighting
|
105
|
+
soft lighting
|
106
|
+
softbox lighting
|
107
|
+
space lighting
|
108
|
+
specular light
|
109
|
+
speedlights
|
110
|
+
split lighting
|
111
|
+
spring lighting
|
112
|
+
stadium lights
|
113
|
+
studio light
|
114
|
+
summer lighting
|
115
|
+
sunset
|
116
|
+
theatre lighting
|
117
|
+
thriller lighting
|
118
|
+
twilight
|
119
|
+
undewater lighting
|
120
|
+
volumetric lighting
|
121
|
+
waning light
|
122
|
+
window light
|
123
|
+
winter lighting
|
124
|
+
x ray light
|