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,202 @@
|
|
1
|
+
---
|
2
|
+
title: Architectural styles
|
3
|
+
category: architecture
|
4
|
+
---
|
5
|
+
adam style
|
6
|
+
adamesque
|
7
|
+
aesthetic movement
|
8
|
+
american beaux-arts
|
9
|
+
american colonial revival
|
10
|
+
american craftsman
|
11
|
+
american eclectic
|
12
|
+
american foursquare
|
13
|
+
american georgian
|
14
|
+
american gothic
|
15
|
+
american renaissance
|
16
|
+
american rustic
|
17
|
+
american shingle style
|
18
|
+
american stick style
|
19
|
+
american tudor revival
|
20
|
+
american victorian
|
21
|
+
ancient greek
|
22
|
+
anglo-saxon
|
23
|
+
antebellum
|
24
|
+
art brut
|
25
|
+
art deco
|
26
|
+
art moderne
|
27
|
+
art nouveau
|
28
|
+
artisan
|
29
|
+
artisan romanesque
|
30
|
+
arts and crafts
|
31
|
+
arts and crafts movement
|
32
|
+
arts and crafts revival
|
33
|
+
asian
|
34
|
+
assyrian
|
35
|
+
atrium style
|
36
|
+
austrian baroque
|
37
|
+
ayyubid
|
38
|
+
babylonian
|
39
|
+
bagh
|
40
|
+
balkan
|
41
|
+
barndominium
|
42
|
+
baroque
|
43
|
+
baroque revival
|
44
|
+
bastide
|
45
|
+
bauhaus
|
46
|
+
beaux-arts
|
47
|
+
beaux-arts classicism
|
48
|
+
beaux-arts revival
|
49
|
+
beaux-arts style
|
50
|
+
belle epoque
|
51
|
+
biedermeier
|
52
|
+
birmingham romanesque
|
53
|
+
black-and-white revival
|
54
|
+
brutalism
|
55
|
+
brutalist modernism
|
56
|
+
byzantine
|
57
|
+
byzantine revival
|
58
|
+
california bungalow
|
59
|
+
californian
|
60
|
+
cambodian
|
61
|
+
canadian
|
62
|
+
cape cod
|
63
|
+
cape dutch
|
64
|
+
carpenter gothic
|
65
|
+
catalan gothic
|
66
|
+
chateauesque
|
67
|
+
chettinad
|
68
|
+
chicago school
|
69
|
+
chinese
|
70
|
+
chinoiserie
|
71
|
+
classic revival
|
72
|
+
classical
|
73
|
+
classical modernism
|
74
|
+
classical revival
|
75
|
+
classical vernacular
|
76
|
+
colonial
|
77
|
+
colonial revival
|
78
|
+
columbia tusculum
|
79
|
+
concrete block modernism
|
80
|
+
constructivism
|
81
|
+
constructivist
|
82
|
+
contemporary
|
83
|
+
contemporary modernism
|
84
|
+
cottage
|
85
|
+
cottage gothic
|
86
|
+
country revival
|
87
|
+
craftsman
|
88
|
+
cretan
|
89
|
+
cuban
|
90
|
+
cycladic
|
91
|
+
czech functionalism
|
92
|
+
dada
|
93
|
+
de stijl
|
94
|
+
deconstructivism
|
95
|
+
delft school
|
96
|
+
desert modernism
|
97
|
+
dutch baroque
|
98
|
+
dutch colonial revival
|
99
|
+
dutch modernism
|
100
|
+
early modernism
|
101
|
+
eastlake movement
|
102
|
+
eclectic
|
103
|
+
edwardian baroque
|
104
|
+
edwardian classicism
|
105
|
+
egyptian revival
|
106
|
+
elizabethan
|
107
|
+
empire style
|
108
|
+
english baroque
|
109
|
+
english baroque revival
|
110
|
+
english country
|
111
|
+
english gothic
|
112
|
+
english tudor
|
113
|
+
english vernacular
|
114
|
+
etruscan
|
115
|
+
exotic revival
|
116
|
+
expressionism
|
117
|
+
federal
|
118
|
+
federal revival
|
119
|
+
finnish classicism
|
120
|
+
flemish baroque
|
121
|
+
flemish renaissance
|
122
|
+
florida style
|
123
|
+
french art deco
|
124
|
+
french baroque
|
125
|
+
french baroque revival
|
126
|
+
french beaux-arts
|
127
|
+
french colonial revival
|
128
|
+
french country
|
129
|
+
french gothic
|
130
|
+
french renaissance
|
131
|
+
french renaissance revival
|
132
|
+
functionalism
|
133
|
+
futurism
|
134
|
+
georgian
|
135
|
+
georgian colonial
|
136
|
+
georgian revival
|
137
|
+
german baroque
|
138
|
+
german expressionism
|
139
|
+
german gothic revival
|
140
|
+
german renaissance revival
|
141
|
+
glasgow school
|
142
|
+
global modernism
|
143
|
+
googie
|
144
|
+
gothic
|
145
|
+
gothic revival
|
146
|
+
greek revival
|
147
|
+
greek revival revival
|
148
|
+
greek vernacular
|
149
|
+
green revival
|
150
|
+
gulf coast
|
151
|
+
gurjara-pratihara
|
152
|
+
high-tech
|
153
|
+
historicism
|
154
|
+
international style
|
155
|
+
italian renaissance
|
156
|
+
jacobean
|
157
|
+
japanese
|
158
|
+
jeffersonian
|
159
|
+
jugendstil
|
160
|
+
low country
|
161
|
+
mediterranean
|
162
|
+
metabolist
|
163
|
+
mid-century modern
|
164
|
+
mission revival
|
165
|
+
moderne
|
166
|
+
modernism
|
167
|
+
moorish
|
168
|
+
mudejar
|
169
|
+
neo-classical
|
170
|
+
neo-gothic
|
171
|
+
neo-renaissance
|
172
|
+
neoclassical revival
|
173
|
+
new classical
|
174
|
+
new formalism
|
175
|
+
norman
|
176
|
+
organic
|
177
|
+
palladian
|
178
|
+
picturesque
|
179
|
+
postmodernism
|
180
|
+
prairie style
|
181
|
+
queen anne
|
182
|
+
regency
|
183
|
+
renaissance revival
|
184
|
+
richardsonian romanesque
|
185
|
+
rococo
|
186
|
+
romanesque
|
187
|
+
romanesque revival
|
188
|
+
russian revival
|
189
|
+
scandinavian
|
190
|
+
second empire
|
191
|
+
shingle style
|
192
|
+
spanish colonial revival
|
193
|
+
spanish eclectic
|
194
|
+
stick-eastlake
|
195
|
+
streamline moderne
|
196
|
+
structural expressionism
|
197
|
+
suburban
|
198
|
+
swiss chalet
|
199
|
+
territorial revival
|
200
|
+
victorian
|
201
|
+
viennese secession
|
202
|
+
west coast modernism
|
@@ -0,0 +1,130 @@
|
|
1
|
+
---
|
2
|
+
title: Architecture terms
|
3
|
+
category: architecture
|
4
|
+
---
|
5
|
+
abstract pattern
|
6
|
+
accent lighting
|
7
|
+
ambient lighting
|
8
|
+
artificial light
|
9
|
+
artistic focal point
|
10
|
+
asymmetrical balance
|
11
|
+
asymmetry
|
12
|
+
atmospheric perspective
|
13
|
+
balance
|
14
|
+
bold focal point
|
15
|
+
cast shadow
|
16
|
+
color
|
17
|
+
color contrast
|
18
|
+
color harmony
|
19
|
+
colored shadow
|
20
|
+
complementary color
|
21
|
+
contrast
|
22
|
+
cool color
|
23
|
+
cozy volume
|
24
|
+
curved form
|
25
|
+
curved line
|
26
|
+
decorative focal point
|
27
|
+
decorative void
|
28
|
+
design harmony
|
29
|
+
diagonal line
|
30
|
+
dominant hierarchy
|
31
|
+
dominant mass
|
32
|
+
empty void
|
33
|
+
enclosed space
|
34
|
+
fibonacci sequence
|
35
|
+
filled void
|
36
|
+
flexible space
|
37
|
+
floating mass
|
38
|
+
floral pattern
|
39
|
+
focal hierarchy
|
40
|
+
focal point
|
41
|
+
form
|
42
|
+
formal balance
|
43
|
+
functional focal point
|
44
|
+
functional hierarchy
|
45
|
+
geometric form
|
46
|
+
geometric pattern
|
47
|
+
golden proportion
|
48
|
+
golden ratio
|
49
|
+
gradual rhythm
|
50
|
+
harmony
|
51
|
+
heavy mass
|
52
|
+
hierarchy
|
53
|
+
horizontal line
|
54
|
+
human scale
|
55
|
+
informal balance
|
56
|
+
interrupted rhythm
|
57
|
+
intimate scale
|
58
|
+
irregular form
|
59
|
+
irregular rhythm
|
60
|
+
large scale
|
61
|
+
light
|
62
|
+
light contrast
|
63
|
+
light mass
|
64
|
+
line
|
65
|
+
linear perspective
|
66
|
+
low volume
|
67
|
+
mass
|
68
|
+
material contrast
|
69
|
+
material harmony
|
70
|
+
matte texture
|
71
|
+
modular grid
|
72
|
+
modularity
|
73
|
+
monochromatic color
|
74
|
+
monumental scale
|
75
|
+
multi-level volume
|
76
|
+
natural light
|
77
|
+
neutral color
|
78
|
+
one-point perspective
|
79
|
+
open space
|
80
|
+
organic form
|
81
|
+
organic pattern
|
82
|
+
pattern
|
83
|
+
pattern harmony
|
84
|
+
patterned texture
|
85
|
+
perspective
|
86
|
+
private space
|
87
|
+
proportion
|
88
|
+
proportional systems
|
89
|
+
public space
|
90
|
+
radial balance
|
91
|
+
rectangular form
|
92
|
+
reflected shadow
|
93
|
+
regular rhythm
|
94
|
+
relative scale
|
95
|
+
repetitive rhythm
|
96
|
+
rhythm
|
97
|
+
rough texture
|
98
|
+
rule of thirds
|
99
|
+
scale
|
100
|
+
scale contrast
|
101
|
+
scale invariance
|
102
|
+
shadow
|
103
|
+
sharp shadow
|
104
|
+
shiny texture
|
105
|
+
small scale
|
106
|
+
smooth texture
|
107
|
+
soft shadow
|
108
|
+
space
|
109
|
+
spacious volume
|
110
|
+
spatial hierarchy
|
111
|
+
straight line
|
112
|
+
striped pattern
|
113
|
+
structural void
|
114
|
+
subordinate hierarchy
|
115
|
+
subordinate mass
|
116
|
+
subtle focal point
|
117
|
+
symmetrical balance
|
118
|
+
symmetry
|
119
|
+
tall volume
|
120
|
+
task lighting
|
121
|
+
texture
|
122
|
+
texture contrast
|
123
|
+
texture harmony
|
124
|
+
three-point perspective
|
125
|
+
two-point perspective
|
126
|
+
vertical line
|
127
|
+
visual void
|
128
|
+
void
|
129
|
+
volume
|
130
|
+
warm color
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
title: Painting keywords
|
3
|
+
category: art
|
4
|
+
---
|
5
|
+
angular, abstract, dynamic, mixed media
|
6
|
+
angular, abstract, hard-edged, mixed media
|
7
|
+
atmospheric, expressionistic, smoky, oil
|
8
|
+
bold, abstract, geometric, acrylic
|
9
|
+
bold, expressionistic, dynamic, mixed media
|
10
|
+
bold, fauvistic, chromatic, acrylic
|
11
|
+
bold, fauvistic, expressive, oil pastel
|
12
|
+
bold, fauvistic, vibrant, gouache
|
13
|
+
bright, abstract, layered, acrylic
|
14
|
+
bright, fauvistic, joyous, gouache
|
15
|
+
colorful, abstract, bold, acrylic
|
16
|
+
controlled, realistic, smooth, oil
|
17
|
+
delicate, pastel, soft, conte
|
18
|
+
detailed, realistic, fine, graphite
|
19
|
+
dreamlike, surrealistic, fantasy, colored pencil
|
20
|
+
dreamlike, surrealistic, thought-provoking, digital
|
21
|
+
dreamy, surrealistic, mysterious, watercolor
|
22
|
+
dynamic, expressionistic, forceful, mixed media
|
23
|
+
elegant, realistic, refined, graphite
|
24
|
+
energetic, fauvistic, playful, acrylic
|
25
|
+
ethereal, surrealistic, dreamlike, watercolor
|
26
|
+
ethereal, surrealistic, otherworldly, watercolor
|
27
|
+
ethereal, surrealistic, wistful, charcoal
|
28
|
+
expressionistic, abstract, emotional, mixed media
|
29
|
+
geometric, abstract, hard-edged, collage
|
30
|
+
graphic, pop, lively, marker
|
31
|
+
intense, expressionistic, raw, oil
|
32
|
+
intricate, realistic, precise, graphite
|
33
|
+
lively, fauvistic, colorful, tempera
|
34
|
+
loose, impressionistic, brushy, palette
|
35
|
+
majestic, renaissance, grandiose, tempera
|
36
|
+
minimalistic, abstract, simple, acrylic
|
37
|
+
moody, expressionistic, brooding, acrylic
|
38
|
+
moody, expressionistic, dark, oil
|
39
|
+
moody, expressionistic, evocative, oil
|
40
|
+
moody, expressionistic, textured, oil
|
41
|
+
moody, impressionistic, atmospheric, oil
|
42
|
+
moody, impressionistic, sombre, watercolor
|
43
|
+
muted, impressionistic, faded, watercolor
|
44
|
+
muted, impressionistic, nostalgic, charcoal
|
45
|
+
nostalgic, impressionistic, wistful, watercolor
|
46
|
+
nostalgic, renaissance, regal, tempera
|
47
|
+
organic, abstract, fluid, watercolor
|
48
|
+
playful, whimsical, childlike, mixed media
|
49
|
+
pop, fauvistic, graphic, acrylic
|
50
|
+
radiant, abstract, radiant, acrylic
|
51
|
+
realistic, detailed, photographic, charcoal
|
52
|
+
realistic, detailed, textured, scratchboard
|
53
|
+
realistic, hyper-detailed, photorealistic, pencil
|
54
|
+
realistic, hyper-detailed, precision, ink
|
55
|
+
realistic, hyper-detailed, technical, digital
|
56
|
+
realistic, meticulous, high-contrast, pen and ink
|
57
|
+
realistic, photographic, black and white, graphite
|
58
|
+
serene, impressionistic, tranquil, watercolor
|
59
|
+
soft, impressionistic, airy, conté
|
60
|
+
soft, impressionistic, dreamy, oil pastel
|
61
|
+
soft, impressionistic, hazy, pastel
|
62
|
+
soft, impressionistic, light, pastel
|
63
|
+
soft, impressionistic, subtle, chalk pastel
|
64
|
+
soft, pastel, delicate, chalk
|
65
|
+
surrealistic, dreamlike, ephemeral, ink wash
|
66
|
+
surrealistic, dreamlike, esoteric, colored pencil
|
67
|
+
textured, realistic, detailed, colored pencil
|
68
|
+
vibrant, fauvistic, saturated, tempera
|
69
|
+
whimsical, childlike, dreamy, watercolor
|
70
|
+
whimsical, childlike, imaginative, crayon
|
71
|
+
whimsical, childlike, joyful, watercolor
|
72
|
+
whimsical, childlike, playful, gouache
|
73
|
+
whimsical, childlike, playful, marker
|
74
|
+
whimsical, impressionistic, loose, water-soluble
|
@@ -0,0 +1,98 @@
|
|
1
|
+
---
|
2
|
+
title: Painting techniques
|
3
|
+
category: art
|
4
|
+
---
|
5
|
+
acrylic painting technique
|
6
|
+
airbrush painting tool
|
7
|
+
aquatint etching technique
|
8
|
+
blender painting tool
|
9
|
+
bold textural effect
|
10
|
+
bold textural influence
|
11
|
+
brush painting tool
|
12
|
+
brush technique detail
|
13
|
+
brush technique variety
|
14
|
+
brushstroke variety
|
15
|
+
canvas painting surface
|
16
|
+
chalk drawing tool
|
17
|
+
charcoal drawing tool
|
18
|
+
coarse paint application
|
19
|
+
coarse paint layer
|
20
|
+
collagraph printmaking
|
21
|
+
color blend result
|
22
|
+
color blend technique
|
23
|
+
complex textural composition
|
24
|
+
complex textural mix
|
25
|
+
conté crayon drawing tool
|
26
|
+
conte drawing medium
|
27
|
+
delicate textural detail
|
28
|
+
delicate textural touch
|
29
|
+
dry brush application
|
30
|
+
dry brush effect
|
31
|
+
dry pastel drawing tool
|
32
|
+
drypoint printmaking
|
33
|
+
dynamic textural character
|
34
|
+
dynamic textural flow
|
35
|
+
embossed textural depth
|
36
|
+
embossed textural mark
|
37
|
+
encaustic painting technique
|
38
|
+
engraving print technique
|
39
|
+
eraser drawing tool
|
40
|
+
etching print process
|
41
|
+
fine paint application
|
42
|
+
fine paint layer
|
43
|
+
glazing effect result
|
44
|
+
glazing technique used
|
45
|
+
graphite drawing medium
|
46
|
+
hard pastel drawing tool
|
47
|
+
heavy textural component
|
48
|
+
heavy textural element
|
49
|
+
impasto
|
50
|
+
ink drawing tool
|
51
|
+
intaglio engraving process
|
52
|
+
knife painting tool
|
53
|
+
light textural component
|
54
|
+
light textural element
|
55
|
+
linocut print technique
|
56
|
+
lithography printing method
|
57
|
+
mezzotint engraving method
|
58
|
+
mixed media artistic approach
|
59
|
+
monotype print technique
|
60
|
+
oil painting method
|
61
|
+
oil pastel drawing tool
|
62
|
+
palette knife application
|
63
|
+
palette knife painting tool
|
64
|
+
palette painting tool
|
65
|
+
pastel drawing medium
|
66
|
+
raised textural dimension
|
67
|
+
raised textural height
|
68
|
+
screen printing method
|
69
|
+
scumbling textural effect
|
70
|
+
scumbling texture result
|
71
|
+
serigraphy screen printing
|
72
|
+
sgraffito scratch technique
|
73
|
+
simple textural approach
|
74
|
+
simple textural expression
|
75
|
+
smooth paint surface
|
76
|
+
smooth surface finish
|
77
|
+
soft pastel drawing tool
|
78
|
+
sponge painting tool
|
79
|
+
static textural form
|
80
|
+
static textural pattern
|
81
|
+
stencil printing method
|
82
|
+
stippling brush technique
|
83
|
+
tempera painting medium
|
84
|
+
textural approach style
|
85
|
+
textural design pattern
|
86
|
+
textural imprint design
|
87
|
+
textural layer effects
|
88
|
+
textural mix variety
|
89
|
+
textural movement flow
|
90
|
+
textural relief detail
|
91
|
+
textured paint surface
|
92
|
+
textured surface layer
|
93
|
+
thick paint layer
|
94
|
+
thick, textured, raised, paint
|
95
|
+
thin paint layer
|
96
|
+
water-soluble pencils drawing tool
|
97
|
+
watercolor painting medium
|
98
|
+
woodcut printmaking
|
@@ -0,0 +1,104 @@
|
|
1
|
+
---
|
2
|
+
title: Patterns
|
3
|
+
category: art
|
4
|
+
---
|
5
|
+
abstract
|
6
|
+
animal print
|
7
|
+
argent
|
8
|
+
argyle
|
9
|
+
arrow
|
10
|
+
aztec
|
11
|
+
bandana
|
12
|
+
baroque
|
13
|
+
basketweave
|
14
|
+
batik
|
15
|
+
birdseye
|
16
|
+
brocade
|
17
|
+
brocatelle
|
18
|
+
bubble
|
19
|
+
buffalo check
|
20
|
+
cable knit
|
21
|
+
calico
|
22
|
+
camouflage
|
23
|
+
celtic knot
|
24
|
+
check
|
25
|
+
chevron
|
26
|
+
chinoiserie
|
27
|
+
circle
|
28
|
+
crosshatch
|
29
|
+
damask
|
30
|
+
denim
|
31
|
+
diamond
|
32
|
+
ditsy
|
33
|
+
dot
|
34
|
+
fair isle
|
35
|
+
flame stitch
|
36
|
+
fleur-de-lis
|
37
|
+
floral
|
38
|
+
floral damask
|
39
|
+
geometric
|
40
|
+
gingham
|
41
|
+
glitter
|
42
|
+
greek key
|
43
|
+
grid
|
44
|
+
herringbone
|
45
|
+
hexagon
|
46
|
+
hounds tooth check
|
47
|
+
houndstooth
|
48
|
+
ikat
|
49
|
+
iridescent
|
50
|
+
jacquard
|
51
|
+
kaleidoscope
|
52
|
+
lace
|
53
|
+
lattice
|
54
|
+
laurel
|
55
|
+
leopard print
|
56
|
+
linen
|
57
|
+
madras
|
58
|
+
marbled
|
59
|
+
moiré
|
60
|
+
mosaic
|
61
|
+
paisley
|
62
|
+
paisley jacquard
|
63
|
+
pinstripe
|
64
|
+
plaid
|
65
|
+
plume
|
66
|
+
polka dot
|
67
|
+
poppy
|
68
|
+
quatrefoil
|
69
|
+
repeating geometric
|
70
|
+
ripple
|
71
|
+
satin
|
72
|
+
scales
|
73
|
+
scroll
|
74
|
+
seersucker
|
75
|
+
shibori
|
76
|
+
small check
|
77
|
+
snake print
|
78
|
+
snowflake
|
79
|
+
snowflakes
|
80
|
+
solids
|
81
|
+
speckled
|
82
|
+
spots
|
83
|
+
stippled
|
84
|
+
stripes
|
85
|
+
swirl
|
86
|
+
tartan
|
87
|
+
texture
|
88
|
+
ticking
|
89
|
+
tie-dye
|
90
|
+
toile
|
91
|
+
trellis
|
92
|
+
tribal
|
93
|
+
trompe l'oeil
|
94
|
+
tweed
|
95
|
+
union jack
|
96
|
+
vichy
|
97
|
+
vine
|
98
|
+
watercolor
|
99
|
+
wood grain
|
100
|
+
woven
|
101
|
+
zari
|
102
|
+
zebra print
|
103
|
+
zig-zag chevron
|
104
|
+
zigzag
|
@@ -0,0 +1,74 @@
|
|
1
|
+
---
|
2
|
+
title: Sculpture keywords
|
3
|
+
category: sculpture
|
4
|
+
---
|
5
|
+
acrylic, transparent and lightweight material
|
6
|
+
alabaster, soft stone
|
7
|
+
aluminum, lightweight metal
|
8
|
+
amber, fossilized resin
|
9
|
+
balsa wood, softwood
|
10
|
+
basalt, volcanic rock
|
11
|
+
bone, organic material
|
12
|
+
brass, copper-zinc alloy
|
13
|
+
bronze resin, synthetic material with bronze finish
|
14
|
+
bronze, metal alloy
|
15
|
+
carbon fiber, lightweight material
|
16
|
+
carrara marble, high quality marble
|
17
|
+
cast iron, heavy metal
|
18
|
+
clay, fired pottery
|
19
|
+
concrete, durable material
|
20
|
+
copper, rustic appearance
|
21
|
+
coral, organic material
|
22
|
+
cork, lightweight material
|
23
|
+
crystal glass, transparent material
|
24
|
+
ebony, dense hardwood
|
25
|
+
enamel, decorative coating
|
26
|
+
fiberglass, lightweight material
|
27
|
+
fibre reinforced plastic (frp), synthetic material
|
28
|
+
glass fiber reinforced gypsum (gfrg), synthetic material
|
29
|
+
gold leaf, decorative finishing
|
30
|
+
granite, hard rock
|
31
|
+
gypsum, soft mineral
|
32
|
+
hemp, natural fiber material
|
33
|
+
iron, strong metal
|
34
|
+
ivory carvings, luxury material
|
35
|
+
jade stone, ornamental material
|
36
|
+
jade, ornamental material
|
37
|
+
jadeite, ornamental material
|
38
|
+
limestone, sedimentary rock
|
39
|
+
mahogany, durable hardwood
|
40
|
+
marble, smooth surface
|
41
|
+
nickel silver, alloy of nickel, copper, and zinc
|
42
|
+
obsidian, volcanic glass
|
43
|
+
onyx, decorative stone
|
44
|
+
papier-mâché, lightweight material
|
45
|
+
patinated bronze, treated bronze
|
46
|
+
pewter, alloy of tin, copper, and antimony
|
47
|
+
plaster, cast molds
|
48
|
+
platinum, precious metal
|
49
|
+
plexiglass, clear and durable material
|
50
|
+
polyurethane foam, lightweight material
|
51
|
+
porcelain, fine ceramic
|
52
|
+
porphyry, igneous rock
|
53
|
+
resin, synthetic material
|
54
|
+
rhodium, precious metal
|
55
|
+
sand cast aluminum, casting method
|
56
|
+
sand cast bronze, casting method
|
57
|
+
sandstone, porous rock
|
58
|
+
silk, textile material
|
59
|
+
silver, precious metal
|
60
|
+
soapstone, soft stone
|
61
|
+
stainless steel castings, casting method
|
62
|
+
stainless steel, modern material
|
63
|
+
steel, durable and strong metal
|
64
|
+
stone, natural material
|
65
|
+
synthetic stone, artificial material
|
66
|
+
terracotta clay, unfired pottery
|
67
|
+
titanium alloy, strong and lightweight metal alloy
|
68
|
+
titanium, strong and lightweight metal
|
69
|
+
walnut, hardwood
|
70
|
+
white oak, durable hardwood
|
71
|
+
wood, carved sculptures
|
72
|
+
wrought iron, malleable iron
|
73
|
+
zinc alloy, durable metal
|
74
|
+
zinc, corrosion-resistant metal
|