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
metadata
ADDED
@@ -0,0 +1,299 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: prompt-lists
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.1
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Dreaming Tulpa
|
8
|
+
autorequire:
|
9
|
+
bindir: exe
|
10
|
+
cert_chain: []
|
11
|
+
date: 2024-08-20 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
14
|
+
name: pry
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - ">="
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
20
|
+
type: :development
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - ">="
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
27
|
+
- !ruby/object:Gem::Dependency
|
28
|
+
name: byebug
|
29
|
+
requirement: !ruby/object:Gem::Requirement
|
30
|
+
requirements:
|
31
|
+
- - ">="
|
32
|
+
- !ruby/object:Gem::Version
|
33
|
+
version: '0'
|
34
|
+
type: :development
|
35
|
+
prerelease: false
|
36
|
+
version_requirements: !ruby/object:Gem::Requirement
|
37
|
+
requirements:
|
38
|
+
- - ">="
|
39
|
+
- !ruby/object:Gem::Version
|
40
|
+
version: '0'
|
41
|
+
description:
|
42
|
+
email:
|
43
|
+
- hey@dreamingtulpa.com
|
44
|
+
executables: []
|
45
|
+
extensions: []
|
46
|
+
extra_rdoc_files: []
|
47
|
+
files:
|
48
|
+
- Gemfile
|
49
|
+
- Gemfile.lock
|
50
|
+
- LICENSE
|
51
|
+
- README.md
|
52
|
+
- lib/prompt_lists.rb
|
53
|
+
- lists/animal/all.yml
|
54
|
+
- lists/animal/bird.yml
|
55
|
+
- lists/animal/deep-sea.yml
|
56
|
+
- lists/animal/dinosaur.yml
|
57
|
+
- lists/animal/dog-breed.yml
|
58
|
+
- lists/animal/insect.yml
|
59
|
+
- lists/animal/mammal.yml
|
60
|
+
- lists/animal/popular.yml
|
61
|
+
- lists/animal/sea.yml
|
62
|
+
- lists/architecture/architect.yml
|
63
|
+
- lists/architecture/extreme-location.yml
|
64
|
+
- lists/architecture/famous-building.yml
|
65
|
+
- lists/architecture/home.yml
|
66
|
+
- lists/architecture/interior-design.yml
|
67
|
+
- lists/architecture/interior-keywords.yml
|
68
|
+
- lists/architecture/material.yml
|
69
|
+
- lists/architecture/style-detailed.yml
|
70
|
+
- lists/architecture/style.yml
|
71
|
+
- lists/architecture/term.yml
|
72
|
+
- lists/art/painting-keyword.yml
|
73
|
+
- lists/art/painting-technique.yml
|
74
|
+
- lists/art/pattern.yml
|
75
|
+
- lists/art/sculpture.yml
|
76
|
+
- lists/art/style.yml
|
77
|
+
- lists/art/type.yml
|
78
|
+
- lists/artist/all.yml
|
79
|
+
- lists/artist/common.yml
|
80
|
+
- lists/artist/concept.yml
|
81
|
+
- lists/artist/dark.yml
|
82
|
+
- lists/artist/illustrator.yml
|
83
|
+
- lists/artist/painter.yml
|
84
|
+
- lists/artist/with-really-strong-affects.yml
|
85
|
+
- lists/artist/with-strong-affects.yml
|
86
|
+
- lists/audio/sound-effect.yml
|
87
|
+
- lists/audio/voice.yml
|
88
|
+
- lists/business/brand.yml
|
89
|
+
- lists/character/action.yml
|
90
|
+
- lists/character/anime.yml
|
91
|
+
- lists/character/child.yml
|
92
|
+
- lists/character/coming-of-age.yml
|
93
|
+
- lists/character/famous.yml
|
94
|
+
- lists/character/fantasy.yml
|
95
|
+
- lists/character/general.yml
|
96
|
+
- lists/character/monster.yml
|
97
|
+
- lists/character/romantic.yml
|
98
|
+
- lists/character/scifi.yml
|
99
|
+
- lists/character/superhero.yml
|
100
|
+
- lists/character/supervillain.yml
|
101
|
+
- lists/cinematic/animation-studio.yml
|
102
|
+
- lists/cinematic/animation.yml
|
103
|
+
- lists/cinematic/coloring.yml
|
104
|
+
- lists/cinematic/director.yml
|
105
|
+
- lists/cinematic/effect.yml
|
106
|
+
- lists/cinematic/genre.yml
|
107
|
+
- lists/cinematic/keyword.yml
|
108
|
+
- lists/cinematic/moment.yml
|
109
|
+
- lists/cinematic/movie.yml
|
110
|
+
- lists/cinematic/shot.yml
|
111
|
+
- lists/color/all.yml
|
112
|
+
- lists/color/depth.yml
|
113
|
+
- lists/color/modifier.yml
|
114
|
+
- lists/color/pair.yml
|
115
|
+
- lists/color/palette.yml
|
116
|
+
- lists/color/perception.yml
|
117
|
+
- lists/fashion/accessory.yml
|
118
|
+
- lists/fashion/cultural.yml
|
119
|
+
- lists/fashion/designer.yml
|
120
|
+
- lists/fashion/feminine.yml
|
121
|
+
- lists/fashion/hair-feminine.yml
|
122
|
+
- lists/fashion/hair-masculine.yml
|
123
|
+
- lists/fashion/masculine.yml
|
124
|
+
- lists/fashion/outfit-feminine.yml
|
125
|
+
- lists/fashion/scifi.yml
|
126
|
+
- lists/fashion/type.yml
|
127
|
+
- lists/feeling/all.yml
|
128
|
+
- lists/feeling/creepy.yml
|
129
|
+
- lists/feeling/loved.yml
|
130
|
+
- lists/feeling/melancholy.yml
|
131
|
+
- lists/feeling/unnerved.yml
|
132
|
+
- lists/food/bakery.yml
|
133
|
+
- lists/food/bbq.yml
|
134
|
+
- lists/food/breakfast.yml
|
135
|
+
- lists/food/cuisine.yml
|
136
|
+
- lists/food/fast.yml
|
137
|
+
- lists/food/fruit.yml
|
138
|
+
- lists/geography/city.yml
|
139
|
+
- lists/geography/country.yml
|
140
|
+
- lists/geography/ethnic-group.yml
|
141
|
+
- lists/geography/language.yml
|
142
|
+
- lists/geography/nationality.yml
|
143
|
+
- lists/geography/territory.yml
|
144
|
+
- lists/interaction/couple-negative.yml
|
145
|
+
- lists/interaction/couple.yml
|
146
|
+
- lists/interaction/crowd.yml
|
147
|
+
- lists/interaction/group.yml
|
148
|
+
- lists/interaction/individual-detailed.yml
|
149
|
+
- lists/interaction/individual.yml
|
150
|
+
- lists/keyword/detailed.yml
|
151
|
+
- lists/keyword/epic.yml
|
152
|
+
- lists/keyword/genre.yml
|
153
|
+
- lists/keyword/glitch.yml
|
154
|
+
- lists/keyword/modifier.yml
|
155
|
+
- lists/keyword/negative.yml
|
156
|
+
- lists/keyword/prayer.yml
|
157
|
+
- lists/keyword/trending.yml
|
158
|
+
- lists/keyword/unusual.yml
|
159
|
+
- lists/music/artist.yml
|
160
|
+
- lists/music/bpm.yml
|
161
|
+
- lists/music/composer.yml
|
162
|
+
- lists/music/drop.yml
|
163
|
+
- lists/music/dynamic.yml
|
164
|
+
- lists/music/feature.yml
|
165
|
+
- lists/music/genre.yml
|
166
|
+
- lists/music/harmony.yml
|
167
|
+
- lists/music/instrument.yml
|
168
|
+
- lists/music/key.yml
|
169
|
+
- lists/music/melody.yml
|
170
|
+
- lists/music/mode.yml
|
171
|
+
- lists/music/mood.yml
|
172
|
+
- lists/music/percussive.yml
|
173
|
+
- lists/music/recording.yml
|
174
|
+
- lists/music/rhythm.yml
|
175
|
+
- lists/music/song-section.yml
|
176
|
+
- lists/music/vocal.yml
|
177
|
+
- lists/nature/area-of-natural-beauty.yml
|
178
|
+
- lists/nature/flower.yml
|
179
|
+
- lists/nature/scene-modifier.yml
|
180
|
+
- lists/nature/scene.yml
|
181
|
+
- lists/nature/texture.yml
|
182
|
+
- lists/nature/tree.yml
|
183
|
+
- lists/nature/tropical-houseplant.yml
|
184
|
+
- lists/nature/weather.yml
|
185
|
+
- lists/nature/wood.yml
|
186
|
+
- lists/people/beautiful-feminine.yml
|
187
|
+
- lists/people/beautiful-masculine.yml
|
188
|
+
- lists/people/body-type.yml
|
189
|
+
- lists/people/celebrity.yml
|
190
|
+
- lists/people/common.yml
|
191
|
+
- lists/people/couple.yml
|
192
|
+
- lists/people/dance.yml
|
193
|
+
- lists/people/expression.yml
|
194
|
+
- lists/people/eye-color.yml
|
195
|
+
- lists/people/festival.yml
|
196
|
+
- lists/people/group.yml
|
197
|
+
- lists/people/hobby.yml
|
198
|
+
- lists/people/job.yml
|
199
|
+
- lists/people/pose-portrait.yml
|
200
|
+
- lists/people/pose.yml
|
201
|
+
- lists/photography/camera.yml
|
202
|
+
- lists/photography/film.yml
|
203
|
+
- lists/photography/landscape-keyword.yml
|
204
|
+
- lists/photography/landscape-subject-detailed.yml
|
205
|
+
- lists/photography/landscape-subject.yml
|
206
|
+
- lists/photography/lens.yml
|
207
|
+
- lists/photography/light.yml
|
208
|
+
- lists/photography/photographer.yml
|
209
|
+
- lists/photography/portrait-photographer.yml
|
210
|
+
- lists/photography/summer-scene.yml
|
211
|
+
- lists/photography/summer-tropical-beach.yml
|
212
|
+
- lists/photojournalism/news-extreme.yml
|
213
|
+
- lists/photojournalism/news-normal.yml
|
214
|
+
- lists/photojournalism/news-specific.yml
|
215
|
+
- lists/photojournalism/style-protest.yml
|
216
|
+
- lists/photojournalism/types.yml
|
217
|
+
- lists/places/home.yml
|
218
|
+
- lists/places/public.yml
|
219
|
+
- lists/places/room.yml
|
220
|
+
- lists/plot/action.yml
|
221
|
+
- lists/plot/arthouse.yml
|
222
|
+
- lists/plot/fantasy.yml
|
223
|
+
- lists/plot/general.yml
|
224
|
+
- lists/plot/horror.yml
|
225
|
+
- lists/plot/musical.yml
|
226
|
+
- lists/plot/romance.yml
|
227
|
+
- lists/plot/scifi-cyberpunk.yml
|
228
|
+
- lists/plot/scifi.yml
|
229
|
+
- lists/plot/war.yml
|
230
|
+
- lists/science/astronomy.yml
|
231
|
+
- lists/science/chemical-element.yml
|
232
|
+
- lists/science/geometry.yml
|
233
|
+
- lists/science/medical-images.yml
|
234
|
+
- lists/set/describe-style.yml
|
235
|
+
- lists/set/describe-subject.yml
|
236
|
+
- lists/set/parti.yml
|
237
|
+
- lists/thing/adjective.yml
|
238
|
+
- lists/thing/city.yml
|
239
|
+
- lists/thing/everyday.yml
|
240
|
+
- lists/thing/fantasy.yml
|
241
|
+
- lists/thing/gadget.yml
|
242
|
+
- lists/thing/icon.yml
|
243
|
+
- lists/thing/office.yml
|
244
|
+
- lists/thing/scary.yml
|
245
|
+
- lists/thing/sci-fi.yml
|
246
|
+
- lists/thing/space.yml
|
247
|
+
- lists/thing/summer.yml
|
248
|
+
- lists/time/century.yml
|
249
|
+
- lists/time/day-of-year.yml
|
250
|
+
- lists/time/decade.yml
|
251
|
+
- lists/time/era.yml
|
252
|
+
- lists/time/time-of-day.yml
|
253
|
+
- lists/time/year.yml
|
254
|
+
- lists/typography/feature.yml
|
255
|
+
- lists/typography/font-type.yml
|
256
|
+
- lists/typography/font.yml
|
257
|
+
- lists/typography/style.yml
|
258
|
+
- lists/typography/word-art.yml
|
259
|
+
- lists/vehicle/car.yml
|
260
|
+
- lists/vehicle/classic-car.yml
|
261
|
+
- lists/vehicle/famous-car.yml
|
262
|
+
- lists/vehicle/fast-car.yml
|
263
|
+
- lists/vehicle/type.yml
|
264
|
+
- lists/video-game/action.yml
|
265
|
+
- lists/video-game/designer.yml
|
266
|
+
- lists/video-game/engine.yml
|
267
|
+
- lists/video-game/game.yml
|
268
|
+
- lists/video-game/region.yml
|
269
|
+
- lists/word/adjective.yml
|
270
|
+
- lists/word/adverb.yml
|
271
|
+
- lists/word/noun.yml
|
272
|
+
- lists/word/verb.yml
|
273
|
+
homepage: https://github.com/dreamingtulpa/prompt-lists
|
274
|
+
licenses:
|
275
|
+
- MIT
|
276
|
+
metadata:
|
277
|
+
homepage_uri: https://github.com/dreamingtulpa/prompt-lists
|
278
|
+
source_code_uri: https://github.com/dreamingtulpa/prompt-lists
|
279
|
+
changelog_uri: https://github.com/dreamingtulpa/prompt-lists/blob/master/CHANGELOG.md
|
280
|
+
post_install_message:
|
281
|
+
rdoc_options: []
|
282
|
+
require_paths:
|
283
|
+
- lib
|
284
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
285
|
+
requirements:
|
286
|
+
- - ">="
|
287
|
+
- !ruby/object:Gem::Version
|
288
|
+
version: 2.6.0
|
289
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
290
|
+
requirements:
|
291
|
+
- - ">="
|
292
|
+
- !ruby/object:Gem::Version
|
293
|
+
version: '0'
|
294
|
+
requirements: []
|
295
|
+
rubygems_version: 3.4.10
|
296
|
+
signing_key:
|
297
|
+
specification_version: 4
|
298
|
+
summary: Categorised lists of things for AI image and media generation.
|
299
|
+
test_files: []
|