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,55 @@
|
|
1
|
+
---
|
2
|
+
title: Sci-fi characters
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
a colonizer of a new world
|
6
|
+
a cosmic horror entity
|
7
|
+
a cyber-enhanced soldier
|
8
|
+
a cyberpunk anti-hero
|
9
|
+
a cyborg
|
10
|
+
a cyborg assassin
|
11
|
+
a cyborg rebel
|
12
|
+
a future dictator
|
13
|
+
a future resistance leader
|
14
|
+
a futuristic society member
|
15
|
+
a genetically engineered being
|
16
|
+
a post-apocalyptic survivor
|
17
|
+
a post-apocalyptic technologist
|
18
|
+
a robotic life form
|
19
|
+
a rogue ai
|
20
|
+
a sentient alien species member
|
21
|
+
a sentient machine
|
22
|
+
a space colony leader
|
23
|
+
a space explorer
|
24
|
+
a space opera hero
|
25
|
+
a space pirate
|
26
|
+
a space warrior
|
27
|
+
a space western outlaw
|
28
|
+
a space-bound adventurer
|
29
|
+
a space-faring hero
|
30
|
+
a spaceship captain
|
31
|
+
a stranded astronaut
|
32
|
+
a supercomputer controlling entity
|
33
|
+
a technologically advanced species member
|
34
|
+
a telepathic individual
|
35
|
+
a time paradox survivor
|
36
|
+
a time traveler
|
37
|
+
a time-hopping adventurer
|
38
|
+
a time-manipulating character
|
39
|
+
a time-travelling rogue
|
40
|
+
a virtual reality dweller
|
41
|
+
a virtual reality escapee
|
42
|
+
an advanced alien race member
|
43
|
+
an ai
|
44
|
+
an ai interface character
|
45
|
+
an alien
|
46
|
+
an alien artifact researcher
|
47
|
+
an alien colonizer
|
48
|
+
an alien invasion leader
|
49
|
+
an android revolution leader
|
50
|
+
an artificial intelligence
|
51
|
+
an augmented reality user
|
52
|
+
an enhanced human
|
53
|
+
an extraterrestrial detective
|
54
|
+
an intergalactic mercenary
|
55
|
+
an intergalactic smuggler
|
@@ -0,0 +1,101 @@
|
|
1
|
+
---
|
2
|
+
title: Superheroes
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
adam warlock
|
6
|
+
angel
|
7
|
+
ant-man
|
8
|
+
aquaman
|
9
|
+
atom
|
10
|
+
batgirl
|
11
|
+
batman
|
12
|
+
batwoman
|
13
|
+
beast
|
14
|
+
beast boy
|
15
|
+
black bolt
|
16
|
+
black canary
|
17
|
+
black lightning
|
18
|
+
black panther
|
19
|
+
black widow
|
20
|
+
blade
|
21
|
+
blue beetle
|
22
|
+
booster gold
|
23
|
+
captain america
|
24
|
+
captain atom
|
25
|
+
captain marvel
|
26
|
+
catwoman
|
27
|
+
cloak
|
28
|
+
colossus
|
29
|
+
constantine
|
30
|
+
crystal
|
31
|
+
cyborg
|
32
|
+
cyclops
|
33
|
+
dagger
|
34
|
+
daredevil
|
35
|
+
deadpool
|
36
|
+
doctor strange
|
37
|
+
drax
|
38
|
+
falcon
|
39
|
+
firestorm
|
40
|
+
flash
|
41
|
+
gambit
|
42
|
+
gamora
|
43
|
+
ghost rider
|
44
|
+
gorgon
|
45
|
+
green arrow
|
46
|
+
green lantern
|
47
|
+
groot
|
48
|
+
guy gardner
|
49
|
+
hawkeye
|
50
|
+
hawkgirl
|
51
|
+
hawkman
|
52
|
+
hulk
|
53
|
+
iceman
|
54
|
+
iron fist
|
55
|
+
iron man
|
56
|
+
jean grey
|
57
|
+
jessica jones
|
58
|
+
kamala khan
|
59
|
+
karnak
|
60
|
+
kitty pryde
|
61
|
+
luke cage
|
62
|
+
magneto
|
63
|
+
martian manhunter
|
64
|
+
medusa
|
65
|
+
miles morales
|
66
|
+
moon knight
|
67
|
+
ms. marvel
|
68
|
+
nightwing
|
69
|
+
nova
|
70
|
+
phoenix
|
71
|
+
power girl
|
72
|
+
professor x
|
73
|
+
quasar
|
74
|
+
quicksilver
|
75
|
+
raven
|
76
|
+
red hood
|
77
|
+
red robin
|
78
|
+
robin
|
79
|
+
rocket raccoon
|
80
|
+
rogue
|
81
|
+
scarlet witch
|
82
|
+
shazam
|
83
|
+
she-hulk
|
84
|
+
silver surfer
|
85
|
+
spider-man
|
86
|
+
star-lord
|
87
|
+
starfire
|
88
|
+
static shock
|
89
|
+
storm
|
90
|
+
superboy
|
91
|
+
supergirl
|
92
|
+
superman
|
93
|
+
swamp thing
|
94
|
+
thor
|
95
|
+
triton
|
96
|
+
vision
|
97
|
+
vixen
|
98
|
+
wasp
|
99
|
+
wolverine
|
100
|
+
wonder woman
|
101
|
+
zatanna
|
@@ -0,0 +1,98 @@
|
|
1
|
+
---
|
2
|
+
title: Supervillains
|
3
|
+
category: character
|
4
|
+
---
|
5
|
+
abomination
|
6
|
+
absorbing man
|
7
|
+
apocalypse
|
8
|
+
ares
|
9
|
+
arnim zola
|
10
|
+
bane
|
11
|
+
baron mordo
|
12
|
+
baron zemo
|
13
|
+
bizarro
|
14
|
+
black adam
|
15
|
+
black manta
|
16
|
+
blackfire
|
17
|
+
brainiac
|
18
|
+
brother blood
|
19
|
+
bullseye
|
20
|
+
captain cold
|
21
|
+
carnage
|
22
|
+
catwoman
|
23
|
+
cheetah
|
24
|
+
circe
|
25
|
+
clayface
|
26
|
+
crossbones
|
27
|
+
darkseid
|
28
|
+
deadshot
|
29
|
+
deathstroke
|
30
|
+
desaad
|
31
|
+
doctor doom
|
32
|
+
doctor light
|
33
|
+
doctor octopus
|
34
|
+
doomsday
|
35
|
+
dormammu
|
36
|
+
ego the living planet
|
37
|
+
enchantress
|
38
|
+
galactus
|
39
|
+
ghost
|
40
|
+
gorilla grodd
|
41
|
+
granny goodness
|
42
|
+
green goblin
|
43
|
+
harley quinn
|
44
|
+
heat wave
|
45
|
+
hela
|
46
|
+
joker
|
47
|
+
kang the conqueror
|
48
|
+
killer croc
|
49
|
+
killmonger
|
50
|
+
kingpin
|
51
|
+
klaw
|
52
|
+
kraven the hunter
|
53
|
+
leader
|
54
|
+
lex luthor
|
55
|
+
lizard
|
56
|
+
loki
|
57
|
+
magneto
|
58
|
+
malekith
|
59
|
+
man-bat
|
60
|
+
mandarin
|
61
|
+
mephisto
|
62
|
+
mirror master
|
63
|
+
modok
|
64
|
+
mr. freeze
|
65
|
+
mysterio
|
66
|
+
ocean master
|
67
|
+
penguin
|
68
|
+
poison ivy
|
69
|
+
prowler
|
70
|
+
ra's al ghul
|
71
|
+
red skull
|
72
|
+
reverse flash
|
73
|
+
rhino
|
74
|
+
riddler
|
75
|
+
ronan the accuser
|
76
|
+
sabretooth
|
77
|
+
sandman
|
78
|
+
scarecrow
|
79
|
+
scorpion
|
80
|
+
shocker
|
81
|
+
sinestro
|
82
|
+
slade
|
83
|
+
steppenwolf
|
84
|
+
surtur
|
85
|
+
talia al ghul
|
86
|
+
taskmaster
|
87
|
+
terra
|
88
|
+
thanos
|
89
|
+
trigon
|
90
|
+
two-face
|
91
|
+
ultron
|
92
|
+
ulysses klaue
|
93
|
+
venom
|
94
|
+
vulture
|
95
|
+
weather wizard
|
96
|
+
winter soldier
|
97
|
+
yellowjacket
|
98
|
+
zod
|
@@ -0,0 +1,68 @@
|
|
1
|
+
---
|
2
|
+
title: Animation studios
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
20th century fox animation
|
6
|
+
a-1 pictures animation
|
7
|
+
aardman animations
|
8
|
+
actas animation
|
9
|
+
blue sky studios animation
|
10
|
+
blumhouse productions animation
|
11
|
+
bones animation
|
12
|
+
cartoon network studios animation
|
13
|
+
comet pictures animation
|
14
|
+
disneytoon studios animation
|
15
|
+
dle inc. animation
|
16
|
+
don bluth productions animation
|
17
|
+
dreamworks animation
|
18
|
+
emt squared animation
|
19
|
+
feel. animation
|
20
|
+
filmation animation
|
21
|
+
gkids animation
|
22
|
+
gonzo animation
|
23
|
+
gonzo rosso k.k. animation
|
24
|
+
hanna-barbera animation
|
25
|
+
hasbro studios animation
|
26
|
+
illumination entertainment animation
|
27
|
+
j.c. staff animation
|
28
|
+
kinema citrus animation
|
29
|
+
laika animation
|
30
|
+
lay-duce animation
|
31
|
+
liden films animation
|
32
|
+
lionsgate animation
|
33
|
+
mappa animation
|
34
|
+
millepensee animation
|
35
|
+
mondo tv animation
|
36
|
+
nelvana animation
|
37
|
+
nickelodeon movies animation
|
38
|
+
orange animation
|
39
|
+
passione animation
|
40
|
+
pixar animation
|
41
|
+
polygon pictures animation
|
42
|
+
rankin/bass productions animation
|
43
|
+
reelfx creative studios animation
|
44
|
+
satelight animation
|
45
|
+
seven arcs pictures animation
|
46
|
+
silver link. animation
|
47
|
+
sony pictures animation
|
48
|
+
studio 4°c animation
|
49
|
+
studio chizu animation
|
50
|
+
studio deen animation
|
51
|
+
studio ghibli animation
|
52
|
+
studio gokumi animation
|
53
|
+
studio hibari animation
|
54
|
+
studio nue animation
|
55
|
+
studio pierrot animation
|
56
|
+
sunrise inc. animation
|
57
|
+
tatsunoko production animation
|
58
|
+
tms entertainment animation
|
59
|
+
toei animation
|
60
|
+
trigger inc. animation
|
61
|
+
universal pictures animation
|
62
|
+
vanguard animation
|
63
|
+
walt disney animation studios
|
64
|
+
warner bros. animation
|
65
|
+
white fox animation
|
66
|
+
wit studio animation
|
67
|
+
xebec animation
|
68
|
+
zexcs animation
|
@@ -0,0 +1,19 @@
|
|
1
|
+
---
|
2
|
+
title: Types of animation
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
2.5d animation
|
6
|
+
2d animation
|
7
|
+
3d animation
|
8
|
+
animation
|
9
|
+
animation with live-action
|
10
|
+
anime
|
11
|
+
cel animation
|
12
|
+
cg animation
|
13
|
+
cgi animation
|
14
|
+
computer-generated animation
|
15
|
+
cutout animation
|
16
|
+
hand-drawn animation
|
17
|
+
motion capture animation
|
18
|
+
pixilation
|
19
|
+
rotoscoping
|
@@ -0,0 +1,39 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic coloring
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
bold color grading
|
6
|
+
bright color grading
|
7
|
+
color grading
|
8
|
+
cool color grading
|
9
|
+
cool-toned color grading
|
10
|
+
cross-processed color grading
|
11
|
+
day-for-night color grading
|
12
|
+
desaturated color grading
|
13
|
+
duotone color grading
|
14
|
+
earthy color grading
|
15
|
+
faded color grading
|
16
|
+
film noir color grading
|
17
|
+
filmic color grading
|
18
|
+
hard light
|
19
|
+
haze
|
20
|
+
hdr
|
21
|
+
high-key color grading
|
22
|
+
high-key lighting
|
23
|
+
low-key color grading
|
24
|
+
low-key lighting
|
25
|
+
monochromatic color grading
|
26
|
+
muted color grading
|
27
|
+
neon color grading
|
28
|
+
night-for-day color grading
|
29
|
+
pastel color grading
|
30
|
+
quadtone color grading
|
31
|
+
saturated color grading
|
32
|
+
soft light
|
33
|
+
split-tone color grading
|
34
|
+
sunset color grading
|
35
|
+
traditional color grading
|
36
|
+
tritone color grading
|
37
|
+
vibrant color grading
|
38
|
+
warm color grading
|
39
|
+
warm-toned color grading
|
@@ -0,0 +1,51 @@
|
|
1
|
+
---
|
2
|
+
title: Directors with a distinct style
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
akira kurosawa
|
6
|
+
alejandro jodorowsky
|
7
|
+
alfred hitchcock
|
8
|
+
ang lee
|
9
|
+
baz luhrmann
|
10
|
+
christopher doyle
|
11
|
+
christopher nolan
|
12
|
+
coen brothers (ethan and joel coen)
|
13
|
+
darren aronofsky
|
14
|
+
david cronenberg
|
15
|
+
david fincher
|
16
|
+
david lynch
|
17
|
+
david o. russell
|
18
|
+
edgar wright
|
19
|
+
françois ozon
|
20
|
+
gaspar noé
|
21
|
+
guillermo del toro
|
22
|
+
guy ritchie
|
23
|
+
harmony korine
|
24
|
+
hayao miyazaki
|
25
|
+
jean-pierre jeunet
|
26
|
+
jean-pierre melville
|
27
|
+
john carpenter
|
28
|
+
jonathan glazer
|
29
|
+
lars von trier
|
30
|
+
martin scorsese
|
31
|
+
michel gondry
|
32
|
+
nicolas winding refn
|
33
|
+
park chan-wook
|
34
|
+
paul thomas anderson
|
35
|
+
pedro almodóvar
|
36
|
+
quentin tarantino
|
37
|
+
ridley scott
|
38
|
+
robert rodriguez
|
39
|
+
sam raimi
|
40
|
+
sofia coppola
|
41
|
+
spike lee
|
42
|
+
stanley kubrick
|
43
|
+
stanley tucci
|
44
|
+
steven spielberg
|
45
|
+
takashi miike
|
46
|
+
terry gilliam
|
47
|
+
terry zwigoff
|
48
|
+
tim burton
|
49
|
+
timur bekmambetov
|
50
|
+
wes anderson
|
51
|
+
wong kar-wai
|
@@ -0,0 +1,38 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic effects
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
anamorphic
|
6
|
+
blur
|
7
|
+
bokeh
|
8
|
+
cgi
|
9
|
+
chromakey
|
10
|
+
chromatic aberrations
|
11
|
+
cinemascope
|
12
|
+
cineon
|
13
|
+
cinestill
|
14
|
+
de-noise
|
15
|
+
deep focus
|
16
|
+
depth of field
|
17
|
+
distortion
|
18
|
+
film still
|
19
|
+
flicker
|
20
|
+
glare
|
21
|
+
grain
|
22
|
+
grit
|
23
|
+
haze
|
24
|
+
lens flares
|
25
|
+
light leaks
|
26
|
+
motion blur
|
27
|
+
motion control
|
28
|
+
rack focus
|
29
|
+
rear projection
|
30
|
+
shallow focus
|
31
|
+
sharpen
|
32
|
+
special effects
|
33
|
+
starbursts
|
34
|
+
u-matic
|
35
|
+
underwater shot
|
36
|
+
vhs
|
37
|
+
vignetting
|
38
|
+
visual effects
|
@@ -0,0 +1,180 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic genres
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
action
|
6
|
+
action adventure
|
7
|
+
action comedy
|
8
|
+
action crime
|
9
|
+
action drama
|
10
|
+
action horror
|
11
|
+
action mystery
|
12
|
+
action thriller
|
13
|
+
adventure
|
14
|
+
animation
|
15
|
+
apocalyptic
|
16
|
+
art
|
17
|
+
art house
|
18
|
+
asian
|
19
|
+
b-horror
|
20
|
+
b-movie
|
21
|
+
baseball
|
22
|
+
basketball
|
23
|
+
biker
|
24
|
+
biopic
|
25
|
+
black comedy
|
26
|
+
blaxploitation
|
27
|
+
boxer
|
28
|
+
british
|
29
|
+
buddy
|
30
|
+
catastrophe
|
31
|
+
chick flick
|
32
|
+
childhood
|
33
|
+
christmas
|
34
|
+
chronic
|
35
|
+
circus
|
36
|
+
college
|
37
|
+
comedy
|
38
|
+
coming of age
|
39
|
+
cop
|
40
|
+
crime
|
41
|
+
crime adventure
|
42
|
+
crime comedy
|
43
|
+
crime drama
|
44
|
+
crime horror
|
45
|
+
crime mystery
|
46
|
+
crime thriller
|
47
|
+
dance
|
48
|
+
dark comedy
|
49
|
+
dark fantasy
|
50
|
+
detective
|
51
|
+
disaster
|
52
|
+
disaster film
|
53
|
+
documentary
|
54
|
+
documentary-style
|
55
|
+
drama
|
56
|
+
drama adventure
|
57
|
+
drama comedy
|
58
|
+
drama mystery
|
59
|
+
drama thriller
|
60
|
+
epic
|
61
|
+
epic fantasy
|
62
|
+
epic science fiction
|
63
|
+
experimental
|
64
|
+
family
|
65
|
+
family drama
|
66
|
+
fantasy
|
67
|
+
fantasy action
|
68
|
+
fantasy adventure
|
69
|
+
fantasy comedy
|
70
|
+
fantasy crime
|
71
|
+
fantasy drama
|
72
|
+
fantasy mystery
|
73
|
+
fantasy thriller
|
74
|
+
film adaptation
|
75
|
+
film noir
|
76
|
+
food
|
77
|
+
foodie
|
78
|
+
football
|
79
|
+
foreign
|
80
|
+
futuristic
|
81
|
+
gangster
|
82
|
+
gory
|
83
|
+
gothic
|
84
|
+
gothic horror
|
85
|
+
gothic romance
|
86
|
+
grindhouse
|
87
|
+
halloween
|
88
|
+
hard-boiled
|
89
|
+
historical
|
90
|
+
historical drama
|
91
|
+
historical thriller
|
92
|
+
history
|
93
|
+
holiday
|
94
|
+
holiday film
|
95
|
+
horror
|
96
|
+
horror adventure
|
97
|
+
horror comedy
|
98
|
+
horror crime
|
99
|
+
horror drama
|
100
|
+
horror mystery
|
101
|
+
horror thriller
|
102
|
+
independent film
|
103
|
+
indie
|
104
|
+
kung fu
|
105
|
+
legal
|
106
|
+
lgbt
|
107
|
+
martial arts
|
108
|
+
medieval fantasy
|
109
|
+
melodrama
|
110
|
+
mockumentary
|
111
|
+
monster
|
112
|
+
music
|
113
|
+
musicals
|
114
|
+
mystery
|
115
|
+
mystery adventure
|
116
|
+
mystery comedy
|
117
|
+
mystery drama
|
118
|
+
mystery horror
|
119
|
+
mystery suspense
|
120
|
+
mystery thriller
|
121
|
+
mythological fantasy
|
122
|
+
neo noir
|
123
|
+
new french extremity
|
124
|
+
noir
|
125
|
+
paranormal
|
126
|
+
political
|
127
|
+
political thriller
|
128
|
+
post apocalyptic
|
129
|
+
psychological horror
|
130
|
+
psychological thriller
|
131
|
+
romance
|
132
|
+
romance adventure
|
133
|
+
romance comedy
|
134
|
+
romance drama
|
135
|
+
romance thriller
|
136
|
+
romantic comedy
|
137
|
+
romantic thriller
|
138
|
+
satire
|
139
|
+
sci-fi action
|
140
|
+
sci-fi adventure
|
141
|
+
sci-fi comedy
|
142
|
+
sci-fi drama
|
143
|
+
sci-fi horror
|
144
|
+
sci-fi mystery
|
145
|
+
sci-fi thriller
|
146
|
+
science fiction
|
147
|
+
slasher
|
148
|
+
social issues
|
149
|
+
space opera
|
150
|
+
splatter
|
151
|
+
sports
|
152
|
+
sports adventure
|
153
|
+
sports comedy
|
154
|
+
sports drama
|
155
|
+
sports mystery
|
156
|
+
sports thriller
|
157
|
+
spy thriller
|
158
|
+
superhero
|
159
|
+
surrealist
|
160
|
+
suspense
|
161
|
+
teen
|
162
|
+
thriller
|
163
|
+
thriller adventure
|
164
|
+
thriller comedy
|
165
|
+
thriller crime
|
166
|
+
thriller drama
|
167
|
+
thriller horror
|
168
|
+
thriller mystery
|
169
|
+
thriller romance
|
170
|
+
thriller suspense
|
171
|
+
urban fantasy
|
172
|
+
war
|
173
|
+
war adventure
|
174
|
+
war comedy
|
175
|
+
war drama
|
176
|
+
war mystery
|
177
|
+
war thriller
|
178
|
+
western
|
179
|
+
women in prison
|
180
|
+
zombie
|
@@ -0,0 +1,24 @@
|
|
1
|
+
---
|
2
|
+
title: Cinematic keywords
|
3
|
+
category: cinematic
|
4
|
+
---
|
5
|
+
16mm film
|
6
|
+
28mm film
|
7
|
+
35mm film
|
8
|
+
4k resolution
|
9
|
+
70mm film
|
10
|
+
8k resolution
|
11
|
+
8mm film
|
12
|
+
9.5mm film
|
13
|
+
anamorphic
|
14
|
+
betamax
|
15
|
+
chromakey
|
16
|
+
cinemascope
|
17
|
+
cinematic
|
18
|
+
cinematography
|
19
|
+
cineon
|
20
|
+
cinestill
|
21
|
+
prores
|
22
|
+
super 8mm film
|
23
|
+
u-matic
|
24
|
+
vhs
|