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
data/lists/art/style.yml
ADDED
@@ -0,0 +1,64 @@
|
|
1
|
+
---
|
2
|
+
title: Art styles
|
3
|
+
category: art
|
4
|
+
---
|
5
|
+
1950s pulp sci-fi cover
|
6
|
+
2d game art
|
7
|
+
3d vr painting
|
8
|
+
8k resolution
|
9
|
+
anime
|
10
|
+
artistic photograph
|
11
|
+
baroque painting
|
12
|
+
byzantine mosaic
|
13
|
+
chiaroscuro painting
|
14
|
+
depiction
|
15
|
+
depth of field
|
16
|
+
digital painting
|
17
|
+
dutch golden age
|
18
|
+
filmed in imax
|
19
|
+
fine art
|
20
|
+
flat shading
|
21
|
+
flemish baroque
|
22
|
+
fresco painting
|
23
|
+
gouache painting
|
24
|
+
graffiti
|
25
|
+
grisaille painting
|
26
|
+
highly detailed
|
27
|
+
hyperrealism
|
28
|
+
impasto painting
|
29
|
+
low-poly
|
30
|
+
luminism painting
|
31
|
+
marvel comics
|
32
|
+
matte painting
|
33
|
+
mixed media
|
34
|
+
oil painting
|
35
|
+
panorama
|
36
|
+
parallax
|
37
|
+
pastel painting
|
38
|
+
pencil sketch
|
39
|
+
perspective painting
|
40
|
+
playstation 5 screenshot
|
41
|
+
pop art
|
42
|
+
rendered in cinema4d
|
43
|
+
rendered in maya
|
44
|
+
rendered in zbrush
|
45
|
+
rtx on
|
46
|
+
schematic
|
47
|
+
sculpture
|
48
|
+
sfumato painting
|
49
|
+
shot on 70mm
|
50
|
+
sotto in su
|
51
|
+
storybook illustration
|
52
|
+
surrealist
|
53
|
+
surveillance footage
|
54
|
+
tempera painting
|
55
|
+
tilt shift
|
56
|
+
trompe l’oeil
|
57
|
+
ukiyo-e
|
58
|
+
unreal engine render
|
59
|
+
vector image
|
60
|
+
veduta painting
|
61
|
+
visionary hypermaximalism
|
62
|
+
volumetric lighting
|
63
|
+
vray tracing
|
64
|
+
watercolor painting
|
data/lists/art/type.yml
ADDED
@@ -0,0 +1,193 @@
|
|
1
|
+
---
|
2
|
+
title: Types of art
|
3
|
+
category: art
|
4
|
+
---
|
5
|
+
abstract expressionism
|
6
|
+
abstraction
|
7
|
+
airbrush painting
|
8
|
+
altered books
|
9
|
+
animation
|
10
|
+
antique restoration
|
11
|
+
applique
|
12
|
+
architecture
|
13
|
+
architextural art
|
14
|
+
art brut
|
15
|
+
art cars
|
16
|
+
art deco
|
17
|
+
art informel
|
18
|
+
art nouveau
|
19
|
+
arts and crafts
|
20
|
+
assemblage
|
21
|
+
assemblage (art)
|
22
|
+
baroque
|
23
|
+
batik
|
24
|
+
batiking
|
25
|
+
beading
|
26
|
+
blacksmithing
|
27
|
+
block printing
|
28
|
+
body art
|
29
|
+
body piercing
|
30
|
+
bodypainting
|
31
|
+
bonsai
|
32
|
+
bookbinding
|
33
|
+
butter sculptures
|
34
|
+
byzantine
|
35
|
+
cabinetmaking
|
36
|
+
calligraphy
|
37
|
+
car painting
|
38
|
+
cardmaking
|
39
|
+
carpentry
|
40
|
+
ceramics
|
41
|
+
chain mail
|
42
|
+
collage
|
43
|
+
color field painting
|
44
|
+
conceptual art
|
45
|
+
constructivism
|
46
|
+
crewelwork
|
47
|
+
crochet
|
48
|
+
crocheting
|
49
|
+
cubism
|
50
|
+
dada
|
51
|
+
de stijl
|
52
|
+
decalcomania
|
53
|
+
decoupage
|
54
|
+
digital art
|
55
|
+
dollhouse building
|
56
|
+
dollmaking
|
57
|
+
drawing
|
58
|
+
earthworks
|
59
|
+
embroidery
|
60
|
+
enameling
|
61
|
+
engraving
|
62
|
+
environmental art
|
63
|
+
etching
|
64
|
+
face painting
|
65
|
+
faceting
|
66
|
+
fauvism
|
67
|
+
felting
|
68
|
+
feminist art
|
69
|
+
filigree
|
70
|
+
film
|
71
|
+
fimo
|
72
|
+
finger painting
|
73
|
+
flash mobs
|
74
|
+
fletching
|
75
|
+
folk art
|
76
|
+
forge
|
77
|
+
found object art
|
78
|
+
furniture making
|
79
|
+
futurism
|
80
|
+
gilding
|
81
|
+
glass art
|
82
|
+
glassblowing
|
83
|
+
glazing
|
84
|
+
goldsmithing
|
85
|
+
gothic
|
86
|
+
gourdcraft
|
87
|
+
graffiti
|
88
|
+
guerilla gardening
|
89
|
+
gunsmithing
|
90
|
+
hard-edge painting
|
91
|
+
henna painting
|
92
|
+
ice sculpture
|
93
|
+
ikebana
|
94
|
+
impressionism
|
95
|
+
indigenous art
|
96
|
+
inlay
|
97
|
+
installation
|
98
|
+
installation art
|
99
|
+
intarsia
|
100
|
+
jewellery making
|
101
|
+
jewelry making
|
102
|
+
kirigami
|
103
|
+
knitting
|
104
|
+
lace making
|
105
|
+
lacemaking
|
106
|
+
lacquer work
|
107
|
+
land art
|
108
|
+
lapidary
|
109
|
+
latch hooking
|
110
|
+
lathe work
|
111
|
+
leatherworking
|
112
|
+
lyrical abstraction
|
113
|
+
macrame
|
114
|
+
macramé
|
115
|
+
mannerism
|
116
|
+
marquetry
|
117
|
+
metal art
|
118
|
+
metal embossing
|
119
|
+
metal engraving
|
120
|
+
metalsmithing
|
121
|
+
metalwork
|
122
|
+
minimalism
|
123
|
+
modelmaking
|
124
|
+
mosaic
|
125
|
+
mosaics
|
126
|
+
naturalism
|
127
|
+
needlepoint
|
128
|
+
neo-expressionism
|
129
|
+
new media art
|
130
|
+
op art
|
131
|
+
origami
|
132
|
+
outsider art
|
133
|
+
paint by number
|
134
|
+
paintballing
|
135
|
+
painting
|
136
|
+
paper marbling
|
137
|
+
papercutting
|
138
|
+
patination
|
139
|
+
performance art
|
140
|
+
photography
|
141
|
+
pop art
|
142
|
+
postimpressionism
|
143
|
+
postminimalism
|
144
|
+
postmodern art
|
145
|
+
pottery
|
146
|
+
printmaking
|
147
|
+
pyrography
|
148
|
+
quilling
|
149
|
+
quilting
|
150
|
+
readymades
|
151
|
+
realism
|
152
|
+
religious art
|
153
|
+
renaissance
|
154
|
+
repoussé and chasing
|
155
|
+
reverse graffiti
|
156
|
+
rococo
|
157
|
+
sandcasting
|
158
|
+
scrapbooking
|
159
|
+
screen printing
|
160
|
+
sculpture
|
161
|
+
signwriting
|
162
|
+
silversmithing
|
163
|
+
snow sculpture
|
164
|
+
spinning
|
165
|
+
spray painting
|
166
|
+
staining
|
167
|
+
stencil graffiti
|
168
|
+
stenciling
|
169
|
+
stencilling
|
170
|
+
sticker art
|
171
|
+
stoner art
|
172
|
+
street art
|
173
|
+
street installations
|
174
|
+
suprematism
|
175
|
+
surrealism
|
176
|
+
tapestry
|
177
|
+
tattooing
|
178
|
+
textile art
|
179
|
+
tie dyeing
|
180
|
+
tiling
|
181
|
+
tole painting
|
182
|
+
transfers
|
183
|
+
tribal art
|
184
|
+
video
|
185
|
+
video art
|
186
|
+
weaving
|
187
|
+
wheatpasting
|
188
|
+
whittling
|
189
|
+
wood art
|
190
|
+
woodcarving
|
191
|
+
woodturning
|
192
|
+
woodworking
|
193
|
+
yarn bombing
|