├── LICENSE ├── README.md └── wildcards ├── 3d-term.txt ├── actor.txt ├── actress.txt ├── adj-architecture.txt ├── adj-beauty.txt ├── adj-general.txt ├── adj-horror.txt ├── alien.txt ├── angel.txt ├── angle.txt ├── animal.txt ├── artist-anime.txt ├── artist-black-white.txt ├── artist-botanical.txt ├── artist-c.txt ├── artist-cartoon.txt ├── artist-concept.txt ├── artist-csv.txt ├── artist-dig1.txt ├── artist-dig2.txt ├── artist-dig3.txt ├── artist-director.txt ├── artist-fantasy.txt ├── artist-fareast.txt ├── artist-fineart.txt ├── artist-horror.txt ├── artist-n.txt ├── artist-nudity.txt ├── artist-photographer.txt ├── artist-scifi.txt ├── artist-scribbles.txt ├── artist-special.txt ├── artist-surreal.txt ├── artist-ukioe.txt ├── artist-weird.txt ├── artist.txt ├── aspect-ratio.txt ├── background-color.txt ├── background.txt ├── bangs.txt ├── belt.txt ├── biome.txt ├── bird.txt ├── blonde.txt ├── body-fit.txt ├── body-framing.txt ├── body-heavy.txt ├── body-light.txt ├── body-poor.txt ├── body-shape.txt ├── body-shape2.txt ├── body-short.txt ├── body-tall.txt ├── braid.txt ├── camera-manu.txt ├── camera.txt ├── cat.txt ├── celeb.txt ├── choker.txt ├── civilization.txt ├── class.txt ├── clothing-female.txt ├── clothing-male.txt ├── clothing.txt ├── color.txt ├── cosmic-galaxy.txt ├── cosmic-nebula.txt ├── cosmic-star.txt ├── cosmic-term.txt ├── costume-female.txt ├── costume-male.txt ├── decade.txt ├── deity.txt ├── detail.txt ├── dinosaur.txt ├── dog.txt ├── dress.txt ├── earrings.txt ├── emoji-combo.txt ├── emoji.txt ├── expression.txt ├── eye-color.txt ├── eyeliner.txt ├── f-stop.txt ├── fantasy-creature.txt ├── fantasy-setting.txt ├── fantasy.txt ├── female-adult.txt ├── female-young.txt ├── film-genre.txt ├── fish.txt ├── flower.txt ├── focal-length.txt ├── food.txt ├── forest-type.txt ├── fruit.txt ├── furniture.txt ├── game.txt ├── gem.txt ├── gen-modifier.txt ├── gender-ext.txt ├── gender.txt ├── genre.txt ├── hair-accessory.txt ├── hair-color.txt ├── hair-female-short.txt ├── hair-female.txt ├── hair-length.txt ├── hair-male.txt ├── hd.txt ├── headwear-female.txt ├── headwear-male.txt ├── high-heels.txt ├── horror.txt ├── identity.txt ├── interior.txt ├── iso-stop.txt ├── landscape.txt ├── legwear.txt ├── lighting.txt ├── lipstick-shade.txt ├── lipstick.txt ├── location.txt ├── makeup.txt ├── male-adult.txt ├── male-young.txt ├── monster.txt ├── movement.txt ├── name-female.txt ├── name-male.txt ├── national-park.txt ├── nationality.txt ├── neckwear.txt ├── neg-weight.txt ├── noun-beauty.txt ├── noun-fantasy.txt ├── noun-general.txt ├── noun-horror.txt ├── noun-landscape.txt ├── noun-romance.txt ├── noun-scifi.txt ├── nsfw-bdsm-type.txt ├── nsfw-bdsm.txt ├── nsfw-bra.txt ├── nsfw-breastsize.txt ├── nsfw-clothing-state.txt ├── nsfw-corset.txt ├── nsfw-cumplay.txt ├── nsfw-expression.txt ├── nsfw-fetish.txt ├── nsfw-gag.txt ├── nsfw-lingerie-state.txt ├── nsfw-lingerie.txt ├── nsfw-panties.txt ├── nsfw-position.txt ├── nsfw-publicity.txt ├── nsfw-sex-act.txt ├── nsfw-sex-position.txt ├── nsfw-sex-toy.txt ├── nsfw-subreddit.txt ├── occupation.txt ├── oil-painting.txt ├── photo-term.txt ├── photoshoot-type.txt ├── planet.txt ├── pop-culture.txt ├── pop-location.txt ├── portrait-type.txt ├── pose.txt ├── public.txt ├── punk.txt ├── purse.txt ├── quantity.txt ├── race.txt ├── render-engine.txt ├── render.txt ├── robot.txt ├── rpg-Item.txt ├── scenario-fantasy.txt ├── scenario-romance.txt ├── scenario-scifi.txt ├── scenario.txt ├── scenario2.txt ├── scifi.txt ├── sculpture.txt ├── setting.txt ├── ship.txt ├── site.txt ├── skin-color.txt ├── still-life.txt ├── style.txt ├── subject-fantasy.txt ├── subject-horror.txt ├── subject-romance.txt ├── subject-scifi.txt ├── subject.txt ├── suit-female.txt ├── suit-male.txt ├── superhero.txt ├── supermodel.txt ├── swimwear.txt ├── technique.txt ├── time.txt ├── train.txt ├── tree.txt ├── tribe.txt ├── trippy.txt ├── underwater.txt ├── water.txt ├── watercolor.txt └── wave.txt /README.md: -------------------------------------------------------------------------------- 1 | # sd-wildcards 2 | **A collection of wildcards for Stable Diffusion + Dynamic Prompts extension** 3 | 4 | Using ChatGPT, I've created a number of wildcards to be used in Stable Diffusion. Wildcards requires the Dynamic Prompts or Wildcards extension and works on Automatic1111, ComfyUI, Forge, SD.Next and more. 5 | 6 | You can create your own list of wildcards by telling any AI service such as ChatGPT/Gemini/CoPilot/MetaAI this: 7 | 8 | > Give me a list of all the different types of dresses for women. Make sure you list each one on its own line, alphabetical order, in lowercase, in singular form, and that there are no duplicates. Do not number each line. 9 | 10 | *or* 11 | 12 | > Give me a list of the top 50 well-known actors. Make sure you list each one on its own line, alphabetical order, in lowercase, in singular form, and that there are no duplicates. Do not number each line. 13 | 14 | Copy and paste the result into a text file with the name of your own choosing (or add to current ones.) 15 | 16 | Example wildcards found in this collection that were created with ChatGPT: 17 | 18 | - [*dress*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/dress.txt) 19 | - [*nsfw-lingerie*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/nsfw-lingerie.txt) 20 | - [*fantasy*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/fantasy.txt) 21 | - [*scifi*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/scifi.txt) 22 | - [*biome*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/biome.txt) 23 | - [*monster*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/monster.txt) 24 | - [*artist-scifi*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/artist-scifi.txt) 25 | - [*artist-horror*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/artist-horror.txt) 26 | - [*scenario-romance*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/scenario-romance.txt) 27 | - [*scenario-fantasy*](https://raw.githubusercontent.com/mattjaybe/sd-wildcards/main/wildcards/scenario-fantasy.txt) 28 | 29 | ![Wildcards Example Screenshot](https://github.com/mattjaybe/sd-wildcards/assets/110819465/e1be5256-1651-4fda-82d4-3a0af0800dc0) 30 | 31 | ## Installation 32 | 33 | Install the Dynamic Prompts extension if you don't have it already, then clone this repo to this folder (scroll down to learn how to clone this repo): 34 | 35 | `\stable-diffusion-webui\extensions\sd-dynamic-prompts` 36 | 37 | Or you can download individual text files and put them in this folder (if you don't see a wildcards folder, create one): 38 | 39 | `\stable-diffusion-webui\extensions\sd-dynamic-prompts\wildcards` 40 | 41 | ## Information on [Dynamic Prompts](https://github.com/adieyal/sd-dynamic-prompts) 42 | 43 | Using Automatic1111's fork, you can install Dynamic Prompts from the Extensions tab (Available>Dynamic Prompts) 44 | 45 | If you're still unsure about what this does; basically it allows you to use wildcards to randomize keywords based on what is available inside the text file. An example prompt would be something like this: 46 | 47 | a **`__adj-beauty__`** woman wearing a **`__dress__`** in **`__location__`** 48 | 49 | The result would look something like this with each generation: 50 | 51 | - a **beauteous** woman wearing a **minidress** in **Italy** 52 | - a **stunning** woman wearing a **gown** in **France** 53 | - a **lovely** woman wearing a **cocktail dress** in **Tokyo** 54 | 55 | ### Resources 56 | 57 | You can find even more wildcards to use at [CivitAI](https://civitai.com/models) (just filter for Wildcards) 58 | 59 | AI services like ChatGPT, Gemini, CoPilot, and MetaAI are all free to use. 60 | 61 | *Protip*: You can create a style with your favorite lines. For example, I have a style called Camera Wildcards that injects this line to the prompt box: *`__camera__, __f-stop__, __iso-stop__, __focal-length__`* 62 | 63 | ### How To Clone This Repo 64 | 65 | To clone a repo, you'll first need to have Git installed. If you're on Windows, [you can get it here](https://gitforwindows.org/). 66 | 67 | Then, once Dynamic Prompts is installed, navigate to this folder using Windows Explorer: 68 | 69 | `\stable-diffusion-webui\extensions\sd-dynamic-prompts` 70 | 71 | In Windows Explorer's address bar at the top, type in `cmd`, and a command prompt will open. Then put this in there: 72 | 73 | `git clone https://github.com/mattjaybe/sd-wildcards.git` 74 | 75 | It'll quickly download the wildcards folder into the proper place. You don't have to reboot Stable Diffusion or anything, it'll work as soon as you invoke a wildcard in your prompt. 76 | -------------------------------------------------------------------------------- /wildcards/3d-term.txt: -------------------------------------------------------------------------------- 1 | 2d sprite 2 | ambient lighting 3 | ambient occlusion 4 | anti-aliasing 5 | augmented reality 6 | bitmap 7 | cel shading 8 | chromatic abberation 9 | direct lighting 10 | flat shading 11 | fxaa 12 | global illumination 13 | indirect illumination 14 | lumen global illumination 15 | manhattan distance 16 | microdisplacement 17 | nanite geometry 18 | path traced 19 | pbr material 20 | phong shading 21 | physically based rendering (pbr) 22 | post processed 23 | procedural generation 24 | procedural texture 25 | raster graphics 26 | ray traced 27 | screen space ambient occlusion 28 | skybox 29 | terrain rendering 30 | tesselation 31 | virtual reality 32 | volumetric lighting 33 | voronoi manhattan 34 | voronoi minkowski 35 | voxel engine 36 | voxel geometry 37 | wireframe model 38 | wireframe rendering -------------------------------------------------------------------------------- /wildcards/actor.txt: -------------------------------------------------------------------------------- 1 | al pacino 2 | arnold schwarzenegger 3 | benedict cumberbatch 4 | brad pitt 5 | bruce willis 6 | bryan cranston 7 | chris evans 8 | chris hemsworth 9 | chris pratt 10 | christian bale 11 | clint eastwood 12 | daniel craig 13 | david duchovny 14 | denzel washington 15 | dustin hoffman 16 | dwayne johnson 17 | eddie murphy 18 | emile hirsch 19 | erik per sullivan 20 | gary oldman 21 | george clooney 22 | gerald butler 23 | grant gustin 24 | harrison ford 25 | henry cavill 26 | ian somerhalder 27 | jack nicholson 28 | jackie chan 29 | jake gyllenhaal 30 | jason momoa 31 | jeremy renner 32 | jim carrey 33 | jimmy fallon 34 | john boyega 35 | john cusack 36 | johnny deep 37 | johnny depp 38 | josh brolin 39 | jude law 40 | keanu reeves 41 | kevin hart 42 | kit harington 43 | kristen stewart 44 | leonardo dicaprio 45 | mark wahlberg 46 | matt damon 47 | matthew mcconaughey 48 | mel gibson 49 | michael douglas 50 | michael fassbender 51 | michael j. fox 52 | michael keaton 53 | michael sheen 54 | michael weatherly 55 | mike myers 56 | nathan fillion 57 | nathan lane 58 | nicolas cage 59 | paul rudd 60 | paul walker 61 | pierce brosnan 62 | ray romano 63 | robert de niro 64 | robert downey jr. 65 | robert pattinson 66 | robin williams 67 | russel crowe 68 | ryan gosling 69 | ryan reynolds 70 | samuel l. jackson 71 | scott speedman 72 | sean penn 73 | sebastian stan 74 | shah rukh khan 75 | shia labeouf 76 | stephen amell 77 | taylor lautner 78 | timothée chalamet 79 | toby kebbell 80 | tom cruise 81 | tom hanks 82 | tom hiddleston 83 | tommy lee jones 84 | tony goldwyn 85 | tyler hoechlin 86 | vince vaughn 87 | will ferrell 88 | will smith -------------------------------------------------------------------------------- /wildcards/adj-architecture.txt: -------------------------------------------------------------------------------- 1 | art deco 2 | art nouveau 3 | baroque 4 | baroque architecture 5 | bauhaus architecture 6 | bilateral symmetry 7 | brutalism architecture 8 | brutalist 9 | buddhist architecture 10 | byzantine 11 | byzantine architecture 12 | cambodian khmer architecture 13 | cantonese architecture 14 | chinese aesthetic 15 | churrigueresco architecture 16 | churrigueresque architecture 17 | colonial 18 | colonial architecture 19 | compact 20 | composite architecture 21 | confucius era 22 | congested 23 | corinthian architecture 24 | cosmological concept architecture 25 | cubist 26 | decorated style 27 | diminutive 28 | doric architecture 29 | early christian architecture 30 | early english architecture 31 | eastern roman 32 | eclectic architecture 33 | economical 34 | edwardian architecture 35 | effusive 36 | empire architecture 37 | engawa 38 | fabric 39 | facade 40 | federation architecture 41 | french colonial architecture 42 | functionalism 43 | fusuma 44 | futurist 45 | gan architecture 46 | genkan 47 | georgian 48 | georgian architecture 49 | gothic 50 | gothic architecture 51 | gothic revival architecture 52 | greek 53 | hakka architecture 54 | heisei architecture 55 | heisei period 56 | hokkien architecture 57 | horizontal emphasis 58 | hui style architecture 59 | hutong architecture 60 | imperial architecture 61 | imperial russia architecture 62 | international 63 | international style 64 | ionic 65 | islamic architecture 66 | italianate 67 | jacobean architecture 68 | japanese aesthetic 69 | kievan rus architecture 70 | korean aesthetic 71 | lingnan architecture 72 | longtang architecture 73 | louis quatorze 74 | louis quinze 75 | louis seize 76 | louis treize 77 | luxurious 78 | mannerism 79 | meiji architecture 80 | meiji period 81 | mid-century modern 82 | minimalist 83 | minnan architecture 84 | mission 85 | modern 86 | modern russian architecture 87 | moderne 88 | modernist 89 | monolithic 90 | moorish architecture 91 | morisco architecture 92 | mudéjar architecture 93 | muscovite architecture 94 | neo-tropical 95 | neoclassical 96 | neoclassicial 97 | new indies architecture 98 | opaque 99 | pagan roman 100 | palladian 101 | perpendicular 102 | persian architecture 103 | pervasive 104 | pleasant 105 | post-modernism 106 | postmodern 107 | postmodernism 108 | postwar soviet architecture 109 | prairie 110 | queen-anne architecture 111 | queenslander 112 | reflective 113 | regency architecture 114 | relgious architecture 115 | renaissance 116 | renaissance architecture 117 | resemble 118 | revivalist 119 | rococo 120 | rococo architecture 121 | roman architecture 122 | romanesque 123 | romanesque architecture 124 | russian aesthetic 125 | saharan 126 | saracen architecture 127 | shanghainese architecture 128 | shanxi architecture 129 | shikumen architecture 130 | shoji 131 | shōwa architecture 132 | shōwa period 133 | southern colonial 134 | soviet union architecture 135 | spanish colonial 136 | spanish colonial architecture 137 | sparse 138 | streamline 139 | streamlined 140 | structure 141 | suspended 142 | taishō architecture 143 | taishō period 144 | tatami 145 | tibetan architecture 146 | traditional 147 | transition 148 | transitional 149 | tudor 150 | tudor architecture 151 | tudorbethan 152 | tuscan architecture 153 | vernacular 154 | victorian 155 | victorian architecture 156 | viking 157 | xinjiang architecture 158 | yaodong architecture -------------------------------------------------------------------------------- /wildcards/adj-beauty.txt: -------------------------------------------------------------------------------- 1 | Junoesque 2 | aesthetic 3 | aesthetical 4 | alluring 5 | appealing 6 | arresting 7 | attractive 8 | beauteous 9 | bonnie 10 | bonny 11 | charming 12 | chocolate-box 13 | comely 14 | cunning 15 | cute 16 | dainty 17 | delicate 18 | delightful 19 | desirable 20 | dishy 21 | dollish 22 | drop-dead 23 | elegant 24 | engaging 25 | esthetic 26 | esthetical 27 | exquisite 28 | eye-catching 29 | fair 30 | fascinating 31 | fetching 32 | flamboyant 33 | flashy 34 | flawless 35 | foxy 36 | glamorous 37 | glamourous 38 | glorious 39 | glossy 40 | good 41 | good-looking 42 | goodly 43 | gorgeous 44 | handsome 45 | hot 46 | hunky 47 | knockout 48 | likely 49 | lovely 50 | lovesome 51 | luscious 52 | magnificent 53 | nubile 54 | perfect 55 | personable 56 | photogenic 57 | pleasant 58 | prepossessing 59 | presentable 60 | pretty 61 | prettyish 62 | pulchritudinous 63 | radiant 64 | ravishing 65 | resplendent 66 | seductive 67 | seemly 68 | sexy 69 | showstopping 70 | showy 71 | sightly 72 | slick 73 | snazzy 74 | splashy 75 | splendid 76 | statuesque 77 | striking 78 | studly 79 | stunning 80 | sublime 81 | superb 82 | taking 83 | telegenic 84 | toothsome 85 | well-favored 86 | zingy -------------------------------------------------------------------------------- /wildcards/adj-horror.txt: -------------------------------------------------------------------------------- 1 | alarming 2 | dire 3 | direful 4 | dread 5 | dreadful 6 | fearful 7 | fearsome 8 | forbidding 9 | foreboding 10 | formidable 11 | frightening 12 | hair-raising 13 | horrendous 14 | horrible 15 | horrifying 16 | intimidating 17 | redoubtable 18 | shocking 19 | spine-chilling 20 | terrible 21 | terrifying 22 | daunting 23 | demoralizing 24 | disconcerting 25 | discouraging 26 | dismaying 27 | disquieting 28 | distressing 29 | disturbing 30 | perturbing 31 | startling 32 | threatening 33 | troubling 34 | trying 35 | unnerving 36 | atrocious 37 | awful 38 | dreadful 39 | frightful 40 | ghastly 41 | grisline 42 | gruesome 43 | hideous 44 | horrid 45 | monstrosity 46 | repulsive 47 | -------------------------------------------------------------------------------- /wildcards/alien.txt: -------------------------------------------------------------------------------- 1 | ancients 2 | andromedan 3 | angelic being 4 | annunaki 5 | ant people 6 | aquatic alien 7 | arcturian 8 | bigfoot 9 | cenobite 10 | centauroid 11 | chupacabra 12 | crystalline being 13 | four-armed being 14 | fungoid 15 | gaseous being 16 | god 17 | grey alien 18 | hive-mind 19 | interdimensional being 20 | jellyfish alien 21 | kaulder 22 | light being 23 | little green men 24 | lizard people 25 | martian 26 | mechanical alien 27 | mothman 28 | mothmen 29 | multi-dimensional being 30 | mutant 31 | nephilim 32 | non-human entity 33 | parasitic entity 34 | phantom 35 | phantom entity 36 | pleiadian 37 | reptilian 38 | reptilian alien 39 | saurian 40 | shape-shifter 41 | ultraterrestrial 42 | vault dweller 43 | wormhole dweller 44 | xenomorph 45 | zeta reticuli -------------------------------------------------------------------------------- /wildcards/angel.txt: -------------------------------------------------------------------------------- 1 | angel of death 2 | angel of destruction 3 | angel of healing 4 | angel of light 5 | angel of love 6 | angel of mercy 7 | angel of peace 8 | angel of power 9 | angel of prosperity 10 | angel of protection 11 | archai 12 | archangel 13 | archangel of death 14 | archangel of destruction 15 | archangel of light 16 | archangel of love 17 | archangel of mercy 18 | archangel of peace 19 | archangel of power 20 | archangel of prosperity 21 | archangel of protection 22 | archangels of healing 23 | archangels of the elements 24 | archangels of the zodiac 25 | archon 26 | archon of the presence 27 | ascended master 28 | ascended master angel 29 | ascending angel 30 | cherub 31 | cherubim 32 | cherubim angel 33 | dominion 34 | dominion angel 35 | dominions 36 | elohim 37 | elohim angel 38 | guardian angel 39 | guardian angels of the element 40 | guardian seraphim 41 | healing angel 42 | malakhim 43 | malakhim angel 44 | principalities 45 | principalities angel 46 | seraph 47 | seraphim 48 | seraphim angel 49 | throne angel 50 | virtue angel -------------------------------------------------------------------------------- /wildcards/angle.txt: -------------------------------------------------------------------------------- 1 | dutch angle 2 | from above 3 | from behind 4 | from behind, looking at viewer 5 | from behind, looking away 6 | from below 7 | from below, looking at viewer 8 | from below, looking away 9 | from side 10 | from side, looking at viewer 11 | from side, looking away 12 | panorama 13 | perspective 14 | pov, looking at viewer 15 | pov, looking away 16 | sideways 17 | straight-on -------------------------------------------------------------------------------- /wildcards/artist-anime.txt: -------------------------------------------------------------------------------- 1 | Rumiko Takahashi 2 | Naoko Takeuchi 3 | Apollonia Saintclair 4 | John Kenn Mortensen 5 | Shintaro Kago 6 | Naoki Urasawa 7 | Katsuhiro Otomo 8 | Studio Ghibli 9 | Sailor Moon 10 | Shotaro Ishinomori 11 | Go Nagai 12 | Shusei Nagaoko 13 | Junji Ito 14 | Chiho Aoshima 15 | Tsutomu Nihei 16 | Yoshiyuki Tomino 17 | Kentaro Miura 18 | Inio Asano 19 | Ken Sugimori 20 | Hirohiko Araki 21 | Gyoshū Hayami 22 | Gatōken Shunshi 23 | Hayao Miyazaki 24 | Takeshi Obata 25 | Makoto Shinkai 26 | Fujishima Takeji 27 | Baiōken Eishun 28 | Miho Hirano 29 | Bakemono Zukushi 30 | Awataguchi Takamitsu 31 | Akira Toriyama 32 | Toei Animations 33 | Hasegawa Tōhaku 34 | Leiji Matsumoto 35 | Masaaki Sasamoto 36 | Satoshi Kon 37 | Masamune Shirow 38 | Hariton Pushwagner 39 | Posuka Demizu 40 | Eiichiro Oda 41 | Phil Noto 42 | Hiromu Arakawa 43 | Kobayashi Kiyochika 44 | Gai Qi 45 | Shinji Aramaki 46 | Michael Cheval 47 | Adam Hughes 48 | Armin Hansen 49 | Ike no Taiga 50 | Yoji Shinkawa 51 | -------------------------------------------------------------------------------- /wildcards/artist-black-white.txt: -------------------------------------------------------------------------------- 1 | Garry Winogrand 2 | Alvin Langdon Coburn 3 | Karl Blossfeldt 4 | Henri Cartier-Bresson 5 | Bruce Gilden 6 | Max Dupain 7 | Roger Ballen 8 | André Kertész 9 | Brett Weston 10 | Bill Brandt 11 | Herbert List 12 | Nathan Wirth 13 | Jeanloup Sieff 14 | August Sander 15 | Andre Kertesz 16 | Hugh Ferriss 17 | Paul Strand 18 | Antanas Sutkus 19 | Ando Fuchs 20 | Ruth Bernhard 21 | Kati Horna 22 | Sally Mann 23 | Dorothea Lange 24 | Edward Weston 25 | Germaine Krull 26 | Elliott Erwitt 27 | Cecil Beaton 28 | Edward Steichen 29 | Bert Hardy 30 | Anne Brigman 31 | Hervé Guibert 32 | John Stezaker 33 | Alfred Eisenstaedt 34 | Albert Servaes 35 | -------------------------------------------------------------------------------- /wildcards/artist-botanical.txt: -------------------------------------------------------------------------------- 1 | Marianne North 2 | Margaret Mee 3 | Elizabeth Blackwell 4 | Anne Pratt 5 | Pierre Jean Francois Turpin 6 | Georg Dionysius Ehret 7 | Sydney Parkinson 8 | Margaret Flockton 9 | Wendy Hollender 10 | Ferdinand Bauer 11 | Olivia Marie Braida-Chiusano 12 | Clarissa Munger Badger 13 | Jenny Brasier 14 | Giovanna Garzoni 15 | Walter Hood Fitch 16 | Alexander Marshal 17 | Lise Cloquet 18 | Pancrace Bessa 19 | Claude Aubriet 20 | Susannah Blaxill 21 | Arthur Harry Church 22 | Gillian Condy 23 | Emilie von Buttner 24 | Johanna Helena Herolt 25 | Elsie Louise Shaw 26 | Royal Charles Steadman 27 | Mary Daisy Arnold 28 | Margaret Warriner Buck 29 | Ellen Isham Schutt 30 | William Jackson Hooker 31 | -------------------------------------------------------------------------------- /wildcards/artist-c.txt: -------------------------------------------------------------------------------- 1 | Alain Laboile 2 | Julie Blackmon 3 | William-Adolphe Bouguereau 4 | Bapu 5 | Robert Irwin 6 | Cassius Marcellus Coolidge 7 | Dr. Seuss 8 | Henning Jakob Henrik Lund 9 | -------------------------------------------------------------------------------- /wildcards/artist-cartoon.txt: -------------------------------------------------------------------------------- 1 | Roy Lichtenstein 2 | Tatsuro Kiuchi 3 | Hiroshi Nagai 4 | Andy Kehoe 5 | Conrad Roset 6 | Victo Ngai 7 | Jeremiah Ketner 8 | Osamu Tezuka 9 | Milton Caniff 10 | Debbie Criswell 11 | Alice Pasquini 12 | Lisa Frank 13 | Guido Crepax 14 | Alberto Vargas 15 | Alena Aenami 16 | Maurice Sendak 17 | Harry Clarke 18 | Paul Lehr 19 | Butcher Billy 20 | W. Heath Robinson 21 | Albert Robida 22 | Al Williamson 23 | Philippe Druillet 24 | Anton Fadeev 25 | Abigail Larson 26 | Karel Thole 27 | Carl Larsson 28 | Henri De Toulouse Lautrec 29 | Ed Mell 30 | Rebecca Guay 31 | Dmitry Kustanovich 32 | Howard Chaykin 33 | M.W. Kaluta 34 | Peter Wileman 35 | Bernard Buffet 36 | E. H. Shepard 37 | Jeffrey Catherine Jones 38 | Laurie Greasley 39 | Gustaf Tenggren 40 | Terada Katsuya 41 | Jim Mahfood 42 | Carl Barks 43 | NHK Animation 44 | Cyril Rolando 45 | James Gilleard 46 | Gabriel Ba 47 | Barry Windsor Smith 48 | theCHAMBA 49 | Becky Cloonan 50 | Don Bluth 51 | Pixar Concept Artists 52 | Todd McFarlane 53 | Tomer Hanuka 54 | Peter De Seve 55 | Hanna-Barbera 56 | Ethan Van Sciver 57 | Bryan Hitch 58 | Charles Vess 59 | Josan Gonzalez 60 | Pixar 61 | Dustin Nguyen 62 | Harvey Kurtzman 63 | Kim Jung Gi 64 | Milo Manara 65 | Kaws 66 | Jack Kirby 67 | Dave McKean 68 | Siya Oum 69 | Mike Mignola 70 | Brian K. Vaughan 71 | Klaus Janson 72 | Chip Zdarsky 73 | Goro Fujita 74 | Will Eisner 75 | Ernie Barnes 76 | Ub Iwerks 77 | John Philip Falter 78 | Anna Dittmann 79 | Marc Davis 80 | Cory Loftis 81 | Alex Hirsch 82 | Tony DiTerlizzi 83 | Tex Avery 84 | Phil Jimenez 85 | Mike Deodato 86 | Casey Weldon 87 | Glen Keane 88 | Matt Fraction 89 | Dan Mumford 90 | Bart Sears 91 | Mike Mayhew 92 | Skottie Young 93 | -------------------------------------------------------------------------------- /wildcards/artist-concept.txt: -------------------------------------------------------------------------------- 1 | aaron beck 2 | alena aenami 3 | alex ross 4 | alphonse mucha 5 | anthony geoffroy 6 | armand serrano 7 | beeple 8 | cesar da silva 9 | chris appelhans 10 | christophe vacher 11 | conceptopolis 12 | cris velasco 13 | cătălin mitulescu 14 | dan mumford 15 | dave mccaig 16 | dave rapoza 17 | david mcleod 18 | donglu yu 19 | eric jordan 20 | florey 21 | ghoulish gary pullin 22 | greg rutkowski 23 | heather madden 24 | iain mccaig 25 | ian mcque 26 | jason edmiston 27 | jeff boyes 28 | jermaine rogers 29 | jin kim 30 | jock 31 | john j. park 32 | joshua m. smith 33 | justin erickson 34 | kaitlynn peavler 35 | katsumi nakamura 36 | kekai kotaki 37 | kevin tong 38 | koji watanabe 39 | lauren ys 40 | liam brazier 41 | marko djurdjevic 42 | matt dawson 43 | michael kutsche 44 | michel gagné 45 | mike mitchell 46 | mikko walamies 47 | olly moss 48 | peter chan 49 | petros afshar 50 | phantom city creative 51 | randy ortiz 52 | rob hodgson 53 | ryan church 54 | ryan putnam 55 | sana takeda 56 | scott derby 57 | serge birault 58 | simon stålenhag 59 | spoon-tamago 60 | stephan martiniere 61 | tara mcpherson 62 | tim lahan 63 | tom robinson 64 | yang liu -------------------------------------------------------------------------------- /wildcards/artist-director.txt: -------------------------------------------------------------------------------- 1 | alejandro jodorowsky 2 | ang lee 3 | bong joon-ho 4 | darren aronofsky 5 | david lynch 6 | gaspar noé 7 | guillermo del toro 8 | jean-pierre jeunet 9 | lars von trier 10 | paul thomas anderson 11 | pedro almodóvar 12 | quentin tarantino 13 | sofia coppola 14 | spike jonze 15 | takeshi kitano 16 | terry gilliam 17 | the coen brothers 18 | tim burton 19 | wes anderson 20 | zhang yimou -------------------------------------------------------------------------------- /wildcards/artist-fantasy.txt: -------------------------------------------------------------------------------- 1 | alan lee 2 | alan rickman 3 | alexander jansson 4 | alice x. zhang 5 | andy park 6 | brian froud 7 | cameron stewart 8 | carlos kafu bazan 9 | cory godbey 10 | dan dos santos 11 | david a. trampier 12 | david palumbo 13 | david ross 14 | feng zhu 15 | frank Frazetta 16 | gabriel rodriguez 17 | genevieve valentine 18 | george perez 19 | glenn fabry 20 | gregg booth 21 | ian miller 22 | j. h. williams iii 23 | j.r.r. tolkien 24 | james gurney 25 | james r. eads 26 | jim lee 27 | jim pavelec 28 | joe madureira 29 | john howe 30 | john j. joseph 31 | john picacio 32 | joseph m. scott 33 | ken kelly 34 | kevin spear 35 | lars grant-west 36 | luis royo 37 | mike kennedy 38 | mike mignola 39 | milton caniff 40 | p. craig russell 41 | paul chadwick 42 | peter de seve 43 | phil haley 44 | philip kennedy johnson 45 | ralph Mcquarrie 46 | roger dean 47 | steve goad 48 | timothy dodd 49 | todd lockwood 50 | trevor goring 51 | tyler kenney 52 | wayne reynolds 53 | william Stout 54 | zdzislaw beksinski 55 | zoltán boros -------------------------------------------------------------------------------- /wildcards/artist-fareast.txt: -------------------------------------------------------------------------------- 1 | Hishida Shunsō 2 | Nobuyoshi Araki 3 | Henry Justice Ford 4 | Zhang Kechun 5 | Naoto Hattori 6 | Hidari Jingorō 7 | Naomi Okubo 8 | Huang Tingjian 9 | Chizuko Yoshida 10 | Ayako Rokkaku 11 | Ogawa Kazumasa 12 | Gu Kaizhi 13 | Android Jones 14 | Gusukuma Seihō 15 | Hisui Sugiura 16 | Ian Miller 17 | Byeon Sang-byeok 18 | Guo Pei 19 | Hiroyuki Tajima 20 | Inoue Naohisa 21 | Hiromitsu Takahashi 22 | Cheng Zhengkui 23 | Tadao Ando 24 | Gao Fenghan 25 | Yasutomo Oka 26 | An Zhengwen 27 | Fenghua Zhong 28 | Hasegawa Settan 29 | Ai Yazawa 30 | Amanda Sage 31 | Hu Zaobin 32 | Yoshitaka Amano 33 | Hideyuki Kikuchi 34 | Gao Xiang 35 | Byron Galvez 36 | Sou Fujimoto 37 | Shin Jeongho 38 | Guan Daosheng 39 | Fuyuko Matsui 40 | Qian Xuan 41 | Aguri Uchida 42 | Huang Guangjian 43 | Sangyeob Park 44 | Cheng Jiasui 45 | Huang Ji 46 | Gao Qipei 47 | Du Qiong 48 | Toshiharu Mizutani 49 | Alice Mason 50 | Cui Zizhong 51 | Cao Zhibai 52 | Huang Gongwang 53 | Chen Hong 54 | Ni Chuanjing 55 | Ching Yeh 56 | Dain Yoon 57 | Hu Jieqing 58 | Josh Kao 59 | Chen Jiru 60 | tokyogenso 61 | Fang Congyi 62 | Huang Ding 63 | Bernat Sanjuan 64 | Chen Lin 65 | Choi Buk 66 | Gu Hongzhong 67 | Fei Danxu 68 | Dai Jin 69 | Charles Martin 70 | Susan Luo 71 | Ai Xuan 72 | Angela Sung 73 | Dong Yuan 74 | -------------------------------------------------------------------------------- /wildcards/artist-horror.txt: -------------------------------------------------------------------------------- 1 | adam kraft 2 | alan lee 3 | alan rickman 4 | alex horley 5 | alex ross 6 | alexander jansson 7 | andy park 8 | barnaby ward 9 | benjamin carre 10 | brian froud 11 | bryan hitch 12 | cameron stewart 13 | carlos kafu bazan 14 | cory godbey 15 | dan dos santos 16 | david a. trampier 17 | david palumbo 18 | david ross 19 | feng zhu 20 | frank Frazetta 21 | gabriel rodriguez 22 | genevieve valentine 23 | george perez 24 | glenn fabry 25 | gregg booth 26 | ian miller 27 | j. h. williams iii 28 | james gurney 29 | james r. eads 30 | jim lee 31 | jim pavelec 32 | joe madureira 33 | john howe 34 | john j. joseph 35 | john picacio 36 | joseph m. scott 37 | ken kelly 38 | kevin spear 39 | lars grant-west 40 | luis royo 41 | mike kennedy 42 | mike mignola 43 | milton caniff 44 | p. craig russell 45 | paul chadwick 46 | peter de seve 47 | phil haley 48 | philip kennedy johnson 49 | ralph Mcquarrie 50 | roger dean 51 | steve goad 52 | timothy dodd 53 | todd lockwood 54 | trevor goring 55 | tyler kenney 56 | wayne reynolds 57 | william Stout 58 | zdzislaw beksinski 59 | zoltán boros -------------------------------------------------------------------------------- /wildcards/artist-n.txt: -------------------------------------------------------------------------------- 1 | Howardena Pindell 2 | Mati Klarwein 3 | Barkley L. Hendricks 4 | Carrie Mae Weems 5 | Barkley Hendricks 6 | Yinka Shonibare 7 | Zanele Muholi 8 | Kehinde Wiley 9 | RETNA (Marquis Lewis) 10 | Wangechi Mutu 11 | Kadir Nelson 12 | Amadou Opa Bathily 13 | Juliana Huxtable 14 | Chinwe Chukwuogo-Roy 15 | Teophilus Tetteh 16 | Bruce Onobrakpeya 17 | -------------------------------------------------------------------------------- /wildcards/artist-nudity.txt: -------------------------------------------------------------------------------- 1 | Joseph Cornell 2 | Fernando Botero 3 | William Etty 4 | Shohei Otomo 5 | Gustav Klimt 6 | Bonnard Pierre 7 | Nicola Samori 8 | Hermenegildo Anglada Camarasa 9 | Ferdinand Hodler 10 | Roberto Ferri 11 | Affandi 12 | Francesco del Cossa 13 | Anne-Louis Girodet 14 | Albert Bloch 15 | Ernst Fuchs 16 | Aron Wiesenfeld 17 | Neil Welliver 18 | Hans Bellmer 19 | Emil Alzamora 20 | Arnold Franz Brasz 21 | Benjamin Marra 22 | Roger Dean 23 | Fernand Khnopff 24 | Carlo Galli Bibiena 25 | Raymond Duchamp-Villon 26 | Alex Grey 27 | Saturno Butto 28 | Lucian Freud 29 | Dali 30 | Gao Cen 31 | Maginel Wright Enright Barney 32 | Hajime Sorayama 33 | Yasushi Nirasawa 34 | Frank Frazetta 35 | Henry Moore 36 | Albert Benois 37 | Howard Chandler Christy 38 | Henri Biva 39 | Béla Iványi-Grünwald 40 | Ron Mueck 41 | Edward Corbett 42 | Eugeniusz Żak 43 | Aleksander Orłowski 44 | Richard Hamilton 45 | Alfred Kelsner 46 | Albert Bertelsen 47 | -------------------------------------------------------------------------------- /wildcards/artist-photographer.txt: -------------------------------------------------------------------------------- 1 | alfred stieglitz 2 | ansel adams 3 | august sander 4 | cindy sherman 5 | diane arbus 6 | edward weston 7 | garry winogrand 8 | helmut newton 9 | henri cartier-bresson 10 | irving penn 11 | joel meyerowitz 12 | lee friedlander 13 | martin parr 14 | massimo vitali 15 | nan goldin 16 | richard avedon 17 | robert capa 18 | tim walker 19 | walker evans 20 | yousuf karsh -------------------------------------------------------------------------------- /wildcards/artist-scifi.txt: -------------------------------------------------------------------------------- 1 | akira yoshizawa 2 | alan baxter 3 | alex ross 4 | alexandru patatics 5 | andreas rossberg 6 | andy park 7 | anthony frewin 8 | barnaby ward 9 | benjamin carre 10 | brian froud 11 | bryan hitch 12 | carlo pagulayan 13 | chris foss 14 | chris moore 15 | claudio aboy 16 | dan dos santos 17 | dan mumford 18 | dave rapoza 19 | david a. trampier 20 | david palumbo 21 | david ross 22 | david s. goyer 23 | david wenzel 24 | dean kotz 25 | feng zhu 26 | frank frazetta 27 | george pérez 28 | glenn fabry 29 | ian miller 30 | j. h. williams iii 31 | james gurney 32 | james r. eads 33 | jeff vandermeer 34 | jim burns 35 | jim lee 36 | john berkey 37 | john k. snider 38 | joseph m. scott 39 | ken kelly 40 | mike kennedy 41 | mike mignola 42 | milton caniff 43 | paul chadwick 44 | paul gulacy 45 | peter de seve 46 | phil haley 47 | philip kennedy johnson 48 | ralph mcquarrie 49 | roger dean 50 | steve goad 51 | timothy dodd 52 | tommy lee edwards 53 | trevor goring 54 | tyler kenney 55 | william stout 56 | zdzislaw beksinski 57 | zoltán boros -------------------------------------------------------------------------------- /wildcards/artist-special.txt: -------------------------------------------------------------------------------- 1 | Alphonse Mucha 2 | Daniela Uhlig 3 | Liam Wong 4 | Ismail Inceoglu 5 | Alfonse Mucha 6 | Christopher Balaskas 7 | Simon Stalenhag 8 | Thomas W Schaller 9 | Edward Hopper 10 | Andy Fairhurst 11 | Joe Madureira 12 | Taiyō Matsumoto 13 | Charlie Bowater 14 | Jessica Rossier 15 | Krenz Cushart 16 | Akihiko Yoshida 17 | Bastien L. Deharme 18 | Ilya Kuvshinov 19 | Greg Rutkowski 20 | Evgeny Lushpin 21 | Andre Kohn 22 | Ruan Jia 23 | Alejandro Burdisio 24 | Ross Tran 25 | Andreas Rocha 26 | Grzegorz Rutkowski 27 | Craig Davison 28 | -------------------------------------------------------------------------------- /wildcards/artist-surreal.txt: -------------------------------------------------------------------------------- 1 | Art et Liberte 2 | Aase Berg 3 | Yutaka Bito 4 | Bodo 5 | Victor Brauner 6 | Emmy Bridgwater 7 | Robert Campbell 8 | Giorgio de Chirico 9 | William Copley 10 | Joao Artur da Silva 11 | Elba Damast 12 | Paul Delvaux 13 | Karina Eibatova 14 | Harold Elliott 15 | Max Ernst 16 | Ewa Juszkiewicz 17 | Agustin Fernandez 18 | Ichiro Fukuzawa 19 | Abdel Hadi Al Gazzar 20 | Emma Geary 21 | Alberto Giacometti 22 | Arshile Gorky 23 | Jane Graverol 24 | Henriette Grindat 25 | Moosa Al Halyan 26 | Irene Hamoir 27 | Gilberto Hernandez Ortega 28 | Kati Horna 29 | Tetsuya Ishida 30 | Alpo Jaakola 31 | Frida Kahlo 32 | Ida Kar 33 | Yuki Katsura 34 | Hiroshi Katsuragawa 35 | Rita Kernn-Larsen 36 | Greta Knutson 37 | Harue Koga 38 | Wifredo Lam 39 | Rene Magritte 40 | Joyce Mansour 41 | Roberto Matta 42 | Lise Mayer 43 | Emila Medkova 44 | Ahmed Morsi 45 | Polly Nor 46 | Meret Oppenheim 47 | Olga Orozco 48 | Kiyoji Otsuji 49 | Wolfgang Paalen 50 | Ihor Podolchak 51 | Joyce Reopel 52 | Aminollah Rezaei 53 | Guia Risari 54 | Erna Rosenstein 55 | Pablo Runyan 56 | Xanti Schawinsky 57 | Eva Svankmajerova 58 | Alina Szapocznikow 59 | Enrique Tabara 60 | Dorothea Tanning 61 | Herve Telemaque 62 | Blanca Varela 63 | Rinat Voligamsi 64 | Kikuji Yamashita 65 | Ramses Younan 66 | Haifa Zangana 67 | Nele Zirnite 68 | Unica Zurn 69 | -------------------------------------------------------------------------------- /wildcards/artist-ukioe.txt: -------------------------------------------------------------------------------- 1 | Hiroshige 2 | Katsushika Hokusai 3 | Utagawa Hiroshige 4 | Kawanabe Kyōsai 5 | Hokusai 6 | Kitagawa Utamaro 7 | Hanabusa Itchō II 8 | Kunisada 9 | Hasui Kawase 10 | Yasuo Kuniyoshi 11 | Takato Yamamoto 12 | Ohara Koson 13 | Hishikawa Moronobu 14 | Goyō Hashiguchi 15 | Emperor Huizong of Song 16 | Hiroshi Yoshida 17 | Uemura Shoen 18 | Chen Hongshou 19 | Fujiwara Takanobu 20 | Abdur Rahman Chughtai 21 | Hanabusa Itchō 22 | -------------------------------------------------------------------------------- /wildcards/artist-weird.txt: -------------------------------------------------------------------------------- 1 | Peter Max 2 | Keith Haring 3 | Alma Thomas 4 | Eduardo Kobra 5 | Roz Chast 6 | Yayoi Kusama 7 | Takashi Murakami 8 | Brandon Mably 9 | Rebecca Louise Law 10 | OSGEMEOS 11 | Jaume Plensa 12 | Stephen Gammell 13 | Claude Cahun 14 | Emily Kame Kngwarreye 15 | Bruno Munari 16 | David Bowie 17 | Artur Bordalo 18 | Remedios Varo 19 | Isaac Cordal 20 | Hikari Shimoda 21 | Anne Packard 22 | Judy Chicago 23 | Carne Griffiths 24 | H. R. Giger 25 | Frank Auerbach 26 | -------------------------------------------------------------------------------- /wildcards/aspect-ratio.txt: -------------------------------------------------------------------------------- 1 | 4:3 aspect ratio 2 | 5:4 aspect ratio 3 | 2:1 aspect ratio 4 | 1.33:1 aspect ratio 5 | 16:9 aspect ratio 6 | 1.85:1 aspect ratio 7 | 2.39:1 anamorphic aspect ratio 8 | 2.76:1 (70mm) aspect ratio 9 | 1.37:1 (Academy) aspect ratio 10 | 2.59:1 (Cinerama) aspect ratio 11 | 2.65:1 (Cinerama) aspect ratio 12 | 2.35:1 (Cinemascope) aspect ratio 13 | 2.66:1 (Cinemascope) aspect ratio 14 | -------------------------------------------------------------------------------- /wildcards/background-color.txt: -------------------------------------------------------------------------------- 1 | aqua background 2 | beige background 3 | black background 4 | blue background 5 | brown background 6 | green background 7 | grey background 8 | lavender background 9 | orange background 10 | pink background 11 | purple background 12 | red background 13 | sepia background 14 | tan background 15 | white background 16 | yellow background 17 | gradient background 18 | multicolored background 19 | rainbow background 20 | heaven condition 21 | two-tone background 22 | argyle background 23 | checkered background 24 | food-themed background 25 | halftone background 26 | honeycomb background 27 | paw print background 28 | plaid background 29 | polka dot background 30 | simple background 31 | snowflake background 32 | spiral background 33 | strawberry background 34 | striped background 35 | sunburst background 36 | background text 37 | backlighting 38 | blending 39 | blurry background 40 | card background 41 | chibi inset 42 | drama layer 43 | fiery background 44 | flag background 45 | floral background 46 | fruit background 47 | heart background 48 | imageboard colors 49 | lace background 50 | mosaic background 51 | paneled background 52 | photo background 53 | projected inset 54 | simple background 55 | starry background 56 | transparent background 57 | zoom layer -------------------------------------------------------------------------------- /wildcards/background.txt: -------------------------------------------------------------------------------- 1 | cosmic 2 | simple 3 | classroom 4 | jungle 5 | forest 6 | space 7 | city 8 | lake 9 | ocean 10 | beach 11 | ship 12 | gradient 13 | office 14 | factory 15 | roman city 16 | medieval village 17 | fantasy city 18 | cyberpunk city 19 | war 20 | fire 21 | kitchen 22 | bathroom 23 | bedroom 24 | dungeon 25 | prison 26 | valley 27 | field of flowers 28 | field of wheat 29 | Alphonse Mucha 30 | swimming pool 31 | mountain 32 | desert 33 | vatican city 34 | jewish temple 35 | colosseum 36 | space station 37 | lunar base 38 | cave 39 | slums 40 | sunset 41 | infernal palace 42 | frozen lakeside 43 | winter 44 | bouncy castle 45 | chicken coop 46 | hen house 47 | autumn 48 | fall 49 | summer 50 | spring 51 | airport 52 | barn 53 | farm 54 | library 55 | haunted library 56 | camp 57 | capitol building 58 | corn maze 59 | night sky 60 | moon 61 | gothic 62 | alleyway 63 | court 64 | ramen shop 65 | pagoda 66 | wrestling ring 67 | mushroom forest -------------------------------------------------------------------------------- /wildcards/bangs.txt: -------------------------------------------------------------------------------- 1 | asymmetrical bangs 2 | asymmetrical fringe 3 | baby bangs 4 | bangs 5 | blunt bangs 6 | curtain bangs 7 | feather bangs 8 | fringed bangs 9 | full bangs 10 | hair between eyes 11 | hair intakes 12 | hair over eyes 13 | hair over one eye 14 | heavy fringe 15 | long bangs 16 | long fringe 17 | micro bangs 18 | parted bangs 19 | round fringe 20 | short bangs 21 | short fringe 22 | side-swept bangs 23 | side-swept fringe 24 | sidelocks 25 | single hair intake 26 | straight-across bangs 27 | straight-across fringe 28 | swept bangs 29 | textured bangs 30 | thin fringe 31 | widow's peak 32 | wispy bangs -------------------------------------------------------------------------------- /wildcards/belt.txt: -------------------------------------------------------------------------------- 1 | army belt 2 | belt 3 | belt buckle 4 | boxing belt 5 | bronze belt 6 | camera belt 7 | canvas belt 8 | casual belt 9 | climbing belt 10 | cummerbund 11 | diamond belt 12 | dress belt 13 | fashion belt 14 | formal belt 15 | garter belt 16 | gold belt 17 | guitar strap belt 18 | gun belt 19 | hiking belt 20 | jeans belt 21 | leather belt 22 | military belt 23 | military web belt 24 | money belt 25 | platinum belt 26 | ratchet belt 27 | reversible belt 28 | scuba diving belt 29 | silver belt 30 | skateboard belt 31 | sport belt 32 | suspenders belt 33 | travel belt 34 | trouser belt 35 | waist belt 36 | web belt 37 | webbed belt 38 | work belt 39 | woven belt 40 | wrestling belt -------------------------------------------------------------------------------- /wildcards/biome.txt: -------------------------------------------------------------------------------- 1 | alpine 2 | alpine desert 3 | alpine mountain 4 | arctic 5 | arctic alpine tundra 6 | arctic desert 7 | arctic forest 8 | arctic grassland 9 | arctic mountain 10 | arctic ocean 11 | arctic tundra 12 | arid desert 13 | boreal 14 | boreal desert 15 | boreal forest 16 | boreal jungle 17 | boreal mountain 18 | boreal ocean 19 | boreal savanna 20 | boreal steppe 21 | boreal swamp 22 | coastal desert 23 | cold desert 24 | desert 25 | desert mountain 26 | forest 27 | grassland 28 | hot desert 29 | jungle 30 | mountain 31 | mountain desert 32 | ocean 33 | ocean desert 34 | polar 35 | polar alpine tundra 36 | polar desert 37 | polar forest 38 | polar grassland 39 | polar ice cap 40 | polar mountain 41 | polar ocean 42 | polar tundra 43 | rainforest 44 | savanna 45 | semi-arid desert 46 | steppe 47 | subtropical desert 48 | swamp 49 | temperate 50 | temperate alpine tundra 51 | temperate coniferous forest 52 | temperate deciduous forest 53 | temperate desert 54 | temperate forest 55 | temperate grassland 56 | temperate jungle 57 | temperate mixed forest 58 | temperate mountain 59 | temperate ocean 60 | temperate rainforest 61 | temperate savanna 62 | temperate steppe 63 | temperate swamp 64 | tropical 65 | tropical desert 66 | tropical dry forest 67 | tropical forest 68 | tropical grassland 69 | tropical jungle 70 | tropical moist forest 71 | tropical mountain 72 | tropical ocean 73 | tropical rain forest 74 | tropical rainforest 75 | tropical savanna 76 | tropical seasonal forest 77 | tropical steppe 78 | tropical swamp 79 | tundra 80 | volcanic -------------------------------------------------------------------------------- /wildcards/blonde.txt: -------------------------------------------------------------------------------- 1 | ash blonde 2 | beige blonde 3 | blonde highlights 4 | butterscotch blonde 5 | champagne blonde 6 | dirty blonde 7 | golden blonde 8 | honey blonde 9 | light ash blonde 10 | light blonde 11 | platinum blonde 12 | sandy blonde 13 | vanilla blonde 14 | warm blonde 15 | white blonde -------------------------------------------------------------------------------- /wildcards/body-fit.txt: -------------------------------------------------------------------------------- 1 | active 2 | athletic 3 | beefy 4 | brawny 5 | built 6 | bullish 7 | bullnecked 8 | burly 9 | defined 10 | dense 11 | developed 12 | durable 13 | firm 14 | fit 15 | hale 16 | hard 17 | hardy 18 | healthy 19 | Herculean 20 | hulking 21 | hunky 22 | husky 23 | in shape 24 | limber 25 | lusty 26 | meaty 27 | mesomorphic 28 | mighty 29 | muscle-bound 30 | muscular 31 | nimble 32 | pliant 33 | powerful 34 | powerfully built 35 | resilient 36 | ripped 37 | robust 38 | rugged 39 | shipshape 40 | shredded 41 | sinewy 42 | solid 43 | sound 44 | strapping 45 | strong 46 | sturdy 47 | substantial 48 | supple 49 | taut 50 | toned 51 | tough 52 | vigorous 53 | well-built 54 | -------------------------------------------------------------------------------- /wildcards/body-framing.txt: -------------------------------------------------------------------------------- 1 | close-up 2 | cowboy shot 3 | cropped arms 4 | cropped legs 5 | cropped shoulders 6 | cropped torso 7 | cut-in 8 | face 9 | feet out of frame 10 | full body 11 | group profile 12 | head out of frame 13 | lower body 14 | portrait 15 | profile 16 | upper body 17 | very wide shot 18 | wide shot -------------------------------------------------------------------------------- /wildcards/body-heavy.txt: -------------------------------------------------------------------------------- 1 | ample 2 | baggy 3 | baggy-figured 4 | beer-bellied 5 | big-bellied 6 | big-boned 7 | bloated 8 | blubbery 9 | broad 10 | bulging 11 | bulky 12 | chubby 13 | chunky 14 | corpulent 15 | cumbersome 16 | curvaceous 17 | dimpled 18 | doughy 19 | dumpy 20 | elephantine 21 | fat 22 | fatso 23 | flabby 24 | fleshy 25 | full-figured 26 | generously padded 27 | generously proportioned 28 | gross 29 | heavily built 30 | heavy 31 | heavy-set 32 | hefty 33 | Humpty Dumptyish 34 | large 35 | large-boned 36 | matronly 37 | obese 38 | overheavy 39 | overweight 40 | paunchy 41 | plump 42 | podgy 43 | ponderous 44 | porky 45 | portly 46 | potbellied 47 | pudgy 48 | puffy 49 | roly-poly 50 | sloppy 51 | squat 52 | stocky 53 | stout 54 | sumoesque 55 | swollen 56 | thick 57 | thickset 58 | tubby 59 | ungainly 60 | unwieldly 61 | weighty 62 | well-fed 63 | well-padded 64 | well-rounded 65 | wide 66 | -------------------------------------------------------------------------------- /wildcards/body-light.txt: -------------------------------------------------------------------------------- 1 | aerodynamic 2 | angular 3 | beanstalk 4 | bony 5 | delicate 6 | fine-boned 7 | gangly 8 | lank 9 | lanky 10 | lean 11 | lissome 12 | lithe 13 | meager of body 14 | narrow 15 | rawboned 16 | scraggy 17 | scrawny 18 | sinuous 19 | skeletal 20 | skin-and-bone 21 | skinny 22 | sleek 23 | slender 24 | slight 25 | slightly-built 26 | slim 27 | small-boned 28 | spare 29 | spindly 30 | spiny 31 | streamlined 32 | stringy 33 | svelte 34 | sylphlike 35 | thin 36 | trim 37 | underdeveloped 38 | underweight 39 | waif-like 40 | willowy 41 | wiry 42 | wispy 43 | -------------------------------------------------------------------------------- /wildcards/body-poor.txt: -------------------------------------------------------------------------------- 1 | ailing 2 | anorexic 3 | atrophied 4 | battered 5 | beat-up 6 | brittle 7 | broken 8 | bruised 9 | burnt 10 | cadaverous 11 | careworn 12 | crippled 13 | crooked 14 | crumbling 15 | decomposed 16 | decrepit 17 | deformed 18 | degenerating 19 | deteriorating 20 | dilapidated 21 | emaciated 22 | etiolated 23 | feeble 24 | feverish 25 | flimsy 26 | fragile 27 | frail 28 | frangible 29 | gaunt 30 | haggard 31 | half-starved 32 | infirm 33 | insubstantial 34 | lethargic 35 | maimed 36 | malnourished 37 | mangled 38 | neglected 39 | out-of-shape 40 | puny 41 | ramshackle 42 | rickety 43 | ropy 44 | rotting 45 | runty 46 | scalded 47 | sickly 48 | starved 49 | underfed 50 | undernourished 51 | vulnerable 52 | wasted 53 | weak 54 | weedy 55 | withered 56 | worn-out 57 | -------------------------------------------------------------------------------- /wildcards/body-shape.txt: -------------------------------------------------------------------------------- 1 | fat 2 | fit 3 | elegant 4 | slender 5 | burly 6 | bulky 7 | thin 8 | chubby 9 | lanky 10 | skinny 11 | buff 12 | ripped 13 | rough 14 | -------------------------------------------------------------------------------- /wildcards/body-shape2.txt: -------------------------------------------------------------------------------- 1 | barrel-chested 2 | barrelesque 3 | blocky 4 | boobylicious 5 | bootylicious 6 | broad-shouldered 7 | bulbous 8 | cylindrical 9 | ectomorphic 10 | endomorphic 11 | flat 12 | hourglass-shaped 13 | inverted-triangular 14 | limp 15 | mesomorphic 16 | pear-shaped 17 | pumpkinesque 18 | pyramidal 19 | rectangular 20 | rotund 21 | round 22 | serpentine 23 | shapeless 24 | shapely 25 | small-waisted 26 | spherical 27 | spidery 28 | square 29 | thick-waisted 30 | top-heavy 31 | triangular 32 | wasp-waisted 33 | -------------------------------------------------------------------------------- /wildcards/body-short.txt: -------------------------------------------------------------------------------- 1 | belly-button-high 2 | bijou 3 | compact 4 | dainty 5 | diminutive 6 | dwarfish 7 | eensy 8 | elfin 9 | gnomish 10 | itsy-bitsy 11 | itty-bitty 12 | knee-high 13 | knee-high to a wastebasket 14 | knee-high to a pygmy 15 | Lilliputian 16 | little 17 | low-slung 18 | midget 19 | mini 20 | miniature 21 | packed-down 22 | peewee 23 | petite 24 | pint-sized 25 | pocket-sized 26 | puny 27 | pygmy 28 | runty 29 | sawed-off 30 | shoulder-high 31 | shrimpy 32 | shriveled 33 | shrunken 34 | small 35 | small in stature 36 | small-scale 37 | stubby 38 | stunted 39 | teeny 40 | teeny-weeny 41 | tiny 42 | undersized 43 | vertically challenged 44 | waist-high 45 | wee 46 | -------------------------------------------------------------------------------- /wildcards/body-tall.txt: -------------------------------------------------------------------------------- 1 | big 2 | biggish 3 | colossal 4 | gangling 5 | gargantuan 6 | giant 7 | gigantic 8 | ginormous 9 | Goliath 10 | huge 11 | humongous 12 | immense 13 | jumbo 14 | king-sized 15 | large 16 | leggy 17 | lofty 18 | longish 19 | long-shanked 20 | mammoth 21 | massive 22 | mountain-high 23 | of great stature 24 | rangy 25 | redwood-high 26 | sizable 27 | sky-high 28 | skyscraperesque 29 | statuesque 30 | stripper-pole-ific 31 | towering 32 | whopping 33 | -------------------------------------------------------------------------------- /wildcards/braid.txt: -------------------------------------------------------------------------------- 1 | box braids 2 | cornrows 3 | crown braid 4 | dutch braid 5 | dutch fishtail braid 6 | fishtail braid 7 | fishtail crown braid 8 | five-strand braid 9 | four-strand braid 10 | french braid 11 | french dutch braid 12 | french fishtail braid 13 | french waterfall braid 14 | half-up half-down braid 15 | halo braid 16 | headband braid 17 | herringbone braid 18 | inverted braid 19 | lace braid 20 | ladder braid 21 | mermaid braid 22 | milk-and-honey braid 23 | milkmaid braid 24 | pigtail braids 25 | pineapple braid 26 | pull-through braid 27 | reverse braid 28 | reverse french braid 29 | ribbon braid 30 | rope braid 31 | s-shaped braid 32 | sculptural braid 33 | seductive side braid 34 | shoelace braid 35 | side braid 36 | side-swept braid 37 | side-twist braid 38 | six-strand braid 39 | spike braid 40 | stacked braid 41 | staircase braid 42 | star braid 43 | surf braid 44 | three-strand braid 45 | tied-up braid 46 | twist braid 47 | two-strand twist 48 | waterfall braid -------------------------------------------------------------------------------- /wildcards/camera-manu.txt: -------------------------------------------------------------------------------- 1 | Canon 2 | Nikon 3 | Sony 4 | Fujifilm 5 | Olympus 6 | Panasonic 7 | Pentax 8 | Leica 9 | Hasselblad 10 | Kodak 11 | -------------------------------------------------------------------------------- /wildcards/camera.txt: -------------------------------------------------------------------------------- 1 | Canon EOS Rebel T7 DSLR Camera 2 | Sony a7 IV Mirrorless Camera 3 | Canon EOS R6 Mirrorless Camera 4 | Canon EOS 5D Mark IV DSLR Camera 5 | Sony a6600 Mirrorless Camera 6 | Canon EOS Rebel T7 DSLR Camera 7 | Canon EOS R6 Mirrorless Camera 8 | Canon EOS 5D Mark IV DSLR Camera 9 | Canon EOS RP Mirrorless Camera 10 | Canon EOS Rebel T8i DSLR Camera 11 | Canon EOS R5 Mirrorless Camera 12 | Canon EOS R Mirrorless Camera 13 | Canon EOS M6 Mark II Mirrorless Camera 14 | Canon EOS M50 Mark II Mirrorless Camera 15 | Canon EOS 90D DSLR Camera 16 | Sony a7 IV Mirrorless Camera 17 | Sony a6600 Mirrorless Camera 18 | Sony a7 III Mirrorless Camera 19 | Sony a6400 Mirrorless Camera 20 | Sony a7R IV Mirrorless Camera 21 | Sony a7S III Mirrorless Camera 22 | Sony ZV-E10 Mirrorless Camera 23 | Sony a9 II Mirrorless Camera 24 | Sony a7C Mirrorless Camera 25 | Sony a6100 Mirrorless Camera 26 | Nikon Z6 II Mirrorless Camera 27 | Nikon Z7 II Mirrorless Camera 28 | Nikon D3500 DSLR Camera 29 | Nikon D850 DSLR Camera 30 | Nikon Z fc Mirrorless Camera 31 | Nikon D7500 DSLR Camera 32 | Nikon Z5 Mirrorless Camera 33 | Fujifilm X-H2S Mirrorless Camera 34 | Fujifilm X-T30 II Mirrorless Camera 35 | Panasonic Lumix G7 Mirrorless Camera 36 | Fujifilm X-S10 Mirrorless Camera 37 | Panasonic Lumix GH6 Mirrorless Camera 38 | Fujifilm X-T4 Mirrorless Camera 39 | Panasonic Lumix GH5 II Mirrorless Camera 40 | Vest Pocket Autographic Kodak Camera 41 | Kodak 616 Junior Camera 42 | Kodak 35 Camera 43 | Kodak PIXPRO FZ43 16MP Digital Camera 44 | Kodak PIXPRO AZ252 16.15MP Digital Camera 45 | Kodak PIXPRO FZ152 16MP Digital Camera 46 | Kodak PIXPRO AZ241 16.15MP Digital Camera 47 | Kodak PIXPRO AZ401 16MP Digital Camera 48 | Kodak Smile 10MP Digital Camera 49 | Yashica T4 Camera 50 | Konica Hexar AF Camera 51 | Nikon L35AF Camera 52 | Olympus XA2 Camera 53 | Olympus OM-1 Camera 54 | Nikon F2 Camera 55 | Nikon FE Camera 56 | Pentax 67 Camera 57 | Pentax K1000 Camera 58 | Canon AE-1 Camera 59 | Canon A2/A2e Camera 60 | Plaubel Makina W67 Camera 61 | Lubitel 2 62 | Kodak No 3A Folding Pocket Camera 63 | Canon G III QL17 Camera 64 | Polaroid SX-70 Alpha Camera 65 | Graflex Century Graphic 2×3 Camera 66 | Pentacon Six TL Camera 67 | Zenza Bronica ETRSi Camera 68 | Hasselblad 500C Camera 69 | Contax G1/G2 Camera 70 | Leica M3 Double Stroke Camera 71 | Leica M6 Camera 72 | Horseman 4×5 (45HD) Camera 73 | Mamiya 7 II Camera 74 | -------------------------------------------------------------------------------- /wildcards/cat.txt: -------------------------------------------------------------------------------- 1 | american bobtail 2 | american curl 3 | american shorthair 4 | american wirehair 5 | balinese 6 | bengal 7 | birman 8 | bombay 9 | british shorthair 10 | burmese 11 | chartreux 12 | colorpoint shorthair 13 | cornish rex 14 | devon rex 15 | egyptian mau 16 | european burmese 17 | exotic 18 | havana brown 19 | japanese bobtail 20 | javanese 21 | korat 22 | laPerm 23 | maine coon 24 | manx 25 | norwegian forest cat 26 | ocicat 27 | oriental 28 | persian 29 | ragamuffin 30 | ragdoll 31 | russian blue 32 | scottish fold 33 | selkirk rex 34 | siamese 35 | siberian 36 | singapura 37 | sphynx 38 | tiffanie 39 | tonkinese 40 | turkish angora 41 | turkish van -------------------------------------------------------------------------------- /wildcards/choker.txt: -------------------------------------------------------------------------------- 1 | __color__ choker 2 | anchor choker 3 | bow choker 4 | cross choker 5 | frilled choker 6 | fur choker 7 | gold choker 8 | heart choker 9 | lace choker 10 | lace-trimmed choker 11 | o-ring choker 12 | pendant choker 13 | spiked choker 14 | star choker 15 | striped choker 16 | studded choker 17 | ribbon choker -------------------------------------------------------------------------------- /wildcards/civilization.txt: -------------------------------------------------------------------------------- 1 | aetherius civilization 2 | agartha civilization 3 | asgard civilization 4 | assyrian civilization 5 | atlantis civilization 6 | avalon civilization 7 | aztec civilization 8 | babylon civilization 9 | babylonian civilization 10 | camelot civilization 11 | carthaginian civilization 12 | chinese civilization 13 | dystopia civilization 14 | eden civilization 15 | egyptian civilization 16 | el dorado civilization 17 | elysium civilization 18 | gondwanaland civilization 19 | greek civilization 20 | gupta empire 21 | helheim civilization 22 | hittite civilization 23 | hyperborea civilization 24 | hyperion civilization 25 | inca civilization 26 | indus valley civilization 27 | jotunheim civilization 28 | khem civilization 29 | kronos civilization 30 | lemnos civilization 31 | lemuria civilization 32 | lilith civilization 33 | maurya empire 34 | mayan civilization 35 | mesopotamian civilization 36 | minoan civilization 37 | mongol empire 38 | mu civilization 39 | mycenaean civilization 40 | niflheim civilization 41 | nirn civilization 42 | nirvana civilization 43 | olmec civilization 44 | persian empire 45 | phoenician civilization 46 | roman civilization 47 | shambhala civilization 48 | svartalfheim civilization 49 | thule civilization 50 | utopia civilization 51 | xanadu civilization 52 | zion civilization 53 | zothique civilization -------------------------------------------------------------------------------- /wildcards/clothing-female.txt: -------------------------------------------------------------------------------- 1 | activewear 2 | beachwear 3 | beaded 4 | business attire 5 | cashmere 6 | casual wear 7 | cocktail dress 8 | couture 9 | custom-made 10 | designer wear 11 | embroidered 12 | evening gown 13 | formal wear 14 | haute couture 15 | haute couture garments 16 | intimates 17 | jeans 18 | jumpsuit 19 | leggings 20 | lingerie 21 | loungewear 22 | luxury clothing 23 | luxury fabrics 24 | luxury fashion 25 | maternity wear 26 | maxi dress 27 | mini dress 28 | nightwear 29 | organza 30 | outerwear 31 | overalls 32 | pajamas 33 | pants 34 | prom dress 35 | romper 36 | runway fashion 37 | satin 38 | sequined 39 | shorts 40 | silk 41 | skirt 42 | sleepwear 43 | sneakers 44 | suit 45 | sweater 46 | sweatshirt 47 | swimwear 48 | t-shirt 49 | tailored 50 | top 51 | tracksuit 52 | trousers 53 | tulle 54 | velvet 55 | workwear -------------------------------------------------------------------------------- /wildcards/clothing-male.txt: -------------------------------------------------------------------------------- 1 | athletic wear 2 | bermuda shorts 3 | blazer 4 | bomber jacket 5 | button-up shirt 6 | cardigan 7 | cargo pants 8 | chinos 9 | coat 10 | crew neck t-shirt 11 | crewneck 12 | denim jacket 13 | denim jeans 14 | denim shirt 15 | dress shirt 16 | dress shorts 17 | flannel shirt 18 | gym shorts 19 | henley 20 | hoodie 21 | jacket 22 | jeans 23 | joggers 24 | jumper 25 | khakis 26 | leather jacket 27 | linen shirt 28 | long sleeve shirt 29 | long-sleeve shirt 30 | mackintosh 31 | muscle shirt 32 | overalls 33 | oxford shirt 34 | pants 35 | parka 36 | pea coat 37 | polo shirt 38 | raincoat 39 | romper 40 | rugby shirt 41 | scarf 42 | shirt 43 | short sleeve shirt 44 | shorts 45 | sleeveless shirt 46 | sport coat 47 | suit 48 | suit jacket 49 | suit pants 50 | suit shorts 51 | suit trousers 52 | suit vest 53 | sweater 54 | sweatpant 55 | sweatshirt 56 | swim trunks 57 | t-shirt 58 | t-shirt dress 59 | tank top 60 | track jacket 61 | track pants 62 | tracksuit 63 | trench coat 64 | turtleneck 65 | vest 66 | waistcoat 67 | windbreaker 68 | windcheater 69 | zip-up hoodie -------------------------------------------------------------------------------- /wildcards/cosmic-galaxy.txt: -------------------------------------------------------------------------------- 1 | Abell Galaxy 2 | Alcyoneus Galaxy 3 | Andromeda Galaxy 4 | Antennae Galaxies 5 | Antila 2 galaxy 6 | Backward Galaxy 7 | Black Eye Galaxy 8 | Bode's Galaxy 9 | Butterfly Galaxies 10 | Canes Venatici I galaxy 11 | Canis Major Dwarf Galaxy 12 | Cartwheel Galaxy 13 | Cigar Galaxy 14 | Circinus Galaxy 15 | Coma Pinwheel Galaxy 16 | Comet Galaxy 17 | Condor Galaxy 18 | Condor Galaxy 19 | Cosmos Redshift 7 Galaxy 20 | Crater II galaxy 21 | Draco Dwarf Galaxy 22 | Eye of Sauron Galaxy 23 | Fireworks Galaxy 24 | Hercules A Galaxy 25 | Hoag's Object 26 | Hockey Stick Galaxies 27 | Large Magellanic Cloud 28 | Lindsay-Shapley Ring 29 | Little Sombrero Galaxy 30 | Malin 1 Galaxy 31 | Mayall's Object 32 | Medusa Merger Galaxy 33 | Mice Galaxies 34 | Milky Way 35 | Needle Galaxy 36 | Pinwheel Galaxy 37 | Sculptor Dwarf Galaxy 38 | Sculptor Galaxy 39 | Sculptor Galaxy 40 | Small Magellanic Cloud 41 | Sombrero Galaxy 42 | Southern Pinwheel Galaxy 43 | Sunflower Galaxy 44 | Tadpole Galaxy 45 | Triangulum Galaxy 46 | Ursa Major I Dwarf Galaxy 47 | Ursa Minor Galaxy 48 | Whirlpool Galaxy 49 | Wolf-Lundmark-Melotte 50 | -------------------------------------------------------------------------------- /wildcards/cosmic-nebula.txt: -------------------------------------------------------------------------------- 1 | Dandelion Puffball Nebula 2 | Bow-Tie Nebula 3 | Ghost of Jupiter Nebula 4 | Clown-faced Nebula 5 | Ring Nebula 6 | Cats Eye Nebula 7 | Little Ghost Nebula 8 | Medusa Nebula 9 | Helix Nebula 10 | Little Dumbbell Nebula 11 | Owl Nebula 12 | Twin Jet Nebula 13 | Footprint Nebula 14 | Butterfly Nebula 15 | Jones-Emberson 1 Nebula 16 | Lemon Slice Nebula 17 | Soap Bubble Nebula 18 | Skull Nebula 19 | Oyster Nebula 20 | Blue Flash Nebula 21 | Fetus Nebula 22 | Blue Snowball Nebula 23 | Soccer Ball Nebula 24 | Southern Crab Nebula 25 | Red Spider Nebula 26 | Bug Nebula 27 | Saturn Nebula 28 | Eight-burst Nebula 29 | Spare-Tyre Nebula 30 | Stingray Nebula 31 | Retina Nebula 32 | Spiral Planetary Nebula 33 | Ant Nebula 34 | Engraved Hourglass Nebula 35 | Fleming Nebula 36 | Southern Owl Nebula 37 | Robins Egg Nebula 38 | Cleopatras Eye 39 | Box Nebula 40 | Phantom Streak Nebula 41 | Little Gem Nebula 42 | The Box Nebula 43 | Eye of Sauron Nebula 44 | Boomerang Nebula 45 | Calabash Nebula 46 | Egg Nebula 47 | Frosty Leo Nebula 48 | Red Rectangle Nebula 49 | Cotton Candy Nebula 50 | Water lily nebula 51 | Westbrook nebula 52 | LL pegasi nebula 53 | M1-92 Nebula 54 | Minkowskis Butterfly Nebula 55 | Bubble Nebula 56 | California Nebula 57 | Carina Nebula 58 | Cave Nebula 59 | Cone Nebula 60 | Crescent Nebula 61 | Double Helix Nebula 62 | Eagle Nebula 63 | Elephants Trunk Nebula 64 | Eta Carinae Nebula 65 | Flame Nebula 66 | Gum Nebula 67 | Heart Nebula 68 | Homunculus Nebula 69 | Horsehead Nebula 70 | Lagoon Nebula 71 | North America Nebula 72 | Omega Nebula 73 | Pistol Nebula 74 | Rosette Nebula 75 | Running Chicken Nebula 76 | Soul Nebula 77 | Tarantula Nebula 78 | Trifid Nebula 79 | Witch Head Neabula 80 | Messier 43 Nebula 81 | Messier 78 Nebula 82 | Reflection Nebula 83 | Pacman Nabula 84 | Orion Nebula 85 | Ghost Head Nebula 86 | NGC 604 Nebula 87 | Tarantula Nebula 88 | Dragonfish nebula 89 | RCW 49 nebula 90 | Prawn Nebula 91 | Serepns-Aquila Rift Nebula 92 | Canis Major Overdenisty Nebula 93 | Large Magellanic Cloud 94 | Barnards Loop Nebula 95 | Coalsack Nebula 96 | Veil Nebula 97 | -------------------------------------------------------------------------------- /wildcards/cosmic-star.txt: -------------------------------------------------------------------------------- 1 | Sol Star 2 | Sirius Star 3 | Canopus Star 4 | Rigil Kentaurus Star 5 | Toliman Star 6 | Arcturus Star 7 | Vega Star 8 | Capella Star 9 | Rigel Star 10 | Procyon Star 11 | Achernar Star 12 | Betelgeuse Star 13 | Hadar Star 14 | Altair Star 15 | Acrux Star 16 | Aldebaran Star 17 | Antares Star 18 | Spica Star 19 | Pollux Star 20 | Fomalhaut Star 21 | Deneb Star 22 | Mimosa Star 23 | Regulus Star 24 | Adhara Star 25 | Shaula Star 26 | Castor Star 27 | Gacrux Star 28 | Bellatrix Star 29 | Elnath Star 30 | Miaplacidus Star 31 | Alnilam Star 32 | Gamma Velorum Star 33 | Alnair Star 34 | Alnitak Star 35 | Alioth Star 36 | Dubhe Star 37 | Mirfak Star 38 | Wezen Star 39 | Sargas Star 40 | Kaus Australis Star 41 | Avior Star 42 | Alkaid Star 43 | Menkalinan Star 44 | Atria Star 45 | Alhena Star 46 | Peacock Star 47 | Alsephina Star 48 | Mirzam Star 49 | Alphard Star 50 | Polaris Star 51 | Hamal Star 52 | Algieba Star 53 | Diphda Star 54 | Mizar Star 55 | Nunki Star 56 | Menkent Star 57 | Mirach Star 58 | Alpheratz Star 59 | Rasalhague Star 60 | Kochab Star 61 | Saiph Star 62 | Denebola Star 63 | Algol Star 64 | Tiaki Star 65 | Muhlifain Star 66 | Aspidiske Star 67 | Suhail Star 68 | Alphecca Star 69 | Mintaka Star 70 | Sadr Star 71 | Eltanin Star 72 | Schedar Star 73 | Naos Star 74 | Almach Star 75 | Izar Star 76 | Dschubba Star 77 | Larawag Star 78 | Merak Star 79 | Ankaa Star 80 | Enif Star 81 | Scheat Star 82 | Sabik Star 83 | Phecda Star 84 | Aludra Star 85 | Markeb Star 86 | Markab Star 87 | Aljanah Star 88 | Acrab Star 89 | -------------------------------------------------------------------------------- /wildcards/cosmic-term.txt: -------------------------------------------------------------------------------- 1 | Giant GRB Ring 2 | Keplers Law 3 | Supermassive Black Hole 4 | Supernova 5 | Asteroid 6 | Asteroid Belt 7 | Asteroid Field 8 | Asteroids 9 | Astronaut 10 | Atmosphere 11 | Background Radiation 12 | Big Bang Theory 13 | Binary Star 14 | Binary Star System 15 | Binary System 16 | Black Body 17 | Celestial 18 | Celestial Equator 19 | Cislunar 20 | Comet 21 | Comets 22 | Corona 23 | Cosmic Dust 24 | Cosmic Radiation 25 | Cosmology 26 | Cosmonaut 27 | Cosmos 28 | Crater 29 | Dark Matter 30 | Debris Field 31 | Deep Space 32 | Dwarf Planet 33 | Dwarf Planets 34 | Elliptical Orbit 35 | Event Horizon 36 | Exoplanet 37 | Exoplanets 38 | Extragalactic 39 | Falling Star 40 | Falres 41 | Flare 42 | Flyby 43 | Galaxies 44 | Galaxy 45 | Gamma Ray 46 | Gamma Rays 47 | Geostationary 48 | Gravitation 49 | Gravitational Lens 50 | Gravitational Lensing 51 | Gravity 52 | Heliosphere 53 | Helium 54 | Hubbles Law 55 | Hygrogen 56 | Hyperbolic Orbit 57 | Hypercompact Steller System 58 | Hypernova 59 | Ice Giant 60 | Inferior Planet 61 | Inferior Planets 62 | Inner Planets 63 | Intersteller 64 | Intersteller Dust 65 | Ionosphere 66 | Kuiper Belt 67 | Lagrange Point 68 | Lagrange Points 69 | Lens 70 | Light-Years Across 71 | Local Group 72 | Lunar 73 | Magnitude 74 | Mass 75 | Meteor 76 | Meteor Shower 77 | Meteoroid 78 | Meteors 79 | Microgravity 80 | Minor Planet 81 | Moon 82 | Moons 83 | Nebula 84 | Nebulas 85 | Neutron Star 86 | Neutron Stars 87 | Nova 88 | Novas 89 | Oort Cloud 90 | Orbital Eccentricity 91 | Orbital Inclination 92 | Outer Planets 93 | Parallax 94 | Perigee 95 | Phase 96 | Planet 97 | Planetary Nebula 98 | Planetary Nursery 99 | Planetoid 100 | Planetoids 101 | Planets 102 | Pulsar 103 | Quasar 104 | Quasars 105 | Radiant 106 | Rings 107 | Roche Limit 108 | Rogue Planet 109 | Rogue Planets 110 | Satellite 111 | Satellites 112 | Shooting Star 113 | Singularity 114 | Sky 115 | Solar 116 | Solar System 117 | Solar Systems 118 | Solar Wind 119 | Solstice 120 | Space Lab 121 | Space Station 122 | Spectrum 123 | Starlight 124 | Stratosphere 125 | Subspace 126 | Sunspot 127 | Superior Planets 128 | Supernovas 129 | Telemetry 130 | Telescope 131 | Terrestrial 132 | Total Eclipse 133 | Totality 134 | Transit 135 | Translunar 136 | Transneptunian 137 | Twinkling 138 | Umbra 139 | Universe 140 | Vacuum 141 | Van Allen Belt 142 | Variable Star 143 | Variable Stars 144 | Vernal Equinox 145 | Visual Magnitude 146 | Waning 147 | Waxing 148 | White Hole 149 | Wightlessness 150 | Wormhole 151 | X-Rays 152 | Zenith 153 | -------------------------------------------------------------------------------- /wildcards/costume-female.txt: -------------------------------------------------------------------------------- 1 | camo costume 2 | candy costume 3 | captain costume 4 | carnival costume 5 | cat costume 6 | catwoman costume 7 | cheerleader costume 8 | christmas costume 9 | cleopatra costume 10 | clown costume 11 | comic book character costume 12 | conductor costume 13 | convict costume 14 | cop costume 15 | cowboy costume 16 | dalmatian costume 17 | day of the dead costume 18 | decade costume 19 | deer costume 20 | demon costume 21 | devil costume 22 | disco costume 23 | doll costume 24 | dracula costume 25 | dwarf costume 26 | easter costume 27 | egyptian costume 28 | fairy costume 29 | fairy tale costume 30 | firefighter costume 31 | fitness costume 32 | flapper costume 33 | forest fairy costume 34 | french costume 35 | fruits costume 36 | funny costume 37 | galactic warrior costume 38 | gangster costume 39 | gazelle costume 40 | geisha costume 41 | gorilla costume 42 | gothic costume 43 | graduation costume 44 | greek costume 45 | gypsy costume 46 | hag costume 47 | halloween costume 48 | herald costume 49 | hippie costume 50 | hula dancer costume 51 | indian costume 52 | irish costume 53 | jack-o-lantern costume 54 | japanese costume 55 | jester costume 56 | king costume 57 | kitty costume 58 | knight costume 59 | leprechaun costume 60 | lion costume 61 | little red riding hood costume 62 | luau costume 63 | maid costume 64 | mardi gras costume 65 | medieval costume 66 | mermaid costume 67 | moulin rouge costume 68 | mummy costume 69 | native american costume 70 | ninja costume 71 | nun costume 72 | nurse costume 73 | oriental costume 74 | pageant costume 75 | palace guard costume 76 | panda costume 77 | paratrooper costume 78 | patriotic costume 79 | peasant costume 80 | pharaoh costume 81 | pilgrim costume 82 | pirate costume 83 | pirate wench costume 84 | police officer costume 85 | policewoman costume 86 | princess costume 87 | pumpkin costume 88 | queen costume 89 | school girl costume 90 | spider-woman costume 91 | superhero costume 92 | vampire costume 93 | witch costume 94 | zombie cheerleader costume 95 | zombie costume -------------------------------------------------------------------------------- /wildcards/costume-male.txt: -------------------------------------------------------------------------------- 1 | biker costume 2 | burglar costume 3 | businessman costume 4 | butler costume 5 | camel costume 6 | camo costume 7 | candy costume 8 | captain costume 9 | carnival costume 10 | christmas costume 11 | clown costume 12 | comic book character costume 13 | conductor costume 14 | convict costume 15 | cop costume 16 | cowboy costume 17 | dalmatian costume 18 | day of the dead costume 19 | decade costume 20 | deer costume 21 | demon costume 22 | devil costume 23 | disco costume 24 | dracula costume 25 | dwarf costume 26 | easter costume 27 | egyptian costume 28 | fairy tale costume 29 | firefighter costume 30 | french costume 31 | fruits costume 32 | funny costume 33 | galactic warrior costume 34 | gangster costume 35 | geek costume 36 | gorilla costume 37 | gothic costume 38 | graduation costume 39 | greek costume 40 | halloween costume 41 | indian costume 42 | irish costume 43 | japanese costume 44 | jester costume 45 | king costume 46 | knight costume 47 | leprechaun costume 48 | lion costume 49 | luau costume 50 | medieval costume 51 | mummy costume 52 | native american costume 53 | ninja costume 54 | outlaw costume 55 | patriotic costume 56 | pirate costume 57 | psycho costume 58 | ranger costume 59 | renaissance costume 60 | robot costume 61 | santa claus costume 62 | scarecrow costume 63 | superhero costume 64 | superman costume 65 | swashbuckler costume 66 | taxi driver costume 67 | teddy bear costume 68 | texan costume 69 | thief costume 70 | timber costume 71 | toga costume 72 | vampire costume 73 | vandal costume 74 | viking costume 75 | zombie costume 76 | zombie hunter costume -------------------------------------------------------------------------------- /wildcards/decade.txt: -------------------------------------------------------------------------------- 1 | 1900s 2 | 1910s 3 | 1920s 4 | 1930s 5 | 1940s 6 | 1950s 7 | 1960s 8 | 1970s 9 | 1980s 10 | 1990s 11 | 2000s 12 | 2010s 13 | 2020s -------------------------------------------------------------------------------- /wildcards/deity.txt: -------------------------------------------------------------------------------- 1 | abaddon 2 | achilles 3 | adonis 4 | amaterasu 5 | ana 6 | anansi 7 | anhur 8 | anubis 9 | aphrodite 10 | apollo 11 | ares 12 | arjuna 13 | artemis 14 | astarte 15 | athena 16 | bacchus 17 | baldr 18 | baphomet 19 | baron samedi 20 | bastet 21 | beelzebub 22 | brahma 23 | brigid 24 | calypso 25 | cernunnos 26 | cerridwen 27 | chaos 28 | cronus 29 | dagon 30 | demeter 31 | dionysus 32 | durga 33 | epona 34 | eros 35 | fenrir 36 | freya 37 | gaia 38 | ganesha 39 | green man 40 | hades 41 | hecate 42 | hel 43 | hera 44 | hercules 45 | hermes 46 | horus 47 | indra 48 | ishtar 49 | isis 50 | jehovah 51 | kali 52 | kali ma 53 | krishna 54 | kwan yin 55 | lady of the lake 56 | loki 57 | lucifer 58 | maat 59 | marduk 60 | mars 61 | medusa 62 | mefistofele 63 | mercury 64 | mermaids 65 | mithra 66 | monkey king 67 | morrigan 68 | nephthys 69 | neptune 70 | norse gods 71 | nyx 72 | odin 73 | oya 74 | persephone 75 | peter 76 | poseidon 77 | prometheus 78 | quan yin 79 | ra 80 | rajah 81 | rama 82 | raven 83 | set 84 | seth 85 | shiva 86 | sif 87 | sirtis 88 | skadi 89 | soul 90 | talos 91 | taurus 92 | thor 93 | tiamat 94 | typhon 95 | uranus 96 | venus 97 | vishnu 98 | vyasa 99 | xochiquetzal 100 | xolotl 101 | yahweh 102 | yemoja 103 | yggdrasil 104 | yhwh 105 | zeus -------------------------------------------------------------------------------- /wildcards/detail.txt: -------------------------------------------------------------------------------- 1 | Elaborate 2 | Ornate 3 | Intricate 4 | Detailed 5 | Fine 6 | Refined 7 | Complicated 8 | Convoluted 9 | Extensive 10 | Exhaustive 11 | Far-reaching 12 | Informative 13 | In-depth 14 | Thorough 15 | Step-by-step 16 | Exact 17 | Precise 18 | Exquisite 19 | Lavish 20 | Sumptuous 21 | opulent 22 | luxurious 23 | Intricately designed 24 | Grandiose 25 | Stately 26 | Splendid 27 | Magnificent 28 | Precious 29 | Dazzling 30 | Imperceptible detail 31 | -------------------------------------------------------------------------------- /wildcards/dog.txt: -------------------------------------------------------------------------------- 1 | afghan hound 2 | akita 3 | alaskan malamute 4 | american bulldog 5 | american pit bull terrier 6 | american staffordshire terrier 7 | american water spaniel 8 | australian cattle dog 9 | australian shepherd 10 | basenji 11 | basset hound 12 | beagle 13 | bearded collie 14 | bedlington terrier 15 | bernese mountain dog 16 | bichon frise 17 | black and tan coonhound 18 | bloodhound 19 | border collie 20 | border terrier 21 | borzoi 22 | boston terrier 23 | boxer 24 | brittany spaniel 25 | bull terrier 26 | bulldog 27 | bullmastiff 28 | cairn terrier 29 | cavalier king charles spaniel 30 | chesapeake bay retriever 31 | chihuahua 32 | chinese shar-pei 33 | chow chow 34 | clumber spaniel 35 | cocker spaniel 36 | collie 37 | coton de tulear 38 | dachshund 39 | dalmatian 40 | doberman pinscher 41 | dogue de bordeaux 42 | english cocker spaniel 43 | english pointer 44 | english setter 45 | english springer spaniel 46 | english toy spaniel 47 | entlebucher mountain dog 48 | flat-coated retriever 49 | fox terrier 50 | french bulldog 51 | german pinscher 52 | german shepherd 53 | german shorthaired pointer 54 | german wirehaired pointer 55 | giant schnauzer 56 | golden retriever 57 | gordon setter 58 | great dane 59 | great pyrenees 60 | greater swiss mountain dog 61 | greyhound 62 | harrier 63 | havanese 64 | irish setter 65 | irish terrier 66 | irish water spaniel 67 | irish wolfhound 68 | italian greyhound 69 | japanese chin 70 | keeshond 71 | kelpie 72 | kerry blue terrier 73 | komondor 74 | kuvasz 75 | labrador retriever 76 | lakeland terrier 77 | leonberger 78 | lhasa apso 79 | löwchen 80 | maltese 81 | manchester terrier 82 | mastiff 83 | miniature bull terrier 84 | miniature pinscher 85 | miniature schnauzer 86 | newfoundland 87 | norfolk terrier 88 | norwegian buhund 89 | norwegian elkhound 90 | norwegian lundehund 91 | norwich terrier 92 | old english sheepdog 93 | otterhound 94 | papillon 95 | pekingese 96 | pharaoh hound 97 | pointer 98 | pomeranian 99 | poodle 100 | pug 101 | puli 102 | pyrenean mountain dog 103 | rat terrier 104 | retriever 105 | rhodesian ridgeback 106 | rottweiler 107 | saint bernard 108 | samoyed 109 | schipperke 110 | schnauzer 111 | scottish terrier 112 | shar pei 113 | sheepdog 114 | shepherd 115 | shih tzu 116 | siberian husky 117 | spaniel 118 | spinone italiano 119 | staffordshire bull terrier 120 | standard schnauzer 121 | sussex spaniel 122 | swedish vallhund 123 | terrier 124 | vizsla 125 | weimaraner 126 | whippet 127 | wirehaired pointing griffon 128 | working kelpie 129 | xoloitzcuintli 130 | yorkshire terrier -------------------------------------------------------------------------------- /wildcards/dress.txt: -------------------------------------------------------------------------------- 1 | backless dress 2 | ball gown dress 3 | bodycon 4 | boho dress 5 | cake dress 6 | cap sleeve dress 7 | cascade dress 8 | china dress 9 | coat dress 10 | cocktail dress 11 | cold shoulder dress 12 | collared dress 13 | column dress 14 | cowl neck dress 15 | crochet dress 16 | denim dress 17 | dirndl 18 | dress shirt dress 19 | empire waist dress 20 | evening dress 21 | evening gown 22 | fit and flare dress 23 | flowing dress 24 | frilled dress 25 | funeral dress 26 | fur-trimmed dress 27 | gown 28 | half-dress 29 | halter 30 | halter dress 31 | high low dress 32 | high-low skirt 33 | highleg dress 34 | hobble dress 35 | impossible dress 36 | kimono 37 | lace dress 38 | lace-trimmed dress 39 | latex dress 40 | layered dress 41 | long dress 42 | maxidress 43 | mermaid dress 44 | mididress 45 | minidress 46 | muumuu 47 | negligee 48 | nightgown 49 | off the shoulder dress 50 | off-shoulder dress 51 | one shoulder dress 52 | pencil dress 53 | pinafore dress 54 | pleated dress 55 | plunging neckline 56 | prairie dress 57 | prom dress 58 | ribbed dress 59 | ribbon-trimmed dress 60 | sailor dress 61 | santa dress 62 | see-through dress 63 | sheath dress 64 | shirred dress 65 | short dress 66 | side slit 67 | skater dress 68 | sleeveless dress 69 | slip 70 | smock 71 | strapless dress 72 | sundress 73 | sundress dress 74 | sweater dress 75 | swing dress 76 | taut dress 77 | tennis dress 78 | tent dress 79 | trapeze dress 80 | tub dress 81 | tube dress 82 | vietnamese dress 83 | wedding dress 84 | wrap dress -------------------------------------------------------------------------------- /wildcards/earrings.txt: -------------------------------------------------------------------------------- 1 | ball earrings 2 | bar earrings 3 | boho earrings 4 | chandelier earrings 5 | clip-on earrings 6 | cluster earrings 7 | crawler earrings 8 | crescent earrings 9 | cuff earrings 10 | dangle earrings 11 | disc earrings 12 | drop earrings 13 | fan earrings 14 | french wire earrings 15 | front-back earrings 16 | gemstone earrings 17 | hoop earrings 18 | huggie earrings 19 | j-hoop earrings 20 | jacket earrings 21 | leaf earrings 22 | line earrings 23 | linear earrings 24 | long earrings 25 | medallion earrings 26 | mismatched earrings 27 | moon earrings 28 | oval earrings 29 | pearl earrings 30 | rectangle earrings 31 | rope earrings 32 | semi-hoop earrings 33 | shield earrings 34 | sphere earrings 35 | spiral earrings 36 | square earrings 37 | stud earrings 38 | tassel earrings 39 | teardrop earrings 40 | threader earrings 41 | torc earrings 42 | tribal earrings 43 | tulip earrings 44 | v-shaped earrings 45 | wave earrings 46 | wire earrings 47 | y-shaped earrings 48 | zipper earrings -------------------------------------------------------------------------------- /wildcards/emoji-combo.txt: -------------------------------------------------------------------------------- 1 | 👍🏼😂 2 | ❤️😘 3 | 😭😢 4 | 🤔💭 5 | 😂😆 6 | 👌🏼💯 7 | 😍❤️ 8 | 😊😉 9 | 🙌🏼✌🏼 10 | 🤷‍♀️🤷‍♂️ 11 | 🔥😎 12 | 😂😆 13 | 😍❤️ 14 | 😊😉 15 | 😢😭 16 | 😱😨 17 | 👍🏼✌🏼 18 | 💔❤️ 19 | 🤔💭 20 | 😘😗 21 | 😜😝 22 | 🤗😌 23 | 😎🔥 24 | 👌🏼💯 25 | 👀😮 26 | 🙌🏼✊🏼 27 | 💕❤️ 28 | 🤗💁‍♀️ 29 | 🤷‍♀️🤷‍♂️ 30 | 😁😄 31 | 😃😆 32 | 😅😂 33 | 😒😓 34 | 😔😕 35 | 😖😞 36 | 😛😜 37 | 😝😠 38 | 😢😥 39 | 😩😫 40 | 😮😯 41 | 😰😱 42 | 😲😳 43 | 😷🤧 44 | 🤪😜 45 | 🤔💡 46 | 😴😪 47 | 🤩🔥 48 | 👻💀 49 | 🍕🍔 50 | 🍻🍺 51 | 🎉🎊 52 | 🎁🎂 53 | 🎄🎅🏼 54 | 🎂🎈 55 | 🎁🎉 56 | 🏠🛋️ 57 | 💩💩 58 | 🐶🐕 59 | 😈👿 60 | 😺😸 61 | 🌸🌼 62 | 🌺🌻 63 | 🌷🌹 64 | 🚗💨 65 | 😒😔 66 | 😊😉 67 | 😘😍 68 | 💔❤️ 69 | 🔥😎 70 | 😌😔 71 | 😃😄 72 | 📸🌃 73 | 👯‍♀️💃 74 | 🚗💨 75 | 🌊🌴 76 | 🌉🌃 77 | 🌅🌄 78 | 🏞️🌅 79 | 🌅🌞 80 | 🌻🌼 81 | 🌳🌲 82 | 🏙️🌃 83 | 🏰💒 84 | ❤️💕 85 | 📍🌃 86 | 🌅🌃 87 | 🌃🌌 88 | 🌃💡 89 | 🏙️🗺️ 90 | 🗺️💭 91 | 🏔️🌄 92 | 🗺️💤 93 | 🚶‍♀️💃 94 | 💕❤️ -------------------------------------------------------------------------------- /wildcards/expression.txt: -------------------------------------------------------------------------------- 1 | :/ 2 | :3 3 | :< 4 | :d 5 | :o 6 | :p 7 | :q 8 | :| 9 | afraid 10 | amused 11 | anger 12 | angry 13 | anxious 14 | ashamed 15 | bad 16 | bashful 17 | bored 18 | cold 19 | confident 20 | confused 21 | contempt 22 | coy 23 | crazy 24 | curious 25 | depressed 26 | determined 27 | disgust 28 | disgusted 29 | ecstatic 30 | embarrassed 31 | enraged 32 | envious 33 | excited 34 | fear 35 | flustered 36 | frightened 37 | frown 38 | frustrated 39 | furled brow 40 | grimace 41 | guilty 42 | happiness 43 | happy 44 | hopeful 45 | hot 46 | hungry 47 | hurt 48 | indifferent 49 | interested 50 | jealous 51 | joyful 52 | lonely 53 | loving 54 | miserable 55 | naughty_face 56 | nervous 57 | neutral 58 | optimistic 59 | pained 60 | proud 61 | puzzled 62 | regretful 63 | relieved 64 | sad 65 | sadness 66 | scared 67 | shocked 68 | shy 69 | sick 70 | skeptical 71 | sleepy 72 | smile 73 | smug 74 | sorry 75 | stubborn 76 | stupid 77 | surprise 78 | surprised 79 | suspicious 80 | thirsty 81 | thoughtful 82 | tired 83 | withdrawn 84 | worried -------------------------------------------------------------------------------- /wildcards/eye-color.txt: -------------------------------------------------------------------------------- 1 | hazel 2 | green 3 | brown 4 | black 5 | grey 6 | purple 7 | pink 8 | red 9 | silver 10 | yellow 11 | Sapphire 12 | turquoise 13 | amethyst 14 | aquamarine 15 | ruby 16 | coral 17 | peach 18 | gold 19 | dark brown 20 | jade 21 | teal 22 | ice blue 23 | light blue 24 | blue 25 | grey-blue 26 | amber 27 | -------------------------------------------------------------------------------- /wildcards/eyeliner.txt: -------------------------------------------------------------------------------- 1 | cat eye liner 2 | colored eyeliner 3 | cream eyeliner 4 | dramatic eyeliner 5 | glitter eyeliner 6 | graphic eyeliner 7 | liquid eyeliner 8 | pencil eyeliner 9 | smokey eyeliner 10 | tightline eyeliner -------------------------------------------------------------------------------- /wildcards/f-stop.txt: -------------------------------------------------------------------------------- 1 | ƒ/1 2 | ƒ/1.4 3 | ƒ2 4 | ƒ/2.8 5 | ƒ4 6 | ƒ/5.6 7 | ƒ/8 8 | ƒ/11 9 | ƒ/16 10 | ƒ/22 11 | -------------------------------------------------------------------------------- /wildcards/fantasy-creature.txt: -------------------------------------------------------------------------------- 1 | Centaurs 2 | Demon 3 | Dragons 4 | Dwarves 5 | Elves 6 | Evil Spirit 7 | Ghost 8 | Gnomes 9 | King 10 | Knight 11 | Magician 12 | Minotaur 13 | Pegasus 14 | Phoenix 15 | Prince 16 | Princess 17 | Queen 18 | Siren 19 | Sorceress 20 | Sprite 21 | Trolls 22 | Valkyrie 23 | Vampire 24 | Warlock 25 | Werewolf 26 | Wizard 27 | Zombie 28 | goblins 29 | gryphons 30 | ogres 31 | orcs 32 | phylakes 33 | trolls 34 | unicorns 35 | witches 36 | wizards 37 | -------------------------------------------------------------------------------- /wildcards/fantasy-setting.txt: -------------------------------------------------------------------------------- 1 | Xanadu: A magical kingdom ruled by a wise and benevolent queen 2 | neverland: A lost island where children can stay forever young 3 | Shambhala: A hidden paradise where enlightened beings live in perfect harmony 4 | Atlantis: A lost city of great wisdom and power, now drowned beneath the sea 5 | Fairyland: A place where fairies and other magical creatures live 6 | Oz: A land of enchantment, where anything is possible 7 | Mordor: A dark and evil land ruled by the dark lord Sauron 8 | Narnia: A land of talking animals and magical creatures, ruled by Aslan the lion 9 | Middle Earth: A vast and ancient world, home to Elves, Dwarves, Hobbits, and Wizards 10 | Wonderland: A wild and fantastical place, ruled by the Queen of Hearts 11 | A magical kingdom where everything is perfect and everyone is happy 12 | A dark, foreboding castle where a wicked queen reigns 13 | A fairytale land where magical creatures live and thrive 14 | A tropical paradise where the sun shines brightly every day 15 | An enchanted forest where magical creatures and plants abound 16 | The Vale of Shadows: A dark and foreboding valley where no sunlight ever penetrates 17 | The Forest of Mirrors: A place where reality is distorted and nothing is as it seems 18 | The Crystal Cave: A fantastical place where gemstones and crystals grow in abundance 19 | The Dragon's Lair: A deadly place where fearsome dragons dwell 20 | The Tower of Oblivion: A stronghold where forgotten secrets and dark magic are hidden 21 | The Island of Dreams: A place where all your deepest desires come true 22 | The City of Glas 23 | The Enchanted Forest 24 | The Kingdom of the Unicorn 25 | The Isle of the Dragon 26 | The Valley of the Lost 27 | The City of Mirrors 28 | The Palace of Dreams 29 | The Tower of Destiny 30 | The Castle of Shadows 31 | The Mountain of Fire 32 | The Shattering Isles 33 | The Isle of Doom 34 | The Shrine of the Lost 35 | The Valley of the Damned 36 | The Tower of Shadows 37 | -------------------------------------------------------------------------------- /wildcards/fantasy.txt: -------------------------------------------------------------------------------- 1 | contemporary fantasy 2 | dark fantasy 3 | epic fantasy 4 | fairy tale fantasy 5 | fantasy of terror 6 | heroic fantasy 7 | high fantasy 8 | historical fantasy 9 | low fantasy 10 | magic realism 11 | mythic fantasy 12 | new weird fantasy 13 | paranormal fantasy 14 | portal fantasy 15 | science fantasy 16 | sword and sorcery 17 | urban fantasy 18 | weird fiction 19 | wuxia fantasy -------------------------------------------------------------------------------- /wildcards/female-adult.txt: -------------------------------------------------------------------------------- 1 | old woman 2 | older woman 3 | middle-aged woman 4 | woman 5 | young woman -------------------------------------------------------------------------------- /wildcards/female-young.txt: -------------------------------------------------------------------------------- 1 | teenage girl 2 | little girl 3 | young girl -------------------------------------------------------------------------------- /wildcards/film-genre.txt: -------------------------------------------------------------------------------- 1 | action 2 | adventure 3 | animation 4 | comedy 5 | crime 6 | documentary 7 | drama 8 | family 9 | fantasy 10 | film noir 11 | historical 12 | horror 13 | musical 14 | mystery 15 | romance 16 | science fiction 17 | thriller 18 | war 19 | western -------------------------------------------------------------------------------- /wildcards/flower.txt: -------------------------------------------------------------------------------- 1 | Acacia 2 | Achillea 3 | Adam's-needle 4 | African Boxwood 5 | African Lily 6 | Agapanthus 7 | Ageratum 8 | Ageratum houstonim 9 | Allium 10 | Alpina 11 | Alstroemeria 12 | Amaranthus hypochondriacus 13 | Amaryllis 14 | Ammi majus 15 | Anconitum 16 | Anemone 17 | Anigozanthus 18 | Annual Delphinium 19 | Anthurium 20 | Antirrhinum majus 21 | Artichoke thistle 22 | Asparagus 23 | Aster 24 | Astilbe 25 | Baby's Breath 26 | Bachelor's Button 27 | Banksia 28 | Bellflower 29 | Big Flax 30 | Bighead Knapweed 31 | Billy Buttons 32 | Bird of Paradise 33 | Blazing Star 34 | Blue Lace Flower 35 | Boronia 36 | Bouvardia 37 | Boxwood African 38 | Diosma 39 | Buckthorn Variegated 40 | Buddleia 41 | Bupleurum 42 | Butterfly Bush 43 | Butterfly Orchid 44 | Calla Lily 45 | Campanula 46 | Candytuft 47 | Canterbury Bells 48 | Carnation 49 | Carthamus 50 | Casa Blanca 51 | Caspia 52 | Cattleya 53 | Celosia 54 | Celosia argenta 55 | Centaurea cyanus 56 | Chamelaucium 57 | Chimney Bells 58 | Chrysanthemum 59 | Chrysanthemum x morifolium 60 | Clarkia 61 | Cockscomb Crested 62 | Coffee Bean Berry 63 | Common Myrtle 64 | Common Yarrow 65 | Cone Flower 66 | Consolida ambigua 67 | Convallaria 68 | Cordyline 69 | Cosmos 70 | Cornflower 71 | Craspedia 72 | Curly Willow 73 | Cymbidium 74 | Cymbidium Orchid 75 | Daffodil 76 | Dahlia 77 | Daisy Mums 78 | Delphinium Belladonna 79 | Delphinium Pacific Giant 80 | Dendrobium 81 | Dendrobium Orchid 82 | Dianthus barbatus 83 | Dianthus caryophyllus 84 | Dianthus caryophyllus nana 85 | Erica spp 86 | Eucalyptus seeded 87 | Eucalyptus silver dollar 88 | Eustoma grandiflorum 89 | False Bird of Paradise 90 | False Spirea 91 | Farewell-To-Spring 92 | Fernleaf Yarrow 93 | Feverfew 94 | Flamingo Flower 95 | Flax New Zealand 96 | Floss Flower 97 | Foxtail Fern 98 | Freesia 99 | Freesia x hybrida 100 | Fuji Mums 101 | Gardenia 102 | Gay Feather 103 | Genista 104 | Gerbera 105 | Gerbera Ruby Red 106 | Ginger 107 | Gladiolus 108 | Gladiolus hybrid nanus 109 | Goat's Beard 110 | Godetia 111 | Golden Rod 112 | Guersney Lily 113 | Gyp 114 | Gypsophila paniculata 115 | Hanging Helicona 116 | Heath 117 | Heather 118 | Helianthus annuus 119 | Heliconia spp. 120 | Hippeastrum 121 | Hydrangea 122 | Iberis amara 123 | Inca Lily 124 | Iris 125 | Japhette Orchid 126 | Jonquil 127 | Knapweed 128 | Lace fern 129 | Larkspur 130 | Lathyrus odoratus 131 | Lavandula 132 | Lavender 133 | Liatris 134 | Lilac 135 | Lily 136 | Lilly-of-the-Valley 137 | Lily Casa Blanca 138 | Lily of the Field 139 | Lily of the Nile 140 | Lily Stargazer 141 | Limonium 142 | Lisianthus 143 | Marguerite daisy 144 | Mattholia incana 145 | Melaleuca 146 | Memosa 147 | Misty Blue Limonium 148 | Moluccella laevis 149 | Monkshood 150 | Montbretia 151 | Monte Cassino 152 | Moon orchid 153 | Musa 154 | Myrsine 155 | Myrtle 156 | Myrtus 157 | Nephrolepis 158 | Nerine 159 | Nerine Lily 160 | Nigella 161 | Ornithogalum 162 | Paeonia 163 | Painted Tongue 164 | Paper Reed 165 | Papyrus lion's head 166 | Peony 167 | Peruvian Lily 168 | Phalaenopsis 169 | Philodendron 170 | Phlox 171 | Pincushion Flower 172 | Pink Mink 173 | Pitt 174 | Pittosporum 175 | Pixie Carnation 176 | Polianthes tuberosa 177 | Pompon Chrysanthemum 178 | Poppy Anemone 179 | Porium 180 | Pussy Willow 181 | Queen Anne's Lace 182 | Ranunculus 183 | Red Ribbons 184 | Rice flower 185 | Rose 186 | Rose Bridal Pink 187 | Rose Bridal White 188 | Rose Champagne 189 | Rose Diadem 190 | Rose Emblem 191 | Rose Kardinal 192 | Rose Lady Liberty 193 | Rose Lavanda 194 | Rose Osiana 195 | Rose Royalty 196 | Safari Sunset 197 | Safflower 198 | Sage Perennial 199 | Salix 200 | Salmon Reagan 201 | Sansevieria 202 | Saponaria 203 | Satin Flowers 204 | Saxicola 205 | Scabiosa 206 | Schinus 207 | Sea lavender 208 | Shell Flowers 209 | Snake Plant 210 | Snapdragon 211 | Solidago 212 | Solidaster 213 | Speedwell 214 | Spider Lily 215 | Spider Mums 216 | Spray Carnation 217 | Sprengeri Fern 218 | Star of Bethlehem 219 | Statice 220 | Stenamezon 221 | Stephanotis 222 | Strawberry banksia 223 | Strawflower 224 | Summer poinsettia 225 | Summer's Darling 226 | Sunflower 227 | Sweet Pea 228 | Sweet William 229 | Sword Fern 230 | Syringa vulgaris 231 | Tailflowers 232 | Tassel flower 233 | Thouroughwax 234 | Throatwort 235 | Tracelium 236 | Tree Fern 237 | Trumpet Lily 238 | Tuberose 239 | Tulip 240 | Tulipa 241 | Veronica 242 | Wattle 243 | Waxflower 244 | Wild Plantain 245 | Willow curly 246 | Windflower 247 | Wolfsbane 248 | Zantedeschia 249 | Zinna 250 | Zinnia elegans 251 | -------------------------------------------------------------------------------- /wildcards/focal-length.txt: -------------------------------------------------------------------------------- 1 | 4mm - 14mm focal length 2 | Fisheye focal length 3 | 14mm - 35mm focal length 4 | Wide angle focal length 5 | 35mm - 85mm focal length 6 | Standard focal length 7 | 85mm - 135mm 8 | Short telephoto focal length 9 | 135mm+ focal length 10 | Medium telephoto focal length 11 | 300mm+ focal length 12 | Macro 13 | Macro focal length 14 | -------------------------------------------------------------------------------- /wildcards/forest-type.txt: -------------------------------------------------------------------------------- 1 | boreal and alpine broadleaf forest 2 | boreal and alpine coniferous forest 3 | boreal and alpine forest 4 | boreal and alpine mixed forest 5 | boreal and alpine rainforest 6 | boreal and alpine taiga 7 | boreal and alpine tundra 8 | boreal broadleaf forest 9 | boreal coniferous forest 10 | boreal forest 11 | boreal mixed forest 12 | boreal needleleaf forest 13 | cliff forest 14 | cloud forest 15 | coastal broadleaf forest 16 | coastal coniferous forest 17 | coastal forest 18 | coastal mixed forest 19 | coastal redwood forest 20 | coniferous and broadleaf forest 21 | coniferous forest 22 | coral reef forest 23 | deciduous and broadleaf forest 24 | deciduous and coniferous forest 25 | deciduous forest 26 | dry conifer forest 27 | dry savanna forest 28 | evergreen and deciduous broadleaf forest 29 | evergreen and deciduous coniferous forest 30 | evergreen and deciduous forest 31 | evergreen and deciduous mixed forest 32 | evergreen and deciduous rainforest 33 | evergreen broadleaf forest 34 | evergreen coniferous forest 35 | evergreen forest 36 | evergreen rainforest 37 | grass forest 38 | island forest 39 | jungle 40 | littoral forest 41 | lowland coniferous forest 42 | lowland deciduous forest 43 | lowland forest 44 | lowland mixed forest 45 | lowland rainforest 46 | mangrove forest 47 | mangrove swamps 48 | mediterranean forest 49 | montane forest 50 | montane rainforest 51 | mossy broad-leaved forest 52 | mossy coniferous forest 53 | mossy mixed-leaved forst 54 | mossy subtropical forest 55 | mossy temperate forest 56 | rainforest 57 | rainforest (montane) 58 | rainforest (subtropical) 59 | rainforest (temperate) 60 | rainforest (tropical) 61 | rainy savana forest 62 | savanna forest 63 | savanna tropical forest 64 | scrub forest 65 | seasonal forest 66 | subalpine conifer forest 67 | subalpine forest 68 | subalpine meadows 69 | subarctic forest 70 | subtropical broad-leaved forest 71 | subtropical coniferous forest 72 | subtropical dry forest 73 | subtropical forest 74 | subtropical mixed-leaved forest 75 | subtropical moist forest 76 | taiga 77 | taiga forest 78 | temperate broad-leaved forest 79 | temperate broadleaf and mixed forest 80 | temperate coniferous forest 81 | temperate deciduous forest 82 | temperate mixed forest 83 | temperate mixed-leaved forest 84 | temperate needle forest 85 | temperate needleleaf forest 86 | temperate rainforest 87 | tropical forest 88 | tropical jungle 89 | tropical rainforest -------------------------------------------------------------------------------- /wildcards/furniture.txt: -------------------------------------------------------------------------------- 1 | armchair 2 | bookcase 3 | cabinet 4 | chair 5 | chest 6 | coffee table 7 | console table 8 | couch 9 | credenza 10 | desk 11 | dining table 12 | dresser 13 | end table 14 | futon 15 | headboard 16 | ottoman 17 | sofa 18 | stool 19 | storage bench 20 | table 21 | tv stand 22 | wardrobe -------------------------------------------------------------------------------- /wildcards/game.txt: -------------------------------------------------------------------------------- 1 | 8-bit jrpg 2 | a short hike 3 | age of empires 4 | albion 5 | alone in the dark 6 | angry birds 7 | animal crossing 8 | baldur's gate ii 9 | baldurs gate 10 | bastion 11 | battle axe 12 | bioshock 13 | blizzard 14 | cadillacs and dinosaurs 15 | candy crush 16 | carmen sandiego 17 | castle wolfenstein 18 | castlevania 19 | chrono trigger 20 | civilization v 21 | command & conquer red alert 22 | commander keen 23 | crusaider no regret 24 | dark souls 25 | darkest dungeon 26 | day of the tentacle 27 | desert strike 28 | diablo 29 | diablo 2 30 | disco elysium 31 | discworld 32 | divinity original sin 33 | doom 34 | dota 2 35 | dune 36 | escape from monkey island 37 | factorio 38 | fall out 39 | final fantasy 40 | full throttle 41 | game boy 42 | game boy advance 43 | game boy color 44 | god of war 45 | grand theft auto iii 46 | grim dawn 47 | grim fandango 48 | gta 1 49 | gta 2 50 | gta v 51 | half-life 52 | harvest moon 53 | i have no mouth and i must scream 54 | indiana jones and the fate of atlantis 55 | jrpg 56 | league of legends 57 | legend of mana 58 | leisure suit larry 59 | lemmings 60 | little big adventure 61 | loom 62 | lucasarts 63 | lucasarts adventure games 64 | magic carpet 65 | maniac mansion 66 | mario galaxy 67 | mario odissey 68 | marvel vs. capcom 69 | mdk 70 | metal slug 71 | metroid prime 72 | minecraft 73 | monster rancher 74 | monument valley 75 | mortal kombat 76 | myst 77 | neverwinter nights 78 | nintendo 79 | nintendo ds 80 | nintendo n64 81 | overwatch 82 | path of exile 83 | plants vs zombies 84 | playstation 1 85 | playstation 2 86 | pokemon 87 | portal 2 88 | prince of persia 89 | priston tale 90 | ps one 91 | quake 92 | ragnarok 93 | raptor call of the shadows 94 | red dead redemption 2 95 | redneck rampage 96 | resident evil 97 | retro rpg 98 | rimworld 99 | rockstar games 100 | roler coaster tycoon 101 | runescape 102 | sam & max hit the road 103 | samorost 104 | scummvm 105 | shadowrun 106 | sid meier’s civilization 107 | simant 108 | simcity 2000 109 | simcity 3000 110 | simon the sorcerer 111 | skyrim 112 | sony 113 | square enix 114 | star wars kotor 115 | star wars yoda stories 116 | starcraft 117 | stardew valley 118 | starfox 119 | street fighter 120 | super mario bros 3 121 | super mario rpg 122 | super mario world 123 | super metroid 124 | super nintendo 125 | superfrog 126 | syndicate 127 | team fortress 2 128 | tetris 129 | the chaos engine 130 | the dig 131 | the elder scrolls 132 | the incredible machine 133 | the journey down 134 | the last of us 135 | the legend of zelda 136 | the lord of the rings 137 | the secret of monkey island 138 | the witcher 139 | theme park 140 | thief 141 | tibia 142 | tomb raider 143 | tony hawk's pro skater 2 144 | transport tycoon 145 | tropico 5 146 | tyrian 147 | ultima online 148 | undertale 149 | warcraft 150 | wing commander 151 | world of warcraft 152 | x-com ufo defense 153 | x-men 154 | yoshi's island -------------------------------------------------------------------------------- /wildcards/gem.txt: -------------------------------------------------------------------------------- 1 | alexandrite 2 | amethyst 3 | aquamarine 4 | black diamond 5 | black opal 6 | blue diamond 7 | blue sapphire 8 | carnelian 9 | citrine 10 | diamond 11 | emerald 12 | fire opal 13 | garnet 14 | green sapphire 15 | jade 16 | jet 17 | kornerupine 18 | kunzite 19 | lapis lazuli 20 | moonstone 21 | morganite 22 | onyx 23 | opal 24 | pearl 25 | peridot 26 | pink diamond 27 | pink sapphire 28 | quartz 29 | red diamond 30 | red garnet 31 | red spinel 32 | ruby 33 | sapphire 34 | spinels 35 | spinel 36 | tanzanite 37 | topaz 38 | tourmaline 39 | tsavorite 40 | turquoise 41 | yellow diamond 42 | yellow sapphire 43 | zircon -------------------------------------------------------------------------------- /wildcards/gen-modifier.txt: -------------------------------------------------------------------------------- 1 | 60s kitsch and psychedelia 2 | abstract illusionism 3 | ambrotype 4 | american romanticism 5 | anaglyph effect 6 | anaglyph filter 7 | blueprint 8 | brutalism 9 | chillwave 10 | cottagecore 11 | crayon art 12 | cyanotype 13 | dark academia 14 | digital art 15 | dutch golden age 16 | fractalism 17 | fresco 18 | futuresynth 19 | german romanticism 20 | glitch art 21 | gothic art 22 | graffiti 23 | hyperrealism 24 | infrared 25 | Lovecraftian 26 | magic realism 27 | multiple exposure 28 | narrative realism 29 | photorealism 30 | realism 31 | retrowave 32 | Sabattier effect 33 | Sabattier filter 34 | still life 35 | street art 36 | surrealism 37 | synthwave 38 | vaporwave 39 | afrofuturism 40 | anime 41 | avant-garde 42 | calotype 43 | camcorder effect 44 | cubism 45 | daguerreotype 46 | doge 47 | expressionism 48 | figurativism 49 | fisheye lens 50 | gothic 51 | holography 52 | impressionism 53 | inverted colors 54 | long exposure 55 | mac and cheese 56 | macro lens 57 | manga 58 | modernism 59 | naturalism 60 | optical illusion 61 | positivism 62 | stuckism 63 | symbolism 64 | telephoto lens 65 | the matrix 66 | tilt-shift 67 | tintype 68 | tonalism 69 | -------------------------------------------------------------------------------- /wildcards/gender-ext.txt: -------------------------------------------------------------------------------- 1 | girl 2 | boy 3 | female 4 | male 5 | agender 6 | androgyne 7 | androgynous 8 | bigender 9 | cis 10 | cisgender 11 | cis female 12 | cis male 13 | cis man 14 | cis woman 15 | cisgender female 16 | cisgender male 17 | cisgender man 18 | cisgender woman 19 | female to male 20 | ftm 21 | gender fluid 22 | gender nonconforming 23 | gender questioning 24 | gender variant 25 | genderqueer 26 | intersex 27 | male to female 28 | mtf 29 | neither 30 | neutrois 31 | non-binary 32 | other 33 | pangender 34 | trans 35 | trans female 36 | trans male 37 | trans man 38 | trans person 39 | trans woman 40 | transfeminine 41 | transgender 42 | transgender female 43 | transgender male 44 | transgender man 45 | transgender person 46 | transgender woman 47 | transmasculine 48 | transsexual 49 | transsexual female 50 | transsexual male 51 | transsexual man 52 | transsexual person 53 | transsexual woman 54 | two-spirit 55 | -------------------------------------------------------------------------------- /wildcards/gender.txt: -------------------------------------------------------------------------------- 1 | girl 2 | boy 3 | female 4 | male 5 | non-binary 6 | -------------------------------------------------------------------------------- /wildcards/genre.txt: -------------------------------------------------------------------------------- 1 | abstract art 2 | action painting 3 | aestheticism 4 | agrarian art 5 | analytical cubism 6 | antique lithograph 7 | art brut 8 | art deco 9 | art nouveau 10 | baroque 11 | black art 12 | classicism 13 | clean vector 14 | concept 15 | conceptual art 16 | cubism 17 | cyberpunk 18 | dada 19 | dark fantasy 20 | decorative art 21 | dieselpunk 22 | enlightenment 23 | expressionism 24 | fantasy 25 | fauvism 26 | film noir 27 | fluxus 28 | folk art 29 | functional art 30 | futurism 31 | gothic 32 | gothic art 33 | holography 34 | hyperrealism 35 | impressionism 36 | installation art 37 | land art 38 | linocut 39 | mannerism 40 | massurrealism 41 | medieval 42 | minimalism 43 | modern art 44 | monochrome 45 | naive art 46 | neo-expressionism 47 | neo-impressionism 48 | neo-pop art 49 | neoclassicism 50 | new realism 51 | oil painting 52 | op art 53 | orientalism 54 | painting 55 | pencil sketch 56 | photoreal 57 | pop art 58 | post-impressionism 59 | post-impressionist 60 | post-modern art 61 | postmodern 62 | psychedelic 63 | realism 64 | renaissance 65 | romanticism 66 | sci-fi 67 | social realism 68 | steampunk 69 | surrealism 70 | symbolism 71 | tachisme 72 | victorian 73 | vintage 74 | visual art -------------------------------------------------------------------------------- /wildcards/hair-accessory.txt: -------------------------------------------------------------------------------- 1 | barrette 2 | bobby pin 3 | bun cover 4 | butterfly clip 5 | chignon 6 | chopsticks 7 | comb 8 | crown 9 | elastic hair band 10 | flower crown 11 | hair bell 12 | hair bobbles 13 | hair bow 14 | hair flower 15 | hair ornament 16 | hair ribbon 17 | hair tie 18 | hair tubes 19 | hair weapon 20 | hairband 21 | hairclip 22 | hairpin 23 | hairpods 24 | headband 25 | jaw clip 26 | kanzashi 27 | kirby grip 28 | ponytail holder 29 | scrunchie 30 | snap clip 31 | tiara -------------------------------------------------------------------------------- /wildcards/hair-color.txt: -------------------------------------------------------------------------------- 1 | ash blonde 2 | ash brown 3 | auburn 4 | black 5 | blonde 6 | brown 7 | burgundy 8 | chestnut 9 | chocolate 10 | copper 11 | dark blonde 12 | dark brown 13 | dark red 14 | dirty blonde 15 | honey blonde 16 | light blonde 17 | light brown 18 | medium blonde 19 | medium brown 20 | natural blonde 21 | platinum blonde 22 | red -------------------------------------------------------------------------------- /wildcards/hair-female-short.txt: -------------------------------------------------------------------------------- 1 | bob cut 2 | boy cut 3 | buzz cut 4 | chin-length bob 5 | cropped pixie 6 | faux hawk 7 | long pixie 8 | micro bangs 9 | modern shag 10 | pageboy 11 | pixie cut 12 | pixie bob 13 | razor cut 14 | spiky pixie 15 | stacked bob 16 | undercut pixie -------------------------------------------------------------------------------- /wildcards/hair-female.txt: -------------------------------------------------------------------------------- 1 | afro 2 | beach waves 3 | blowout 4 | bob 5 | box braids 6 | braided hairstyle 7 | bun 8 | buzz cut 9 | choppy bob 10 | cornrows 11 | crimped hair 12 | curly hair 13 | dreadlocks 14 | drill hair 15 | dutch braid 16 | fauxhawk 17 | fishtail braid 18 | french twist 19 | fringe 20 | frohawk 21 | graduated bob 22 | hair flaps 23 | half-up half-down hairstyle 24 | layered hair 25 | lob 26 | long hair 27 | medium hair 28 | messy hair 29 | mohawk 30 | perm 31 | pixie bob 32 | pixie cut 33 | pixie cut with bangs 34 | pointy hair 35 | ponytail 36 | prom hairstyle 37 | quiff 38 | razor cut 39 | ringlets 40 | shag 41 | shaggy hair 42 | short hair 43 | sleek hair 44 | spiked hair 45 | spiky hair 46 | straight hair 47 | textured hair 48 | twin drills 49 | twist-out 50 | updo 51 | updo hairstyle 52 | waterfall braid 53 | wavy hair 54 | wedge cut 55 | wet-look hairstyle -------------------------------------------------------------------------------- /wildcards/hair-length.txt: -------------------------------------------------------------------------------- 1 | very short hair 2 | short hair 3 | medium hair 4 | long hair 5 | very long hair 6 | absurdly long hair 7 | big hair -------------------------------------------------------------------------------- /wildcards/hair-male.txt: -------------------------------------------------------------------------------- 1 | afro 2 | beard 3 | blunt cut 4 | buzz cut 5 | clean-shaven 6 | comb over 7 | crew cut 8 | curly hair 9 | dreadlocks 10 | drop fade 11 | fade 12 | fade with beard 13 | fade with goatee 14 | fade with mustache 15 | fade with sideburns 16 | french crop 17 | goatee 18 | high-fade 19 | layer cut 20 | long beard 21 | long hair 22 | long mustache 23 | low-fade 24 | medium hair 25 | mid-fade 26 | mustache 27 | mutton chops 28 | pompadour 29 | quiff 30 | razor cut 31 | scissor cut 32 | shaggy hair 33 | shaved head 34 | short back and sides 35 | short beard 36 | short hair 37 | short mustache 38 | side part 39 | side-swept fringe 40 | sideburns 41 | slick back 42 | spiky hair 43 | straight hair 44 | taper fade 45 | temp fade 46 | textured crop 47 | textured fringe 48 | thick beard 49 | thin beard 50 | undercut -------------------------------------------------------------------------------- /wildcards/hd.txt: -------------------------------------------------------------------------------- 1 | 2k resolution 2 | 4k resolution 3 | 8k resolution 4 | 12k resolution 5 | 16k resolution 6 | 32k resolution 7 | High resolution 8 | High definition 9 | HD 10 | HDR 11 | Blu-ray 12 | HD-DVD 13 | -------------------------------------------------------------------------------- /wildcards/headwear-female.txt: -------------------------------------------------------------------------------- 1 | beanie 2 | beret 3 | bobble hat 4 | bonnet 5 | cap 6 | cloche hat 7 | fedora 8 | floppy hat 9 | hat 10 | headband 11 | headwrap 12 | hijab 13 | kerchief 14 | pillbox hat 15 | porkpie hat 16 | raccoon fur hat 17 | scrunchie 18 | skullcap 19 | sun hat 20 | turban 21 | veil 22 | wedding veil 23 | wide brim hat 24 | wimple -------------------------------------------------------------------------------- /wildcards/headwear-male.txt: -------------------------------------------------------------------------------- 1 | baseball cap 2 | beanie 3 | beret 4 | bobble hat 5 | bowler hat 6 | bucket hat 7 | caps 8 | cloche hat 9 | fedora 10 | flat cap 11 | golf cap 12 | hat 13 | homburg 14 | newsboy cap 15 | panama hat 16 | pork pie hat 17 | scally cap 18 | ski hat 19 | snapback 20 | straw hat 21 | sun hat 22 | tam 23 | trucker hat 24 | turban -------------------------------------------------------------------------------- /wildcards/high-heels.txt: -------------------------------------------------------------------------------- 1 | ankle strap heels 2 | block heels 3 | buckle heels 4 | cage heels 5 | chunky heels 6 | clear heels 7 | cone heels 8 | covered heels 9 | crochet heels 10 | cuban heels 11 | cut-out heels 12 | d'orsay heels 13 | dress heels 14 | embellished heels 15 | espadrille heels 16 | gladiator heels 17 | heel boots 18 | heel clogs 19 | heel espadrilles 20 | heel less heels 21 | heel loafers 22 | heel mules 23 | heel pumps 24 | heel sandals 25 | heel slingbacks 26 | heel wedges 27 | heeled boots 28 | heeled clogs 29 | heeled espadrilles 30 | heeled loafers 31 | heeled mules 32 | heeled pumps 33 | heeled sandals 34 | heeled slingbacks 35 | heeled wedges 36 | high-heel boots 37 | high-heel clogs 38 | high-heel espadrilles 39 | high-heel loafers 40 | high-heel mules 41 | high-heel sandals 42 | high-heel slingbacks 43 | high-heel wedges 44 | kitten heels 45 | lace-up heels 46 | laser cut heels 47 | mary jane heels 48 | metallic heels 49 | open-toe heels 50 | over-the-knee boots 51 | peep-toe heels 52 | platform heels 53 | pointed-toe heels 54 | pump heels 55 | slingback heels 56 | square-toe heels 57 | stiletto heels 58 | strappy heels 59 | wedge heels 60 | wrap-around heels -------------------------------------------------------------------------------- /wildcards/horror.txt: -------------------------------------------------------------------------------- 1 | slasher 2 | splatter 3 | gore 4 | survival 5 | monster 6 | supernatural 7 | ghost 8 | vampire 9 | zombie 10 | werewolf 11 | demonic 12 | cannibal 13 | body horror 14 | psychological 15 | psycho-biddy 16 | gothic 17 | occult 18 | haunted house 19 | ghost story 20 | urban legend 21 | eco-horror 22 | alien 23 | cosmic 24 | creature feature 25 | splatterpunk 26 | torture porn 27 | j-horror 28 | k-horror 29 | erotic 30 | comedy horror 31 | monster comedy 32 | natural horror 33 | found footage 34 | silent horror 35 | mummy 36 | occult detective 37 | apocalyptic 38 | post-apocalyptic 39 | dystopian 40 | science fiction horror 41 | religious horror 42 | historical horror 43 | folk horror -------------------------------------------------------------------------------- /wildcards/identity.txt: -------------------------------------------------------------------------------- 1 | old woman 2 | old man 3 | older woman 4 | older man 5 | middle-aged woman 6 | middle-aged man 7 | woman 8 | man 9 | young woman 10 | young man 11 | teenage girl 12 | teenage boy 13 | girl 14 | boy 15 | young girl 16 | young boy 17 | baby 18 | -------------------------------------------------------------------------------- /wildcards/interior.txt: -------------------------------------------------------------------------------- 1 | art deco interior 2 | art nouveau interior 3 | asian interior 4 | beach house interior 5 | bohemian interior 6 | boho chic interior 7 | cabin interior 8 | chic interior 9 | coastal interior 10 | colonial interior 11 | contemporary interior 12 | cottage interior 13 | country interior 14 | craftsman interior 15 | eclectic interior 16 | english country interior 17 | farmhouse interior 18 | french country interior 19 | futuristic interior 20 | glam interior 21 | gothic interior 22 | greek interior 23 | hippie chic interior 24 | hollywood regency interior 25 | industrial interior 26 | japanese interior 27 | luxury interior 28 | medieval interior 29 | mediterranean interior 30 | mid-century modern interior 31 | minimalist interior 32 | modern interior 33 | moroccan interior 34 | nautical interior 35 | old hollywood interior 36 | parisian interior 37 | provence interior 38 | romantic interior 39 | rustic interior 40 | scandinavian interior 41 | shabby chic interior 42 | shaker interior 43 | spanish interior 44 | steampunk interior 45 | traditional interior 46 | tropical interior 47 | tudor interior 48 | urban modern interior 49 | victorian interior -------------------------------------------------------------------------------- /wildcards/iso-stop.txt: -------------------------------------------------------------------------------- 1 | ISO 100 2 | ISO 200 3 | ISO 400 4 | ISO 800 5 | ISO 1600 6 | ISO 3200 7 | ISO 6400 8 | ISO 12500 9 | ISO 25600 10 | ISO 51200 11 | ISO 102400 12 | ISO 204800 13 | ISO 409600 14 | -------------------------------------------------------------------------------- /wildcards/landscape.txt: -------------------------------------------------------------------------------- 1 | abstract landscape 2 | aerial landscape 3 | architectural landscape 4 | botanical landscape 5 | cityscapes 6 | desertscapes 7 | ecological landscape 8 | fantasy landscape 9 | flowering landscape 10 | forestscapes 11 | historical landscape 12 | industrial landscape 13 | landscape 14 | landscape in black and white 15 | landscape in color 16 | landscape with Analogous Colors 17 | landscape with animals 18 | landscape with Asymmetry 19 | landscape with Atmospheric Perspective 20 | landscape with Balance 21 | landscape with balance 22 | landscape with Bright Colors 23 | landscape with chroma 24 | landscape with colors 25 | landscape with Complementary Colors 26 | landscape with contrast 27 | landscape with Contrast of Brightness and Darkness 28 | landscape with Contrast of Earth Tones and Non-Earth Tones 29 | landscape with Contrast of Hue 30 | landscape with Contrast of Intensity 31 | landscape with Contrast of Lightness 32 | landscape with Contrast of Saturation 33 | landscape with Contrast of Visual Weight 34 | landscape with Contrast of Warmth and Coolth 35 | landscape with Cool Colors 36 | landscape with Curvilinear 37 | landscape with Dark Colors 38 | landscape with depth 39 | landscape with dimensions 40 | landscape with Dimetric Perspective 41 | landscape with Dominance 42 | landscape with earth 43 | landscape with Earth Colors 44 | landscape with Emphasis 45 | landscape with fire 46 | landscape with Focal Point 47 | landscape with form 48 | landscape with Four-Point Perspective 49 | landscape with Freeform 50 | landscape with Geometric 51 | landscape with Gradation 52 | landscape with Hard Texture 53 | landscape with Harmony 54 | landscape with harmony 55 | landscape with Horizontal Balance 56 | landscape with hue 57 | landscape with intensity 58 | landscape with Isometric Perspective 59 | landscape with light 60 | landscape with lightness 61 | landscape with Linear Perspective 62 | landscape with moon 63 | landscape with movement 64 | landscape with Multi-Point Perspective 65 | landscape with Neutral Colors 66 | landscape with One-Point Perspective 67 | landscape with Organic 68 | landscape with Pattern 69 | landscape with pattern 70 | landscape with people 71 | landscape with perspective 72 | landscape with Proportion 73 | landscape with proportion 74 | landscape with Quadrilateral 75 | landscape with Radial Balance 76 | landscape with Rectilinear 77 | landscape with Repetition 78 | landscape with rhythm 79 | landscape with Rough Texture 80 | landscape with saturation 81 | landscape with scale 82 | landscape with shade 83 | landscape with shadow 84 | landscape with shapes 85 | landscape with Simultaneous Contrast 86 | landscape with Single-Point Perspective 87 | landscape with sky 88 | landscape with Smooth Texture 89 | landscape with Soft Texture 90 | landscape with space 91 | landscape with stars 92 | landscape with Subordination 93 | landscape with sun 94 | landscape with Symmetry 95 | landscape with temperature 96 | landscape with Texture 97 | landscape with texture 98 | landscape with Three-Point Perspective 99 | landscape with time 100 | landscape with tint 101 | landscape with tone 102 | landscape with Triangulation 103 | landscape with Trimetric Perspective 104 | landscape with Two-Point Perspective 105 | landscape with Unity 106 | landscape with unity 107 | landscape with value 108 | landscape with Variety 109 | landscape with variety 110 | landscape with Vertical Balance 111 | landscape with Visual Weight 112 | landscape with Warm Colors 113 | landscape with water 114 | landscape with wind 115 | landscape withlines 116 | maximalist landscape 117 | minimalist landscape 118 | mountainscapes 119 | mythological landscape 120 | panoramic landscape 121 | political landscape 122 | religious landscape 123 | scientific landscape 124 | seascapes 125 | skyscapes 126 | snowscapes 127 | surreal landscape 128 | -------------------------------------------------------------------------------- /wildcards/legwear.txt: -------------------------------------------------------------------------------- 1 | ankle socks 2 | bobby socks 3 | cable-knit pantyhose 4 | cable-knit tights 5 | control-top pantyhose 6 | control-top tights 7 | detached leggings 8 | fishnet tights 9 | fleece-lined pantyhose 10 | fleece-lined tights 11 | garter belt 12 | garter straps 13 | high-waisted tights 14 | hold-ups 15 | knee-highs 16 | kneehighs 17 | lace pantyhose 18 | lace tights 19 | leg warmers 20 | leggings 21 | legwear garter 22 | loose socks 23 | low-rise tights 24 | maternity tights 25 | no-show tights 26 | nylon stockings 27 | over-kneehighs 28 | over-the-knee socks 29 | pantyhose 30 | patterned pantyhose 31 | patterned tights 32 | satin stockings 33 | seamless tights 34 | shaping pantyhose 35 | shaping tights 36 | sheer pantyhose 37 | sheer tights 38 | silk stockings 39 | socks 40 | stockings 41 | tabi 42 | thermal pantyhose 43 | thermal tights 44 | thigh strap 45 | thigh-highs 46 | thighband pantyhose 47 | thighhighs 48 | tights 49 | toe socks 50 | tube socks -------------------------------------------------------------------------------- /wildcards/lighting.txt: -------------------------------------------------------------------------------- 1 | Rembrandt lighting 2 | accent lighting 3 | ambient artificial light 4 | ambient lighting 5 | ambient natural light 6 | background light 7 | backlight 8 | bioluminescent details 9 | bright neon lighting 10 | candlelight 11 | chiaroscuro 12 | diffusion lighting 13 | direct flash photography 14 | fill light 15 | flat lighting 16 | front lighting 17 | gel lighting 18 | hard shadows 19 | iridescent lighting 20 | key light 21 | luminescence 22 | mood lighting 23 | open shade lighting 24 | radiant god rays 25 | rim light 26 | silhouetted against the bright window 27 | soft bounced lighting 28 | soft diffused lighting 29 | soft fill lighting 30 | soft natural lighting 31 | specular lighting 32 | strong side key lights 33 | warm golden hour lighting -------------------------------------------------------------------------------- /wildcards/lipstick-shade.txt: -------------------------------------------------------------------------------- 1 | beige 2 | berry 3 | black 4 | brown 5 | burgundy 6 | cherry 7 | coral 8 | cream 9 | fuchsia 10 | gloss 11 | golden 12 | grape 13 | green 14 | hot pink 15 | lavender 16 | light pink 17 | magenta 18 | mauve 19 | nude 20 | orange 21 | peach 22 | pink 23 | plum 24 | red 25 | rose 26 | rust 27 | shimmer 28 | silver 29 | soft pink 30 | teal 31 | terracotta 32 | violet 33 | watermelon 34 | wine -------------------------------------------------------------------------------- /wildcards/lipstick.txt: -------------------------------------------------------------------------------- 1 | cream lipstick 2 | gloss lipstick 3 | matte lipstick 4 | metallic lipstick 5 | satin lipstick 6 | sheer lipstick 7 | stain lipstick 8 | velvet lipstick -------------------------------------------------------------------------------- /wildcards/location.txt: -------------------------------------------------------------------------------- 1 | airfield 2 | airplane interior 3 | airport 4 | alley 5 | alleyway 6 | amphitheater 7 | amusement park 8 | apartment 9 | aquarium 10 | aqueduct 11 | arcade 12 | arena 13 | armory 14 | art gallery 15 | asteroid 16 | autumn 17 | bakery 18 | bamboo forest 19 | bar 20 | barn 21 | bathroom 22 | bathtub 23 | beach 24 | bed room 25 | bedroom 26 | bell tower 27 | bookstore 28 | bouncy castle 29 | bowling alley 30 | bridge 31 | bunker 32 | bus interior 33 | bus stop 34 | cafe 35 | cafeteria 36 | camp 37 | canal 38 | canyon 39 | capitol building 40 | car interior 41 | carousel 42 | casino 43 | castle 44 | cave 45 | changing room 46 | chicken coop 47 | church 48 | city 49 | classroom 50 | cliff 51 | clock tower 52 | closet 53 | clubroom 54 | cockpit 55 | colosseum 56 | conservatory 57 | construction site 58 | control tower 59 | convenience store 60 | convention 61 | cooling tower 62 | corn maze 63 | cosmic 64 | court 65 | courtroom 66 | courtyard 67 | crosswalk 68 | cubicle 69 | cyberpunk city 70 | dam 71 | dark tunnel 72 | desert 73 | dining room 74 | dirt road 75 | dock 76 | dressing room 77 | drydock 78 | dungeon 79 | factory 80 | fall 81 | fantasy 82 | fantasy city 83 | farm 84 | ferris wheel 85 | field 86 | field of flowers 87 | field of wheat 88 | fire 89 | fitting room 90 | floating castle 91 | floating city 92 | floating island 93 | flower field 94 | flower garden 95 | flower shop 96 | forest 97 | fountain 98 | frozen lakeside 99 | garage 100 | garden 101 | gas station 102 | gazebo 103 | geyser 104 | glacier 105 | gothic 106 | gradient 107 | graveyard 108 | greenhouse 109 | guard tower 110 | gym 111 | gym storeroom 112 | hangar 113 | harbor 114 | haunted library 115 | hell 116 | hen house 117 | highway 118 | hill 119 | hospital 120 | hotel 121 | hotel room 122 | house 123 | hut 124 | industrial 125 | infernal palace 126 | infirmary 127 | island 128 | izakaya 129 | jetty 130 | jewish temple 131 | jungle 132 | kitchen 133 | laboratory 134 | lake 135 | library 136 | lighthouse 137 | living room 138 | locker room 139 | lunar base 140 | mall 141 | market 142 | market stall 143 | meadow 144 | medieval village 145 | megastructure 146 | messy room 147 | military base 148 | minaret 149 | moon 150 | mosque 151 | mountain 152 | movie theater 153 | museum 154 | mushroom forest 155 | nature 156 | night sky 157 | nightclub 158 | nuclear powerplant 159 | oasis 160 | observatory 161 | ocean 162 | ocean bottom 163 | office 164 | onsen 165 | orchard 166 | otaku room 167 | pagoda 168 | park 169 | parking lot 170 | path 171 | pharmacy 172 | phone booth 173 | pier 174 | plain 175 | planet 176 | planetarium 177 | playground 178 | pond 179 | pool 180 | poolside 181 | powerplant 182 | prison 183 | prison cell 184 | railroad crossing 185 | railroad tracks 186 | ramen shop 187 | refinery 188 | restaurant 189 | rice paddy 190 | river 191 | road 192 | roller coaster 193 | roman city 194 | rooftop 195 | rope bridge 196 | rose garden 197 | ruins 198 | running track 199 | runway 200 | rural 201 | salon 202 | savannah 203 | school 204 | sex shop 205 | shack 206 | ship 207 | shipyard 208 | shop 209 | shore 210 | shower 211 | shrine 212 | sidewalk 213 | simple 214 | skating rink 215 | skyscraper 216 | slums 217 | soccer field 218 | space 219 | space elevator 220 | space station 221 | spacecraft interior 222 | spring 223 | stadium 224 | staff room 225 | stage 226 | stilt house 227 | stone walkway 228 | storage room 229 | stream 230 | street 231 | summer 232 | sunset 233 | supermarket 234 | swimming pool 235 | tank interior 236 | tavern 237 | temple 238 | theater 239 | toilet stall 240 | tower 241 | town 242 | train interior 243 | train station 244 | treehouse 245 | trench 246 | tunnel 247 | underworld 248 | valley 249 | vatican city 250 | vehicle interior 251 | village 252 | volcano 253 | war 254 | warehouse 255 | wasteland 256 | water 257 | waterfall 258 | waterpark 259 | weapon shop 260 | well 261 | wetland 262 | wheat field 263 | windmill 264 | winter 265 | wooden bridge 266 | workshop 267 | wrestling ring 268 | zoo -------------------------------------------------------------------------------- /wildcards/makeup.txt: -------------------------------------------------------------------------------- 1 | blush 2 | bronzer 3 | brow powder 4 | brow pencil 5 | concealer 6 | contour powder 7 | curl mascara 8 | eye liner 9 | eye shadow 10 | eyebrow gel 11 | false lashes 12 | foundation 13 | lip balm 14 | lip gloss 15 | lip liner 16 | lipstick 17 | mascara 18 | nail polish 19 | primer 20 | setting powder 21 | setting spray -------------------------------------------------------------------------------- /wildcards/male-adult.txt: -------------------------------------------------------------------------------- 1 | old man 2 | older man 3 | middle-aged man 4 | man 5 | young man 6 | -------------------------------------------------------------------------------- /wildcards/male-young.txt: -------------------------------------------------------------------------------- 1 | teenage boy 2 | boy 3 | young boy -------------------------------------------------------------------------------- /wildcards/monster.txt: -------------------------------------------------------------------------------- 1 | abaddon 2 | abominable snowman 3 | alien 4 | ammit 5 | anansi 6 | angel 7 | angel of death 8 | anubis 9 | apollo 10 | arachne 11 | aswang 12 | atlas 13 | banshee 14 | basilisk 15 | behemoth 16 | bennu 17 | bigfoot 18 | blob 19 | bloodsucker 20 | bogeyman 21 | boggart 22 | bronze dragon 23 | brownie 24 | calydonian boar 25 | centaur 26 | cerberus 27 | changeling 28 | charybdis 29 | cherub 30 | chimaera 31 | chimera 32 | chupacabra 33 | clown 34 | cobra 35 | cockatrice 36 | crocotta 37 | cryptid 38 | cyclops 39 | dagon 40 | daimon 41 | deity 42 | demon 43 | devil 44 | direwolf 45 | divine being 46 | djinn 47 | dragon 48 | drakon 49 | drow 50 | drowned ghost 51 | dwarf 52 | eclipse dragon 53 | efreet 54 | elder thing 55 | elemental 56 | elf 57 | endbringer 58 | ent 59 | erinyes 60 | fairy 61 | fallen angel 62 | fangtooth 63 | fates 64 | fenrir 65 | fire dragon 66 | flicker 67 | gargoyle 68 | genie 69 | ghost 70 | ghoul 71 | giant 72 | goblin 73 | god 74 | goddess 75 | godzilla 76 | gorgon 77 | griffin 78 | hag 79 | half-demon 80 | harpy 81 | hatchling 82 | hecatoncheires 83 | hellhound 84 | hobgoblin 85 | homunculus 86 | horla 87 | hydra 88 | ice dragon 89 | imp 90 | incubus 91 | jackalope 92 | jinn 93 | kelpie 94 | kraken 95 | kudzu 96 | labrador retriever 97 | lamashtu 98 | lamia 99 | leprechaun 100 | leviathan 101 | lich 102 | loch ness monster 103 | manticore 104 | medusa 105 | mermaid 106 | mimic 107 | minotaur 108 | monster 109 | mothman 110 | mummy 111 | naga 112 | necromancer 113 | nymph 114 | ogre 115 | oni 116 | orc 117 | ork 118 | phoenix 119 | pooka 120 | quasit 121 | rakshasa 122 | rat king 123 | reaper 124 | roc 125 | sasquatch 126 | satyr 127 | selkie 128 | shaman 129 | siren 130 | skeleton 131 | sorcerer 132 | specter 133 | sphinx 134 | succubus 135 | tentacle monster 136 | titan 137 | treant 138 | troll 139 | valkyrie 140 | vampire 141 | warlock 142 | wendigo 143 | werewolf 144 | witch 145 | wizard 146 | wraith 147 | wyrm 148 | yeti 149 | yowie 150 | yuki-onna 151 | zombie -------------------------------------------------------------------------------- /wildcards/movement.txt: -------------------------------------------------------------------------------- 1 | abstract art 2 | abstract expressionism 3 | abstract illusionism 4 | academic art 5 | action painting 6 | aestheticism 7 | afrofuturism 8 | altermodern 9 | american barbizon school 10 | american impressionism 11 | american realism 12 | american scene painting 13 | analytical art 14 | antipodeans 15 | arabesque 16 | arbeitsrat für kunst 17 | art & language 18 | art brut 19 | art deco 20 | art informel 21 | art nouveau 22 | art photography 23 | arte povera 24 | arts and crafts movement 25 | ascii art 26 | ashcan school 27 | assemblage 28 | australian tonalism 29 | auto-destructive art 30 | barbizon school 31 | baroque 32 | bauhaus 33 | bengal school of art 34 | berlin secession 35 | black arts movement 36 | brutalism 37 | classical realism 38 | cloisonnism 39 | cobra 40 | color field 41 | computer art 42 | conceptual art 43 | concrete art 44 | constructivism 45 | context art 46 | crystal cubism 47 | cubism 48 | cubo-futurism 49 | cynical realism 50 | dada 51 | dansaekhwa 52 | danube school 53 | dau-al-set 54 | de stijl (also known as neoplasticism) 55 | deconstructivism 56 | digital art 57 | ecological art 58 | environmental art 59 | excessivism 60 | expressionism 61 | fantastic realism 62 | fauvism 63 | feminist art 64 | figuration libre 65 | figurative art 66 | fine art 67 | fluxus 68 | folk art 69 | funk art 70 | futurism 71 | geometric abstract art 72 | glitch art 73 | golden age 74 | gothic 75 | gothic art 76 | graffiti/street art 77 | gutai group 78 | happening 79 | harlem renaissance 80 | heidelberg school 81 | hudson river school 82 | hurufiyya 83 | hypermodernism 84 | hyperrealism 85 | impressionism 86 | incoherents 87 | institutional critique 88 | interactive art 89 | international gothic 90 | international typographic style 91 | kinetic art 92 | kinetic pointillism 93 | kitsch movement 94 | land art 95 | les automatistes 96 | les nabis 97 | letterism 98 | light and space 99 | lowbrow 100 | lyco art 101 | lyrical abstraction 102 | magic realism 103 | mail art 104 | mannerism 105 | massurrealism 106 | maximalism 107 | metaphysical painting 108 | mingei 109 | minimalism 110 | modern european ink painting 111 | modernism 112 | modular constructivism 113 | naive art 114 | neo-dada 115 | neo-expressionism 116 | neo-fauvism 117 | neo-figurative 118 | neo-primitivism 119 | neo-romanticism 120 | neoclassicism 121 | neogeo (art) 122 | neoism 123 | net art 124 | new objectivity 125 | new sculpture 126 | northwest school 127 | nuclear art 128 | objective abstraction 129 | op art 130 | orphism 131 | panfuturism 132 | paris school 133 | photorealism 134 | pixel art 135 | plasticien 136 | plein air 137 | pointillism 138 | pop art 139 | post-impressionism 140 | postminimalism 141 | pre-raphaelitism 142 | precisionism 143 | primitivism 144 | private press 145 | process art 146 | psychedelic art 147 | purism 148 | qajar art 149 | quito school 150 | rasquache 151 | rayonism 152 | realism 153 | regionalism 154 | remodernism 155 | renaissance 156 | retrofuturism 157 | rococo 158 | romanesque 159 | romanticism 160 | samikshavad 161 | serial art 162 | shin hanga 163 | shock art 164 | socialist realism 165 | sots art 166 | space art 167 | street art 168 | stuckism 169 | sumatraism 170 | superflat 171 | suprematism 172 | surrealism 173 | symbolism 174 | synchromism 175 | synthetism 176 | sōsaku hanga 177 | tachisme 178 | tachisme (aka informel) 179 | temporary art 180 | tonalism 181 | toyism 182 | transgressive art 183 | ukiyo-e 184 | underground comix 185 | unilalianism 186 | vancouver school 187 | vanitas 188 | verdadism 189 | video art 190 | viennese actionism 191 | visual art 192 | vorticism -------------------------------------------------------------------------------- /wildcards/name-female.txt: -------------------------------------------------------------------------------- 1 | Aaliyah 2 | Abigail 3 | Adalyn 4 | Addison 5 | Adeline 6 | Adriana 7 | Ainsley 8 | Alaina 9 | Alana 10 | Alejandra 11 | Alexa 12 | Alexis 13 | Alicia 14 | Allison 15 | Alyssa 16 | Amaya 17 | Amber 18 | Amelia 19 | Ana 20 | Angélica 21 | Annabelle 22 | Antonia 23 | Aria 24 | Ariana 25 | Aubree 26 | Aubrey 27 | Audrey 28 | Aurora 29 | Autumn 30 | Ava 31 | Averie 32 | Avery 33 | Avianna 34 | Aylin 35 | Bailey 36 | Beatriz 37 | Bella 38 | Blanca 39 | Brooklynn 40 | Brynlee 41 | Callie 42 | Cameron 43 | Camila 44 | Carlota 45 | Carmen 46 | Carolina 47 | Caroline 48 | Charlotte 49 | Chloe 50 | Claire 51 | Claudia 52 | Concepción 53 | Cora 54 | Dakota 55 | Daniela 56 | Delilah 57 | Dolores 58 | Eden 59 | Eleanor 60 | Eliana 61 | Eliza 62 | Elizabeth 63 | Ella 64 | Ellie 65 | Elsie 66 | Emerson 67 | Emery 68 | Emilia 69 | Emily 70 | Emma 71 | Esperanza 72 | Eva 73 | Evelyn 74 | Everleigh 75 | Fernanda 76 | Finley 77 | Florencia 78 | Francisca 79 | Gabriela 80 | Gabriella 81 | Genevieve 82 | Gianna 83 | Gloria 84 | Grace 85 | Hannah 86 | Harper 87 | Hayden 88 | Hazel 89 | Inés 90 | Isabel 91 | Isabella 92 | Isabelle 93 | Isla 94 | Ivonne 95 | Ivy 96 | Jimena 97 | Jordyn 98 | Josie 99 | Juana 100 | Julia 101 | Juliette 102 | Kaylee 103 | Kennedy 104 | Kinsley 105 | Kylie 106 | Laura 107 | Lauren 108 | Layla 109 | Leah 110 | Leilani 111 | Leonor 112 | Lila 113 | Lilah 114 | Lillian 115 | Lily 116 | London 117 | Lucy 118 | Lucía 119 | Luna 120 | Mackenzie 121 | Madeline 122 | Madelyn 123 | Madison 124 | Makayla 125 | Mariah 126 | Marisol 127 | Marta 128 | María 129 | María José 130 | María del Pilar 131 | Maya 132 | Melanie 133 | Mercedes 134 | Mia 135 | Mila 136 | Milagros 137 | Molly 138 | Nadia 139 | Naomi 140 | Natalie 141 | Nora 142 | Norah 143 | Nova 144 | Olivia 145 | Paige 146 | Paisley 147 | Parker 148 | Patricia 149 | Penelope 150 | Peyton 151 | Pilar 152 | Piper 153 | Quinn 154 | Remi 155 | Riley 156 | Rosa 157 | Ruby 158 | Rylee 159 | Sadie 160 | Samantha 161 | Sara 162 | Sarah 163 | Savannah 164 | Scarlett 165 | Serenity 166 | Shelby 167 | Sienna 168 | Skylar 169 | Sofía 170 | Soledad 171 | Sophia 172 | Sophie 173 | Stella 174 | Summer 175 | Teresa 176 | Trinity 177 | Valeria 178 | Valerie 179 | Verónica 180 | Victoria 181 | Violet 182 | Vivian 183 | Willow 184 | Ximena 185 | Yolanda 186 | Zoe -------------------------------------------------------------------------------- /wildcards/name-male.txt: -------------------------------------------------------------------------------- 1 | Aarav 2 | Aaron 3 | Abel 4 | Ace 5 | Adam 6 | Adonis 7 | Adrian 8 | Aidan 9 | Alden 10 | Aldo 11 | Alec 12 | Alen 13 | Alex 14 | Alexander 15 | Alexis 16 | Alfredo 17 | Alistair 18 | Amos 19 | Andrew 20 | Angel 21 | Anson 22 | Anthony 23 | Arjun 24 | Armando 25 | Arturo 26 | Asher 27 | Ashton 28 | Atticus 29 | Austin 30 | Avery 31 | Axel 32 | Ayden 33 | Baylor 34 | Beau 35 | Beckham 36 | Benjamin 37 | Blake 38 | Bohdi 39 | Bowen 40 | Bradley 41 | Branden 42 | Brandon 43 | Brantley 44 | Brayden 45 | Brock 46 | Brody 47 | Brycen 48 | Bryson 49 | Caden 50 | Caiden 51 | Caleb 52 | Callum 53 | Camden 54 | Cameron 55 | Camron 56 | Cannon 57 | Carson 58 | Carter 59 | Cassius 60 | Cayson 61 | Cedric 62 | Channing 63 | Charles 64 | Chase 65 | Christian 66 | Christopher 67 | Colby 68 | Colton 69 | Connor 70 | Cooper 71 | Crew 72 | Damian 73 | Damon 74 | Daniel 75 | Darian 76 | David 77 | Deacon 78 | Declan 79 | Denver 80 | Derek 81 | Dominic 82 | Drake 83 | Drew 84 | Dylan 85 | Easton 86 | Edison 87 | Eli 88 | Elian 89 | Elias 90 | Elijah 91 | Elliot 92 | Emanuel 93 | Emerson 94 | Emmitt 95 | Enzo 96 | Ethan 97 | Evan 98 | Ezekiel 99 | Ezra 100 | Finnegan 101 | Ford 102 | Gabriel 103 | Gael 104 | Gage 105 | Garrett 106 | Gavin 107 | Grayson 108 | Greyson 109 | Griffin 110 | Gunner 111 | Harris 112 | Harrison 113 | Hendrix 114 | Holden 115 | Houston 116 | Hudson 117 | Hunter 118 | Ian 119 | Isaac 120 | Isaiah 121 | Jack 122 | Jackson 123 | Jacob 124 | Jaden 125 | Jaiden 126 | Jake 127 | James 128 | Jameson 129 | Jason 130 | Jaxon 131 | Jaxson 132 | Jayce 133 | Jayden 134 | Jett 135 | John 136 | Jonah 137 | Jonathan 138 | Jordan 139 | Joseph 140 | Joshua 141 | Josiah 142 | Juan 143 | Judah 144 | Julian 145 | Justice 146 | Justin 147 | Kai 148 | Kaiden 149 | Kairo 150 | Karter 151 | Keegan 152 | Kendrick 153 | Knox 154 | Kyrie 155 | Landon 156 | Landry 157 | Lennox 158 | Leo 159 | Levi 160 | Liam 161 | Lincoln 162 | Logan 163 | Lucas 164 | Luke 165 | Maddox 166 | Malachi 167 | Mason 168 | Mateo 169 | Matteo 170 | Maverick 171 | Memphis 172 | Messiah 173 | Michael 174 | Miles 175 | Miller 176 | Milo 177 | Nash 178 | Nathan 179 | Nathaniel 180 | Niko 181 | Noah 182 | Nolan 183 | Oliver 184 | Orlando 185 | Otto 186 | Owen 187 | Pablo 188 | Parker 189 | Phoenix 190 | Quentin 191 | Raylan 192 | Reid 193 | Remington 194 | Remy 195 | Reuben 196 | Rhett 197 | Rhys 198 | Riggs 199 | Riker 200 | Riley 201 | River 202 | Rohan 203 | Roman 204 | Rowan 205 | Ryan 206 | Ryker 207 | Samuel 208 | Sawyer 209 | Sebastian 210 | Shawn 211 | Silas 212 | Soren 213 | Tanner 214 | Thatcher 215 | Theodore 216 | Thomas 217 | Titus 218 | Tobias 219 | Tristan 220 | Troy 221 | Tyler 222 | Vihaan 223 | Weston 224 | William 225 | Winston 226 | Wyatt 227 | Zane 228 | Zayn 229 | Zion -------------------------------------------------------------------------------- /wildcards/national-park.txt: -------------------------------------------------------------------------------- 1 | Acadia National Park 2 | Arches National Park 3 | Badlands National Park 4 | Big Bend National Park 5 | Biscayne National Park 6 | Black Canyon of the Gunnison National Park 7 | Bryce Canyon National Park 8 | Canyonlands National Park 9 | Capitol Reef National Park 10 | Carlsbad Caverns National Park 11 | Channel Islands National Park 12 | Congaree National Park 13 | Crater Lake National Park 14 | Cuyahoga Valley National Park 15 | Death Valley National Park 16 | Denali National Park and Preserve 17 | Dry Tortugas National Park 18 | Everglades National Park 19 | Gates of the Arctic National Park and Preserve 20 | Glacier National Park Glacier Bay National Park and Preserve 21 | Grand Canyon National Park 22 | Grand Teton National Park 23 | Great Basin National Park 24 | Great Sand Dunes National Park and Preserve 25 | Great Smoky Mountains National Park 26 | Guadalupe Mountains National Park 27 | Haleakala National Park 28 | Hawaii Volcanoes National Park 29 | Hot Springs National Park 30 | Isle Royale National Park 31 | Joshua Tree National Park 32 | Katmai National Park and Preserve 33 | Kenai Fjords National Park 34 | Kings Canyon National Park 35 | Kobuk Valley National Park 36 | Lake Clark National Park and Preserve 37 | Lassen Volcanic National Park 38 | Mammoth Cave National Park 39 | Mesa Verde National Park 40 | Mount Rainier National Park 41 | North Cascades National Park 42 | Olympic National Park 43 | Petrified Forest National Park 44 | Redwood National and State Parks 45 | Rocky Mountain National Park 46 | Saguaro National Park 47 | Sequoia National Park 48 | Shenandoah National Park 49 | Theodore Roosevelt National Park 50 | Voyageurs National Park 51 | Wind Cave National Park 52 | Wrangell-St. Elias National Park and Preserve 53 | Yellowstone National Park 54 | Yosemite National Park 55 | Zion National Park 56 | -------------------------------------------------------------------------------- /wildcards/nationality.txt: -------------------------------------------------------------------------------- 1 | Afghan 2 | Albanian 3 | Algerian 4 | American 5 | Andorran 6 | Angolan 7 | Anguillan 8 | Citizen of Antigua 9 | Barbuda 10 | Argentine 11 | Armenian 12 | Australian 13 | Austrian 14 | Azerbaijani 15 | Bahamian 16 | Bahraini 17 | Bangladeshi 18 | Barbadian 19 | Belarusian 20 | Belgian 21 | Belizean 22 | Beninese 23 | Bermudian 24 | Bhutanese 25 | Bolivian 26 | Citizen of Bosnia 27 | Herzegovina 28 | Botswanan 29 | Brazilian 30 | British 31 | British Virgin Islander 32 | Bruneian 33 | Bulgarian 34 | Burkinan 35 | Burmese 36 | Burundian 37 | Cambodian 38 | Cameroonian 39 | Canadian 40 | Cape Verdean 41 | Cayman Islander 42 | Central African 43 | Chadian 44 | Chilean 45 | Chinese 46 | Colombian 47 | Comoran 48 | Congolese (Congo) 49 | Congolese (DRC) 50 | Cook Islander 51 | Costa Rican 52 | Croatian 53 | Cuban 54 | Cymraes 55 | Cymro 56 | Cypriot 57 | Czech 58 | Danish 59 | Djiboutian 60 | Dominican 61 | Citizen of the Dominican Republic 62 | Dutch 63 | East Timorese 64 | Ecuadorean 65 | Egyptian 66 | Emirati 67 | English 68 | Equatorial Guinean 69 | Eritrean 70 | Estonian 71 | Ethiopian 72 | Faroese 73 | Fijian 74 | Filipino 75 | Finnish 76 | French 77 | Gabonese 78 | Gambian 79 | Georgian 80 | German 81 | Ghanaian 82 | Gibraltarian 83 | Greek 84 | Greenlandic 85 | Grenadian 86 | Guamanian 87 | Guatemalan 88 | Citizen of Guinea-Bissau 89 | Guinean 90 | Guyanese 91 | Haitian 92 | Honduran 93 | Hong Konger 94 | Hungarian 95 | Icelandic 96 | Indian 97 | Indonesian 98 | Iranian 99 | Iraqi 100 | Irish 101 | Israeli 102 | Italian 103 | Ivorian 104 | Jamaican 105 | Japanese 106 | Jordanian 107 | Kazakh 108 | Kenyan 109 | Kittitian 110 | Citizen of Kiribati 111 | Kosovan 112 | Kuwaiti 113 | Kyrgyz 114 | Lao 115 | Latvian 116 | Lebanese 117 | Liberian 118 | Libyan 119 | Liechtenstein citizen 120 | Lithuanian 121 | Luxembourger 122 | Macanese 123 | Macedonian 124 | Malagasy 125 | Malawian 126 | Malaysian 127 | Maldivian 128 | Malian 129 | Maltese 130 | Marshallese 131 | Martiniquais 132 | Mauritanian 133 | Mauritian 134 | Mexican 135 | Micronesian 136 | Moldovan 137 | Monegasque 138 | Mongolian 139 | Montenegrin 140 | Montserratian 141 | Moroccan 142 | Mosotho 143 | Mozambican 144 | Namibian 145 | Nauruan 146 | Nepalese 147 | New Zealander 148 | Nicaraguan 149 | Nigerian 150 | Nigerien 151 | Niuean 152 | North Korean 153 | Northern Irish 154 | Norwegian 155 | Omani 156 | Pakistani 157 | Palauan 158 | Palestinian 159 | Panamanian 160 | Papua New Guinean 161 | Paraguayan 162 | Peruvian 163 | Pitcairn Islander 164 | Polish 165 | Portuguese 166 | Prydeinig 167 | Puerto Rican 168 | Qatari 169 | Romanian 170 | Russian 171 | Rwandan 172 | Salvadorean 173 | Sammarinese 174 | Samoan 175 | Sao Tomean 176 | Saudi Arabian 177 | Scottish 178 | Senegalese 179 | Serbian 180 | Citizen of Seychelles 181 | Sierra Leonean 182 | Singaporean 183 | Slovak 184 | Slovenian 185 | Solomon Islander 186 | Somali 187 | South African 188 | South Korean 189 | South Sudanese 190 | Spanish 191 | Sri Lankan 192 | St Helenian 193 | St Lucian 194 | Stateless 195 | Sudanese 196 | Surinamese 197 | Swazi 198 | Swedish 199 | Swiss 200 | Syrian 201 | Taiwanese 202 | Tajik 203 | Tanzanian 204 | Thai 205 | Togolese 206 | Tongan 207 | Trinidadian 208 | Tristanian 209 | Tunisian 210 | Turkish 211 | Turkmen 212 | Turks 213 | Caicos Islander 214 | Tuvaluan 215 | Ugandan 216 | Ukrainian 217 | Uruguayan 218 | Uzbek 219 | Vatican citizen 220 | Citizen of Vanuatu 221 | Venezuelan 222 | Vietnamese 223 | Vincentian 224 | Wallisian 225 | Welsh 226 | Yemeni 227 | Zambian 228 | Zimbabwean 229 | -------------------------------------------------------------------------------- /wildcards/neckwear.txt: -------------------------------------------------------------------------------- 1 | ascot 2 | bolo tie 3 | bowtie 4 | choker 5 | ribbon choker 6 | collar 7 | neck bell 8 | animal collar 9 | spiked collar 10 | studded collar 11 | pet cone 12 | feather boa 13 | goggles around neck 14 | headphones around neck 15 | jabot 16 | lanyard 17 | neckerchief 18 | __gem__ necklace 19 | necklace 20 | chain necklace 21 | flower necklace 22 | lei 23 | friendship charm 24 | pearl necklace 25 | pendant 26 | amulet 27 | locket 28 | magatama 29 | pentacle 30 | neck ribbon 31 | neck ruff 32 | necktie 33 | necktie between breasts 34 | necktie on head 35 | necktie grab 36 | necktie removed 37 | scarf 38 | stole 39 | cross tie -------------------------------------------------------------------------------- /wildcards/neg-weight.txt: -------------------------------------------------------------------------------- 1 | jpeg artifact 2 | Image compression 3 | Distorted 4 | Grainy 5 | Out of Focus 6 | Blurry 7 | DOF 8 | Noisy 9 | Watermark 10 | Text 11 | Copyright 12 | low resolution 13 | shaky 14 | too bright 15 | too dark 16 | Poorly lit 17 | Pixelated 18 | Poor quality 19 | low quality 20 | Unclear 21 | Blocked 22 | Artifacts 23 | Banding 24 | Truncated 25 | Out of Frame 26 | disjointed 27 | incoherent 28 | asymmetry 29 | disorganized 30 | jumbled 31 | tasteless 32 | tacky 33 | -------------------------------------------------------------------------------- /wildcards/noun-beauty.txt: -------------------------------------------------------------------------------- 1 | a perfect 10 2 | a vision 3 | admirer 4 | allure 5 | amazement 6 | angel 7 | appeal 8 | appreciation 9 | art 10 | artistry 11 | artwork 12 | awe 13 | beautiful creature 14 | beauty 15 | bloom 16 | blossom 17 | butterfly 18 | camellia 19 | charm 20 | charmer 21 | composition 22 | cutie pie 23 | dawn 24 | delight 25 | dish 26 | doll 27 | dream 28 | dream girl 29 | dream guy 30 | dreamboat 31 | elegance 32 | enchanter 33 | exotic beauty 34 | eye candy 35 | eyeful 36 | feast for the eyes 37 | femininity 38 | fox 39 | fragrance 40 | glorification 41 | glow 42 | good looks 43 | good-looking person 44 | grace 45 | harmony 46 | haze 47 | infatuation 48 | inner beauty 49 | iridescence 50 | iris 51 | jewel 52 | kaleidoscope 53 | knockout 54 | lily 55 | longing 56 | look 57 | looker 58 | loveliness 59 | luxury 60 | majesty 61 | marvel 62 | meadow 63 | miracle 64 | morning 65 | natural beauty 66 | oasis 67 | object of desire 68 | objet d’art 69 | peace 70 | perfection 71 | petal 72 | purity 73 | radiance 74 | rarity 75 | reflection 76 | reverence 77 | roses 78 | sapphire 79 | sculpture 80 | serenade 81 | serenity 82 | sex appeal 83 | sex symbol 84 | sight 85 | silhouette 86 | sophistication 87 | sparkle 88 | splendor 89 | stunner 90 | stupor 91 | sunrise 92 | sunset 93 | sunshine 94 | treasure 95 | twilight 96 | uncontested beauty 97 | universal beauty 98 | vibrance 99 | view 100 | violet 101 | visual feast 102 | visual poetry 103 | visual treat 104 | warmth 105 | whimsy 106 | wonder 107 | wonderment 108 | work of art 109 | worshiper 110 | wow factor 111 | zephyr -------------------------------------------------------------------------------- /wildcards/noun-fantasy.txt: -------------------------------------------------------------------------------- 1 | Alchemy 2 | Apprentice 3 | Archer 4 | Armor 5 | Battering Ram 6 | Black Ice 7 | Black Magic 8 | Breaking Point 9 | Burn Mark 10 | Candlelight 11 | Castle Gate 12 | Castle Wall 13 | Castle 14 | Contempt 15 | Countermeasure 16 | Crossroads 17 | Crypt 18 | Dark Elf 19 | Dark Elves 20 | Defender 21 | Dragon 22 | Dreaming 23 | Drow Elf 24 | Drow Elves 25 | Dungeon 26 | Dwarf 27 | Dwarves 28 | Elf 29 | Elves 30 | Energy 31 | Explosion 32 | Fang 33 | Figure 34 | Folklore 35 | Gems 36 | Gemstones 37 | Gentle Wind 38 | Goblin 39 | Goblins 40 | Gold 41 | Golum 42 | Griffin 43 | Ground 44 | Gryphon 45 | Guard 46 | Guardhouse 47 | Guild 48 | Hippogriff 49 | Hobbit 50 | Hobbits 51 | Imp 52 | Imps 53 | Interloper 54 | King 55 | Knight 56 | Knight 57 | Lich 58 | Limit 59 | Magic Spell 60 | Magical Power 61 | Magnetic North 62 | Mayhem 63 | Melancholy 64 | Mercury 65 | Monster 66 | Moonbeam 67 | Mystic 68 | Necromancer 69 | Necromancer 70 | Nightmare 71 | Pandemonium 72 | Psychic 73 | Queen 74 | Radiation 75 | Resistance 76 | Retribution 77 | Rogue 78 | Royal 79 | Scroll 80 | Scrolls 81 | Serpent 82 | Shadows 83 | Shard 84 | Shoreline 85 | Sixth Sense 86 | Skeleton Warrior 87 | Skeleton 88 | Skeletons 89 | Society 90 | Sorcerer 91 | Sorceress 92 | Sorcery 93 | Southeast 94 | Spellcaster 95 | Spirit World 96 | Spirit 97 | Squire 98 | Stare Down 99 | Strike Down 100 | Stronghold 101 | Summoner 102 | Sunburst 103 | Survivor 104 | Sword 105 | Tarot Card 106 | Tavern 107 | Templar 108 | Third Eye 109 | Throw Back 110 | Thunderclap 111 | Treasure 112 | Turning 113 | Undead 114 | Undersurface 115 | Underworld 116 | Vampire 117 | Viper 118 | Warlock 119 | Warrior 120 | Watchman 121 | Whisperer 122 | Wind 123 | Witch 124 | Wizard 125 | Wizardry 126 | Wood Elf 127 | Wood Elves 128 | World 129 | -------------------------------------------------------------------------------- /wildcards/noun-horror.txt: -------------------------------------------------------------------------------- 1 | apparition 2 | banshee 3 | bats 4 | blood 5 | bogeyman 6 | bones 7 | bonfire 8 | brains 9 | cemetery 10 | cobweb 11 | cobwebs 12 | corpse 13 | creature 14 | crow 15 | darkness 16 | dead body 17 | death 18 | demon 19 | devil incarnate 20 | doom 21 | enchanted 22 | evil spirit 23 | eye of newt 24 | fangs 25 | fantasy 26 | fire & brimstone 27 | fog 28 | fright 29 | full moon 30 | ghost 31 | ghost story 32 | ghostly 33 | ghoul 34 | ghoulish 35 | goblin 36 | grave 37 | graves 38 | graveyard 39 | haunted house 40 | haunting 41 | headless horseman 42 | hell 43 | hell-hound 44 | hobgoblin 45 | horror 46 | intestines 47 | levitation 48 | lightening 49 | lightning 50 | magic 51 | make-up 52 | mask 53 | medium 54 | midnight 55 | monster 56 | moonlight 57 | mummy 58 | murder 59 | night of fright 60 | nightfall 61 | nightmare 62 | noose 63 | occult 64 | orbs 65 | owl 66 | paranormal activity 67 | phantasm 68 | phantasms 69 | phantom 70 | phenomena 71 | pillow case 72 | poltergeist 73 | possessed 74 | possession 75 | potion 76 | pumpkin 77 | raven 78 | scary story 79 | screams 80 | seance 81 | shadow 82 | skeleton 83 | skulls 84 | sorceress 85 | specter 86 | spider 87 | spider web 88 | spirit 89 | spirits 90 | superstition 91 | tale of horror 92 | terror 93 | the paranormal 94 | threat 95 | thunder 96 | tomb 97 | tombstone 98 | trick 99 | unearthly 100 | vampire 101 | werewolf 102 | witch 103 | worms 104 | wraith 105 | zombie -------------------------------------------------------------------------------- /wildcards/noun-landscape.txt: -------------------------------------------------------------------------------- 1 | archipelago 2 | atoll 3 | beach 4 | bluff 5 | bog 6 | canyon 7 | chasm 8 | cliff 9 | clime 10 | crag 11 | crater 12 | creek 13 | crest 14 | delta 15 | desert 16 | dune 17 | fjord 18 | forest 19 | glacier 20 | gorge 21 | grassland 22 | grotto 23 | hill 24 | hinterland 25 | island 26 | jungle 27 | knoll 28 | lagoon 29 | lake 30 | meadow 31 | mesa 32 | moor 33 | morass 34 | mossland 35 | mountain 36 | oasis 37 | ocean 38 | peak 39 | plateau 40 | pond 41 | prairie 42 | promontory 43 | ravine 44 | reef 45 | ridge 46 | river 47 | rock 48 | sand 49 | sandbar 50 | savannah 51 | scrubland 52 | sea 53 | stream 54 | swamp 55 | tundra 56 | valley 57 | volcano 58 | waterfall 59 | wetland -------------------------------------------------------------------------------- /wildcards/noun-romance.txt: -------------------------------------------------------------------------------- 1 | affection 2 | appreciation 3 | attraction 4 | belief 5 | care 6 | compassion 7 | concern 8 | consideration 9 | devotion 10 | emotion 11 | enjoyment 12 | enthusiasm 13 | fancy 14 | feeling 15 | fondness 16 | friendship 17 | gratitude 18 | happiness 19 | heart 20 | infatuation 21 | intimacy 22 | joy 23 | kindness 24 | love 25 | loyalty 26 | passion 27 | pleasure 28 | regard 29 | respect 30 | sentiment 31 | sensitivity 32 | sentimentality 33 | softness 34 | solicitude 35 | tenderness 36 | warmth 37 | worship -------------------------------------------------------------------------------- /wildcards/noun-scifi.txt: -------------------------------------------------------------------------------- 1 | alien 2 | android 3 | antimatter 4 | artifact 5 | artificial intelligence 6 | asteroid 7 | astronaut 8 | astronomy 9 | atmosphere 10 | base 11 | black hole 12 | clone 13 | colony 14 | computer 15 | continent 16 | craft 17 | cryogenic 18 | crystal 19 | crystalline 20 | cybernetics 21 | cyberspace 22 | cyberwarfare 23 | cyborg 24 | dark matter 25 | death ray 26 | dimension 27 | droid 28 | dyson sphere 29 | earth 30 | energy 31 | energy field 32 | engine 33 | exploration 34 | extraterrestrial 35 | force field 36 | fusion 37 | futurism 38 | galaxy 39 | genetic engineering 40 | gravity 41 | gravity drive 42 | holodeck 43 | hologram 44 | holographic 45 | human 46 | hyperdrive 47 | hyperspace 48 | interdimensional 49 | interstellar 50 | ion propulsion 51 | jet 52 | jupiter 53 | kryptonite 54 | laboratory 55 | laser 56 | life form 57 | light year 58 | machine 59 | magnetosphere 60 | mars 61 | martian 62 | mech 63 | mecha 64 | megastructure 65 | meteor 66 | microgravity 67 | mission 68 | moon 69 | mothership 70 | nanotechnology 71 | nebula 72 | neural network 73 | neurolink 74 | neuron 75 | orbital 76 | photon 77 | planet 78 | planetoid 79 | plasma 80 | quantum 81 | robot 82 | robotics 83 | rocket 84 | science fiction 85 | scientist 86 | singularity 87 | spaceship 88 | spacetime 89 | star 90 | subspace 91 | supercomputer 92 | superhuman 93 | superweapon 94 | telekinesis 95 | telepathic 96 | teleportation 97 | terraforming 98 | time travel 99 | transhumanism 100 | ufo 101 | universe 102 | wormhole 103 | wormhole drive 104 | xenobiology 105 | zephyr 106 | zygote -------------------------------------------------------------------------------- /wildcards/nsfw-bdsm-type.txt: -------------------------------------------------------------------------------- 1 | age play 2 | age regression 3 | anal play 4 | ass play 5 | ballbusting 6 | barebacking 7 | biting 8 | blood play 9 | bondage 10 | branding 11 | breath play 12 | caging 13 | caning 14 | cbt 15 | chastity 16 | clamps 17 | cock and ball torture 18 | collar and leash play 19 | crimping 20 | cropping 21 | cross-dressing 22 | cuckolding 23 | discipline 24 | domination/submission 25 | electric play 26 | electro play 27 | erotic hypnosis 28 | exhibitionism 29 | facial abuse 30 | femdom 31 | fetishism 32 | fire play 33 | fisting 34 | flogging 35 | forced feminization 36 | forced masculinity 37 | fucking machines 38 | gags and muzzles 39 | golden shower 40 | gorean play 41 | hot wax 42 | human ashtray 43 | human furniture 44 | human punching bag 45 | human toilet 46 | humiliation 47 | ice play 48 | infantilism 49 | knife play 50 | maledom 51 | masochism 52 | medical play 53 | needle play 54 | nipple play 55 | objectification 56 | oral play 57 | paddling 58 | pegging 59 | pet play 60 | punishment 61 | roleplaying 62 | sadism 63 | sensory deprivation 64 | sensory play 65 | sensual domination 66 | sissy training 67 | sounding 68 | spanking 69 | strap-on play 70 | switch 71 | tickle torture 72 | tit torture 73 | trampling 74 | vacuum play 75 | vaginal play 76 | vampire play 77 | voyeurism 78 | water sports 79 | wax play 80 | whipping -------------------------------------------------------------------------------- /wildcards/nsfw-bdsm.txt: -------------------------------------------------------------------------------- 1 | ball gag 2 | bit gag 3 | blindfold 4 | bondage outfit 5 | bound arms 6 | bound feet 7 | bound legs: 8 | bound torso 9 | bound wrists 10 | box tie 11 | chain 12 | chastity belt 13 | chastity bra 14 | chastity cage 15 | clamp 16 | cleave gag 17 | clitoris clamp 18 | clitoris leash 19 | collar 20 | crotch rope 21 | cuffs 22 | cuffs-to-collar 23 | frogtie 24 | gag 25 | gimp suit 26 | handcuffs 27 | hobble 28 | hogtie 29 | judas cradle 30 | leash 31 | leash on penis 32 | nipple chain 33 | nipple clamps 34 | nipple leash 35 | nose hook 36 | panty gag 37 | piercing 38 | pillory 39 | plug gag 40 | riding crop 41 | ring gag 42 | rope 43 | separated arms 44 | separated legs 45 | separated wrists 46 | shackles 47 | shrimp tie 48 | sounding 49 | spreader bar 50 | stocks 51 | strappado 52 | suspension 53 | tape gag 54 | tongue clamp 55 | whip 56 | wooden horse -------------------------------------------------------------------------------- /wildcards/nsfw-bra.txt: -------------------------------------------------------------------------------- 1 | active bra 2 | adhesive bra 3 | athletic bra 4 | backless bra 5 | balconette bra 6 | balcony bra 7 | bandeau bra 8 | body-hugging bra 9 | body-shaping bra 10 | body-smoothing bra 11 | boost bra 12 | bralette 13 | bridal bra 14 | built-in bra 15 | bust-enhancing bra 16 | bustier bra 17 | cage bra 18 | cleavage bra 19 | comfort bra 20 | convertible bra 21 | corset bra 22 | crop top bra 23 | deep-plunge bra 24 | demi bra 25 | drawstring bra 26 | eliminate bra 27 | everyday bra 28 | extended size bra 29 | fashion bra 30 | fashion bralette 31 | foam-cup bra 32 | foam-cup bralette 33 | foam-lined bra 34 | foam-lined bralette 35 | front-close bra 36 | front-closure bra 37 | front-closure bralette 38 | full coverage bra 39 | full-coverage bra 40 | full-coverage bralette 41 | full-cup bra 42 | full-figure bra 43 | full-support bra 44 | halter bra 45 | halter bralette 46 | halterneck bra 47 | high-neck bralette 48 | lace bra 49 | lace bralette 50 | lingerie bra 51 | lingerie bralette 52 | longline bra 53 | longline bralette 54 | maternity bra 55 | maternity nursing bra 56 | minimizer bra 57 | molded bra 58 | nursing bra 59 | padded bra 60 | plunge bra 61 | push-up bra 62 | racerback bra 63 | sheer bra 64 | shelf bra 65 | sports bra 66 | strapless bra 67 | t-shirt bra 68 | underwire bra 69 | unlined bra 70 | wireless bra -------------------------------------------------------------------------------- /wildcards/nsfw-breastsize.txt: -------------------------------------------------------------------------------- 1 | flat chest 2 | small breasts 3 | medium breasts 4 | large breasts 5 | huge breasts 6 | gigantic breasts -------------------------------------------------------------------------------- /wildcards/nsfw-clothing-state.txt: -------------------------------------------------------------------------------- 1 | clothing aside 2 | clothes down 3 | open clothes 4 | revealing clothes 5 | see-through 6 | unbuttoned 7 | undressing 8 | unfastened 9 | untied 10 | untying 11 | unzipped 12 | unzipping -------------------------------------------------------------------------------- /wildcards/nsfw-corset.txt: -------------------------------------------------------------------------------- 1 | bridal corset 2 | burlesque corset 3 | corset dress 4 | couture corset 5 | fashion corset 6 | latex corset 7 | leather corset 8 | maternity corset 9 | overbust corset 10 | plastic-boned corset 11 | satin corset 12 | silk corset 13 | steel-boned corset 14 | tightlacing corset 15 | underbust corset 16 | waist cincher -------------------------------------------------------------------------------- /wildcards/nsfw-cumplay.txt: -------------------------------------------------------------------------------- 1 | cum 2 | bukkake 3 | cumdump 4 | cum bath 5 | cumdrip 6 | cum pool 7 | cum inflation 8 | cum in ass 9 | cum in clothes 10 | cum in cup 11 | cum in mouth 12 | cum in throat 13 | cum on tongue 14 | cum in pussy 15 | cum in urethra 16 | cum on body 17 | cum on hair 18 | cum on ass 19 | cum on pussy 20 | cum on breasts 21 | cum on fingers 22 | cum on clothes 23 | cum on glasses 24 | cum on food 25 | ejaculation 26 | ejaculating while penetrated 27 | pull out 28 | facial 29 | autofacial 30 | felching 31 | gokkun -------------------------------------------------------------------------------- /wildcards/nsfw-expression.txt: -------------------------------------------------------------------------------- 1 | afterglow 2 | ahegao 3 | aroused 4 | fucked silly 5 | in heat 6 | naughty face 7 | orgasming 8 | seductive smile 9 | torogao -------------------------------------------------------------------------------- /wildcards/nsfw-fetish.txt: -------------------------------------------------------------------------------- 1 | assertive female 2 | ball busting 3 | bdsm 4 | body writing 5 | bondage 6 | breast bondage 7 | breast expansion 8 | breast smother 9 | breastfeeding 10 | chikan 11 | clothed female nude male 12 | consensual tentacles 13 | curvy 14 | enema 15 | facesitting 16 | female domination 17 | female ejaculation 18 | femdom 19 | gigantic breasts 20 | humiliation 21 | impregnation 22 | lactation 23 | lactation through clothes 24 | leash pull 25 | mature female 26 | multiple breast smother 27 | muscular 28 | muscular female 29 | neglect play 30 | nipple pull 31 | nipple torture 32 | plump 33 | predicament bondage 34 | pregnant 35 | public use 36 | pussy juice 37 | rope walking 38 | shibari 39 | sitting on face 40 | skinny 41 | slave 42 | smother 43 | spanked 44 | spreader bar 45 | suspension 46 | tally 47 | tentacle gagged 48 | tentacle sex 49 | tentaclejob 50 | tentacles 51 | tickle torture 52 | too many tentacles 53 | torture 54 | wax play -------------------------------------------------------------------------------- /wildcards/nsfw-gag.txt: -------------------------------------------------------------------------------- 1 | ball gag 2 | bit gag 3 | cleave gag 4 | forniphilic gag 5 | head harness gag 6 | inflatable gag 7 | jennings gag 8 | knob gag 9 | mouth corset 10 | muzzle gag 11 | o-ring gag 12 | open mouth gag 13 | pacifier gag 14 | panel gag 15 | penis gag 16 | ring gag 17 | segmented gag 18 | shield gag 19 | snake bite gag 20 | spider gag 21 | tape gag 22 | tube gag 23 | whistle gag -------------------------------------------------------------------------------- /wildcards/nsfw-lingerie-state.txt: -------------------------------------------------------------------------------- 1 | exposed cleavage 2 | exposed lingerie 3 | lace-revealing 4 | loose bra straps 5 | open lingerie 6 | open-cup bra 7 | peek-a-boo lingerie 8 | revealing lingerie 9 | sheer lingerie 10 | slip-showing 11 | translucent 12 | transparent 13 | unclasped lingerie 14 | undone lingerie 15 | unfastened garter belt 16 | unfastened lingerie 17 | unhooked bra 18 | untied garter -------------------------------------------------------------------------------- /wildcards/nsfw-lingerie.txt: -------------------------------------------------------------------------------- 1 | babydoll 2 | basque 3 | bodice 4 | body shaper 5 | bodystocking 6 | bodysuit 7 | boyshort 8 | bustier 9 | bustle 10 | cami 11 | camisole 12 | chemise 13 | control briefs 14 | corset 15 | crinoline 16 | g-string 17 | garter belt 18 | gown 19 | high-waisted panty 20 | hosiery 21 | kimono 22 | knee-highs 23 | leggings 24 | leotard 25 | negligee 26 | peignoir 27 | robe 28 | shapewear 29 | shapewear bodysuit 30 | sheer lingerie 31 | sleepwear 32 | slip 33 | stockings 34 | suspender 35 | tanga 36 | tap pants 37 | teddy 38 | thong 39 | tights 40 | torsolette 41 | trunk 42 | vintage lingerie 43 | waist cincher -------------------------------------------------------------------------------- /wildcards/nsfw-panties.txt: -------------------------------------------------------------------------------- 1 | bikini 2 | boyshort 3 | brief 4 | cheeky panties 5 | control top 6 | cotton panties 7 | cotton-lined panties 8 | crotchless panties 9 | fishnet 10 | g-string 11 | high-waisted panties 12 | hipster panties 13 | lace panties 14 | lingerie 15 | low-rise panties 16 | maternity panties 17 | mesh panties 18 | modal panties 19 | no-show panties 20 | nylon panties 21 | open-crotch panties 22 | ruffle panties 23 | satin panties 24 | shaping panties 25 | sheer panties 26 | silk panties 27 | strapless panties 28 | tanga 29 | thong 30 | v-string -------------------------------------------------------------------------------- /wildcards/nsfw-position.txt: -------------------------------------------------------------------------------- 1 | 69 2 | doggystyle 3 | doggystyle, bent over 4 | doggystyle, prone bone 5 | doggystyle, top-down bottom-up 6 | spitroast: 7 | reverse spitroast 8 | spooning 9 | spooning on side 10 | girl on top 11 | girl on top, amazon position 12 | girl on top, cowgirl position 13 | girl on top, reverse cowgirl position 14 | girl on top, reverse upright straddle 15 | girl on top, upright straddle 16 | boy on top 17 | boy on top, anvil position 18 | boy on top, folded / knees to chest / legs over head / legs up 19 | boy on top, missionary 20 | boy on top, mating press 21 | boy on top, suspended congress 22 | boy on top, reverse suspended congress 23 | boy on top, full nelson 24 | boy on top, piledriver -------------------------------------------------------------------------------- /wildcards/nsfw-publicity.txt: -------------------------------------------------------------------------------- 1 | caught 2 | cheating 3 | clothed sex 4 | cuckolding 5 | exhibitionism 6 | netorare 7 | peeping 8 | prostitution 9 | public indecency 10 | public nudity 11 | public use 12 | public vibrator 13 | stealth masturbation 14 | stealth sex 15 | voyeurism 16 | walk-in 17 | zenra -------------------------------------------------------------------------------- /wildcards/nsfw-sex-act.txt: -------------------------------------------------------------------------------- 1 | anal 2 | anal fingering 3 | anal fisting 4 | anal object insertion 5 | anilingus 6 | ass grab 7 | autocunnilingus 8 | autofellatio 9 | breast grab 10 | breast sucking 11 | buttjob 12 | caressing testicles 13 | clothed masturbation 14 | clothed sex 15 | cooperative fellatio 16 | cooperative footjob 17 | cooperative handjob 18 | cooperative paizuri 19 | crotch grab 20 | crotch rub 21 | cum swap 22 | cunnilingus 23 | daisy chain 24 | deepthroat 25 | double anal 26 | double footjob 27 | double grinding 28 | double handjob 29 | double penetration 30 | double vaginal 31 | fellatio 32 | fingering 33 | fingering through clothes 34 | fingering through panties 35 | fisting 36 | food insertion 37 | foot worship 38 | footjob 39 | frottage 40 | gangbang 41 | grabbing own breast 42 | grinding 43 | groping 44 | group sex 45 | handjob 46 | happy sex 47 | imminent anal 48 | imminent penetration 49 | imminent vaginal 50 | implied cunnilingus 51 | implied fellatio 52 | implied fingering 53 | implied footjob 54 | implied masturbation 55 | implied sex 56 | implied yuri 57 | irrumatio 58 | large insertion 59 | licking foot 60 | licking testicle 61 | love train 62 | male masturbation 63 | masturbation 64 | multiple breast smother 65 | multiple insertions 66 | multiple penis fellatio 67 | mutual masturbation 68 | naizuri 69 | nipple tweak 70 | nursing handjob 71 | object insertion 72 | oral 73 | orgy 74 | paizuri 75 | paizuri on lap 76 | paizuri over clothes 77 | paizuri under clothes 78 | pegging 79 | pillow sex 80 | presenting 81 | prostate milking 82 | reach-around 83 | reverse spitroast 84 | self-fisting 85 | sex 86 | sex from behind 87 | sitting on face 88 | skull fucking 89 | spitroast 90 | stealth masturbation 91 | table sex 92 | teddybear sex 93 | tentacle sex 94 | testicle sucking 95 | threesome 96 | torso grab 97 | tribadism 98 | triple anal 99 | triple penetration 100 | triple vaginal 101 | two-handed handjob 102 | vaginal 103 | vaginal object insertion 104 | yuri -------------------------------------------------------------------------------- /wildcards/nsfw-sex-position.txt: -------------------------------------------------------------------------------- 1 | 69 2 | doggystyle 3 | bent over 4 | prone bone 5 | top-down bottom-up 6 | spitroast 7 | spooning 8 | on side 9 | girl on top 10 | amazon position 11 | cowgirl position 12 | reverse cowgirl position 13 | reverse upright straddle 14 | upright straddle 15 | boy on top 16 | anvil position 17 | folded / knees to chest / legs over head / legs up 18 | missionary 19 | mating press 20 | suspended congress 21 | reverse suspended congress 22 | full nelson 23 | piledriver -------------------------------------------------------------------------------- /wildcards/nsfw-sex-toy.txt: -------------------------------------------------------------------------------- 1 | Pump 2 | anal beads 3 | anal tail 4 | aneros 5 | artificial vagina 6 | breast pump 7 | bunny vibrator 8 | butt plug 9 | butt plug tail 10 | butterfly vibrator 11 | catheter 12 | clitoris pump 13 | cock ring 14 | dildo 15 | dildo gag 16 | dildo harness 17 | dildo riding 18 | dildo under panties 19 | double dildo 20 | dragon dildo 21 | egg vibrator 22 | food insertion 23 | hitachi magic wand 24 | horse dildo 25 | huge dildo 26 | prostate massager 27 | public vibrator 28 | remote control vibrator 29 | riding machine 30 | sex machine 31 | sounding 32 | spiked dildo 33 | strap-on 34 | suction cup dildo 35 | sybian 36 | tenga 37 | too many sex toys 38 | urethral beads 39 | vibrator 40 | vibrator in anus -------------------------------------------------------------------------------- /wildcards/nsfw-subreddit.txt: -------------------------------------------------------------------------------- 1 | gonewild 2 | nsfw 3 | RealGirls 4 | cumsluts 5 | LegalTeens 6 | collegesluts 7 | AsiansGoneWild 8 | pussy 9 | milf 10 | adorableporn 11 | ass 12 | Nude_Selfie 13 | pawg 14 | boobs 15 | celebnsfw 16 | bigasses 17 | juicyasians 18 | latinas 19 | GodPussy 20 | Amateur 21 | xsmallgirls 22 | 18_19 23 | Gonewild18 24 | asshole 25 | workgonewild 26 | nsfwcosplay 27 | palegirls 28 | paag 29 | asstastic 30 | Upskirt 31 | TooCuteForPorn 32 | TinyTits 33 | FitNakedChicks 34 | altgonewild 35 | traps 36 | FemBoys 37 | GWCouples 38 | Boobies 39 | CuteLittleButts 40 | GirlswithGlasses 41 | assholegonewild -------------------------------------------------------------------------------- /wildcards/occupation.txt: -------------------------------------------------------------------------------- 1 | able-bodied seaman 2 | activist 3 | air force intelligence 4 | air force security forces 5 | air force weather 6 | air traffic controllers 7 | aircraft maintenance technicians 8 | aircrew 9 | airman,annalist 10 | anarchist 11 | artillery 12 | artilleryman 13 | artist 14 | athlete 15 | barber 16 | bicyclist 17 | bus driver 18 | businessmen 19 | calvary 20 | carpenter 21 | cashier 22 | cavalryman 23 | chef 24 | client 25 | colonel 26 | commander 27 | communications 28 | communications specialist 29 | communist 30 | commuter 31 | consumer 32 | corporal 33 | customer service representative 34 | democrat 35 | department manager 36 | diplomat 37 | doctor 38 | driver 39 | electrician 40 | employer 41 | engineer 42 | firefighter 43 | garbage collector 44 | general 45 | gunner's mate 46 | housekeeper 47 | infantry 48 | infantryman 49 | intelligence 50 | intelligence analyst 51 | janitor 52 | judge 53 | landscaper 54 | lawyer 55 | lawyers 56 | leader 57 | liaison officer 58 | libertarian 59 | lieutenant 60 | listener 61 | lobbyist 62 | logisticics 63 | mail carrier 64 | maintenance 65 | marine 66 | mechanic 67 | medic 68 | merchandiser 69 | musician 70 | nanny 71 | navigator 72 | officer 73 | ordnance 74 | pararescuemen 75 | passenger 76 | patient 77 | pedestrian 78 | pilot 79 | plitician 80 | plumber 81 | police officer 82 | private 83 | progressive 84 | protester 85 | psychic 86 | quartermaster 87 | radarman 88 | recon 89 | reconnaissance specialist 90 | registered nurse 91 | republican 92 | retail associate 93 | retail clerk 94 | retail sales associate 95 | retail stocker 96 | retail supervisor 97 | sailor 98 | seaman 99 | sergeant 100 | shopper 101 | sniper 102 | socialist 103 | software engineer 104 | soldier 105 | sonarman 106 | speaker 107 | specialist 108 | specops 109 | spy 110 | store manager 111 | storekeeper 112 | strategist 113 | student 114 | supply 115 | tactician 116 | tank crewman 117 | tanker 118 | taxi driver 119 | teacher 120 | terrorist 121 | traditionalist 122 | trooper 123 | uber driver 124 | waiter 125 | waitress 126 | web developer 127 | wingman 128 | worker 129 | writer 130 | yeoman -------------------------------------------------------------------------------- /wildcards/oil-painting.txt: -------------------------------------------------------------------------------- 1 | baroque oil painting 2 | cubism oil painting 3 | expressionism oil painting 4 | fauvism oil painting 5 | hyperrealism oil painting 6 | impressionism oil painting 7 | mannerism oil painting 8 | modernism oil painting 9 | pointillism oil painting 10 | realism oil painting 11 | renaissance oil painting 12 | romanticism oil painting 13 | surrealism oil painting 14 | tenebrism oil painting 15 | tonalism oil painting 16 | ubiquitous oil painting 17 | vanguardism oil painting -------------------------------------------------------------------------------- /wildcards/photo-term.txt: -------------------------------------------------------------------------------- 1 | asymmetry 2 | balance 3 | bokeh 4 | converging lines 5 | depth of field 6 | diagonal lines 7 | digital camera 8 | dof 9 | emphasis 10 | fill the frame 11 | focal point 12 | focused 13 | foreground interest 14 | frame within a frame 15 | golden ratio 16 | golden triangle 17 | implied lines 18 | isolation 19 | leading lines 20 | light and shadow 21 | long exposure 22 | negative space 23 | odd numbers 24 | optical camera 25 | over exposed 26 | patterns 27 | perspective 28 | proximity 29 | radial balance 30 | repetition 31 | rule of thirds 32 | s-curve 33 | short exposure 34 | simplicity 35 | symmetry 36 | triangles 37 | viewpoint -------------------------------------------------------------------------------- /wildcards/photoshoot-type.txt: -------------------------------------------------------------------------------- 1 | abstract 2 | action 3 | artistic 4 | beauty 5 | boudoir 6 | casual 7 | commercial 8 | editorial 9 | erotic 10 | fashion 11 | fitness 12 | glamour 13 | headshot 14 | lingerie 15 | lifestyle 16 | nude 17 | performance 18 | pinup 19 | pregnancy 20 | promotional 21 | swimwear 22 | underwater 23 | waist-up 24 | whole-body -------------------------------------------------------------------------------- /wildcards/planet.txt: -------------------------------------------------------------------------------- 1 | asteroid 2 | brown dwarf 3 | carbon planet 4 | desert planet 5 | dwarf planet 6 | gas giant 7 | hot Jupiter 8 | ice giant 9 | iron planet 10 | jovian planet 11 | jupiter-like planet 12 | kuiper belt object 13 | lava planet 14 | megastar 15 | megastructure 16 | mini-neptune 17 | neptune-like planet 18 | neptunian planet 19 | ocean planet 20 | planet 21 | pulsar planet 22 | rocky planet 23 | super-Earth 24 | super-earth 25 | terrestrial planet 26 | ultra-hot jupiter 27 | vapor-rich planet 28 | water world -------------------------------------------------------------------------------- /wildcards/pop-culture.txt: -------------------------------------------------------------------------------- 1 | 3DO Interactive Multiplayer 2 | A Clockwork Orange (1971) 3 | Adventure Time 4 | Agent 007 5 | Ahh! Real Monsters 6 | Alien (1979) 7 | Aliens (1986) 8 | Animaniacs 9 | Atari 10 | Attack on Titan 11 | Batman 12 | Batman: The Animated Series 13 | BeastWars 14 | Beetlejuice 15 | Ben Hur 16 | Black Lagoon 17 | Blade Runner 18 | Blazing Saddles 19 | Bleach 20 | Braveheart (1995) 21 | Breakfast at Tiffany's 22 | Call of Duty 23 | Call of Duty Modern Warfare 24 | Casablanca 25 | CatDog 26 | Chip 'n Dale: Rescue Rangers 27 | Close Encounters of the Third Kind 28 | Code Geass 29 | Comic-Con 30 | Contact (1997) 31 | Courage the Cowardly Dog 32 | Cowboy Bebop 33 | Danger Mouse 34 | Dark Souls 35 | Darkwing Duck 36 | Death Note 37 | Demons Souls 38 | Dexter's Laboratory 39 | Die Hard 40 | Digimon 41 | Dragon Ball 42 | Dragon Ball GT 43 | Dragon Ball Super 44 | Dragon Ball Z 45 | E.T. the Extra-Terrestrial (1982) 46 | Earthworm Jim 47 | Elden Ring 48 | Ewoks 49 | FLCL 50 | Fooly Cooly 51 | Fortnite 52 | Full Metal Jacket (1987) 53 | Fullmetal Alchemist 54 | Futurama 55 | Game Boy 56 | Game Boy Advance 57 | Game Boy Color 58 | Game Boy SP 59 | Gargoyles 60 | George Lucas 61 | Ghostbusters 62 | Goldfinger 63 | Gone with the Wind (1939) 64 | Gundam 65 | He-Man and the Masters of the Universe 66 | Hellsing 67 | Inuyasha 68 | James Bond 69 | Johnny Bravo 70 | Jurassic Park 71 | Jurassic Park III 72 | Jurassic World 73 | Jurassic World Dominion 74 | Jurassic World Fallen Kingdom 75 | Justice League 76 | King Kong 77 | M.A.S.H. 78 | MASH 79 | Mad Max 80 | Mad Max 2: The Road Warrior 81 | Mad Max Beyond Thunderdome 82 | Mad Max: Fury Road 83 | Magic: The Gathering 84 | MechWarrior 85 | Mega Man 86 | Megan Man X 87 | Metabots 88 | Michael Crichton 89 | Mighty Max 90 | Naruto 91 | Neon Genesis Evangelion 92 | Nintendo 93 | Nintendo 3DS 94 | Nintendo 64 95 | Nintendo DS 96 | Nintendo Entertainment System 97 | Nintendo Switch 98 | Nintendo Wii 99 | Nintendo WiiU 100 | Overwatch 101 | PAX 102 | PC Engine 103 | Pinky and the Brain 104 | Planet of the Apes 105 | Pokemon 106 | Poltergeist (1982) 107 | Pulp Fiction 108 | Raiders of the Lost Ark (1981) 109 | Rainbow Brite 110 | ReBoot (1994) 111 | Regular Show 112 | Robotech 113 | Rocko’s Modern Life 114 | Rugrats 115 | SEGA 116 | Samurai Jack 117 | Scary Stories to Tell in the Dark 118 | She-Ra: Princess of Power 119 | Singing in the Rain 120 | Sony Playstation 121 | Sony Playstation 2 122 | Sony Playstation 3 123 | Sony Playstation 4 124 | Sony Playstation 5 125 | Space Dandy 126 | Spider-Man 127 | Spiderman 128 | Star Wars (1977) 129 | Star Wars: Episode V - The Empire Strikes Back (1980) 130 | Starcraft 131 | Steven King 132 | Steven Spielberg 133 | Stranger Things 134 | Street Sharks 135 | Super Mario Bros. 136 | Super Nintendo 137 | Superman 138 | T-1000 139 | T-600 140 | T-800 141 | TaleSpin 142 | Teenage Mutant Ninja Turtles 143 | Terminator 3 144 | Terminator Dark Fate 145 | Terminator Genysis 146 | Terminator Salvation 147 | The Day the Earth Stood Still 148 | The Day the Earth Stood Still (1951) 149 | The Godfather 150 | The Grim Adventures of Billy and Mandy 151 | The Hulk 152 | The Lord of the Rings: The Fellowship of the Ring (2001) 153 | The Lost World 154 | The Matrix 155 | The New Adventures of Johnny Quest 156 | The Poseidon Adventure (1972) 157 | The Ren & Stimpy Show 158 | The Simpsons 159 | The Terminator 160 | The Terminator 2: Judgement Day 161 | The Thing from Another World (1951) 162 | The Wizard of Oz (1939) 163 | Thundercats 164 | Titanic (1997) 165 | Total Recall 166 | Toxic Crusaders 167 | Transformers 168 | Trigun 169 | War for the Planet of the Apes 170 | WarCraft 171 | Wizard of the Coast 172 | X-Men 173 | Xenomorphs 174 | Yu Yu Hakusho 175 | -------------------------------------------------------------------------------- /wildcards/pop-location.txt: -------------------------------------------------------------------------------- 1 | The Grand Canyon, Arizona 2 | Rome, Italy 3 | Maui, Hawaii 4 | Masai Mara, Kenya 5 | New Zealand 6 | Istanbul, Turkey 7 | Angkor Wat, Cambodia 8 | London, England 9 | Manhattan, New York 10 | Paris, France 11 | Montreal, Canada 12 | San Francisco, California 13 | Hong Kong 14 | Marrakesh, Morocco 15 | Cartagena, Columbia 16 | Bali, Indonesia 17 | New Orleans, Louisiana 18 | Kerry, Ireland 19 | Marrakesh, Morocco 20 | The Maldives 21 | Cape Town, South Africa 22 | Dubai, U.A.E. 23 | Bora Bora, French Polynesia 24 | Dubrovnik, Croatia 25 | Edinburgh, Scotland 26 | Paro Valley, Bhutan 27 | Jaipur, India 28 | Waikato, New Zealand 29 | Havana, Cuba 30 | Tokyo, Japan 31 | Antarctica 32 | Vancouver, Canada 33 | Los Angeles, California 34 | Kruger National Park, South Africa 35 | Santorini, Greece 36 | Moscow, Russia 37 | Singapore 38 | London, England 39 | Rio de Janeiro, Brazil 40 | Petra, Jordan 41 | Hong Kong 42 | Barbabos 43 | Amsterdam, Netherlands 44 | Santiago, Chile 45 | Cairo, Egypt 46 | Copenhagen, Denmark 47 | Seoul, Korea 48 | Laucala Island Resort, Fiji 49 | Providencia, Colombia 50 | Machu Picchu, Peru 51 | Virunga National Park, Democratic Republic of Congo 52 | Lisbon, Portugal 53 | Hanoi, Vietnam 54 | Hawaii 55 | Ibiza, Spain 56 | Beijing, China 57 | Budapest, Hungary 58 | Cinque Terre, Italy 59 | Buenos Aires, Argentina 60 | Las Vegas 61 | Matterhorn, Switzerland 62 | Tahiti 63 | Turks & Caicos, Dominican Republic 64 | Phuket, Thailand 65 | Glacier National Park, Montana 66 | Banff, Alberta 67 | Costa Rica 68 | Machu Picchu, Peru 69 | Sydney, Australia 70 | Lucia, Caribbean 71 | Great Barrier Reef, Australia 72 | Florence, Italy 73 | Santorini, Greece 74 | Yellowstone 75 | Yosemite National Park, California 76 | Amalfi Coast, Italy 77 | Victoria Falls 78 | -------------------------------------------------------------------------------- /wildcards/portrait-type.txt: -------------------------------------------------------------------------------- 1 | Sitting 2 | Standing 3 | Lying down 4 | Leaning 5 | Against a wall 6 | Looking straight at the camera 7 | Looking off to the side 8 | Looking down 9 | Close-up 10 | Mid-range 11 | Wide shot 12 | Headshot 13 | 3/4 shot 14 | Full body shot 15 | Environmental portrait 16 | Sitting down with legs crossed 17 | Laying down on one's back 18 | propped up on one elbow (resting) 19 | propped up on one hand (sitting or standing) 20 | leaning against a wall 21 | leaning forward 22 | arms crossed 23 | head tilted to the side 24 | looking over one shoulder 25 | looking off into the distance 26 | -------------------------------------------------------------------------------- /wildcards/pose.txt: -------------------------------------------------------------------------------- 1 | contrapposto 2 | kneeling 3 | kneeling, on one knee 4 | lying 5 | lying, crossed legs 6 | lying, fetal position 7 | lying, on back 8 | lying, on side 9 | lying, on stomach 10 | sitting 11 | sitting, butterfly sitting 12 | sitting, crossed legs 13 | sitting, indian style 14 | sitting, hugging own legs 15 | sitting, lotus position 16 | sitting, seiza 17 | sitting, on lap 18 | sitting, on person 19 | sitting, straddling 20 | sitting, wariza 21 | sitting, yokozuwari 22 | standing 23 | standing, balancing 24 | standing, crossed legs 25 | standing, legs apart 26 | standing, on one leg -------------------------------------------------------------------------------- /wildcards/public.txt: -------------------------------------------------------------------------------- 1 | exhibitionism 2 | clothed sex 3 | public indecency 4 | public nudity 5 | zenra 6 | public vibrator 7 | stealth masturbation 8 | stealth sex 9 | cheating 10 | cuckolding 11 | netorare 12 | prostitution 13 | public use 14 | voyeurism 15 | caught 16 | peeping 17 | walk-in -------------------------------------------------------------------------------- /wildcards/punk.txt: -------------------------------------------------------------------------------- 1 | raypunk 2 | cyberpunk 3 | dieselpunk 4 | biopunk 5 | steampunk 6 | solarpunk 7 | hydropunk 8 | atompunk 9 | scrappunk 10 | futurepunk 11 | deathpunk 12 | firepunk 13 | lightningpunk 14 | windpunk 15 | icepunk 16 | earthpunk 17 | waterpunk 18 | industrialpunk 19 | magicpunk 20 | dreampunk 21 | spikepunk 22 | tentaclepunk 23 | fleshpunk 24 | dinopunk 25 | dragonpunk 26 | bloodpunk 27 | starpunk 28 | tarpunk 29 | spiralpunk 30 | oceanpunk 31 | coldpunk 32 | diamondpunk 33 | laserpunk 34 | crystalpunk 35 | shadowpunk 36 | darkpunk 37 | lightpunk 38 | goldpunk 39 | silverpunk 40 | angelpunk 41 | devilpunk 42 | demonpunk 43 | magmapunk 44 | volcanopunk 45 | witchpunk 46 | greekpunk 47 | italianpunk 48 | germanpunk 49 | frenchpunk 50 | americanpunk 51 | japanpunk 52 | indianpunk 53 | austrailianpunk 54 | tribalpunk 55 | samuraipunk 56 | ninjapunk 57 | glasspunk 58 | marblepunk 59 | steelpunk 60 | ironpunk 61 | birdpunk 62 | featherpunk 63 | swordpunk 64 | daggerpunk 65 | bowpunk 66 | spearpunk 67 | silkpunk 68 | armorpunk 69 | robopunk 70 | drillpunk 71 | circuitpunk 72 | skullpunk 73 | blackpunk 74 | whitepunk 75 | redpunk 76 | bluepunk 77 | greenpunk 78 | yellowpunk 79 | orangepunk 80 | purplepunk 81 | rustpunk 82 | acidpunk 83 | mechapunk 84 | clockworkpunk 85 | radiationpunk -------------------------------------------------------------------------------- /wildcards/purse.txt: -------------------------------------------------------------------------------- 1 | backpack 2 | baguette bag 3 | beacon bag 4 | bowling bag 5 | box bag 6 | bucket bag 7 | bucket bag 8 | butterfly bag 9 | cabas bag 10 | caddy bag 11 | calf hair bag 12 | camera bag 13 | carry-all bag 14 | cartwheel bag 15 | cinch bag 16 | circle bag 17 | circle bag 18 | clasp bag 19 | clutch 20 | clutch bag 21 | coin purse 22 | collar bag 23 | convertible bag 24 | couch bag 25 | courier bag 26 | crocodile bag 27 | cross-body bag 28 | crossbody bag 29 | crown bag 30 | cuff bag 31 | cylinder bag 32 | drawstring bag 33 | duffel bag 34 | east-west bag 35 | envelope bag 36 | envelope bag 37 | evening bag 38 | expandable bag 39 | fanny pack 40 | fanny pack 41 | flap bag 42 | frame bag 43 | frame bag 44 | fringe bag 45 | gaucho bag 46 | gift bag 47 | gig bag 48 | glam bag 49 | grainy leather bag 50 | half-moon bag 51 | handle bag 52 | hobo bag 53 | knick-knack bag 54 | saddlebag 55 | satchel 56 | shoulder bag 57 | structured bag 58 | tote bag 59 | waist bag -------------------------------------------------------------------------------- /wildcards/quantity.txt: -------------------------------------------------------------------------------- 1 | 1 2 | 2 3 | 3 4 | 4 5 | 5 6 | 6 7 | 7 8 | 8 9 | 9 10 | 10 11 | 100 12 | 300 13 | 500 14 | 1000 15 | Millions 16 | Hundreds 17 | Thousands 18 | Way too much 19 | -------------------------------------------------------------------------------- /wildcards/race.txt: -------------------------------------------------------------------------------- 1 | afghan 2 | african 3 | arab 4 | assamese 5 | bengali 6 | bhutanese 7 | bihari 8 | british 9 | bruneian 10 | burmese 11 | cambodian 12 | european 13 | filipino 14 | french 15 | german 16 | greek 17 | gujarati 18 | han chinese 19 | indo-aryan 20 | indonesian 21 | iranian 22 | irish 23 | italian 24 | japanese 25 | javanese 26 | korean 27 | lao 28 | malay 29 | malaysian 30 | maldivian 31 | marathi 32 | mestizo 33 | mexican 34 | nepalese 35 | nepali 36 | oriya 37 | pakistani 38 | polish 39 | portuguese 40 | punjabi 41 | russian 42 | scottish 43 | sindhi 44 | singaporean 45 | spanish 46 | sri lankan 47 | tamil 48 | telugu 49 | thai 50 | turkish 51 | ukrainian 52 | vietnamese 53 | welsh -------------------------------------------------------------------------------- /wildcards/render-engine.txt: -------------------------------------------------------------------------------- 1 | arnold 2 | corona renderer 3 | cycles 4 | eevee 5 | fstorm render 6 | luxcore render 7 | mantra 8 | octane 9 | redshift 10 | thea render 11 | v-ray -------------------------------------------------------------------------------- /wildcards/render.txt: -------------------------------------------------------------------------------- 1 | 3d rendering 2 | cell shading render 3 | cgi render 4 | flat design render 5 | gouache render 6 | hyper-realism render 7 | isometric render 8 | line art render 9 | matte painting render 10 | mosaic render 11 | painterly render 12 | pixel art render 13 | realism render 14 | sculpted render 15 | stylized render 16 | technical drawing render 17 | toon shading render 18 | vector art render -------------------------------------------------------------------------------- /wildcards/robot.txt: -------------------------------------------------------------------------------- 1 | android 2 | automaton 3 | autonomous robot 4 | bipedal robot 5 | cleaning robot 6 | combat robot 7 | cyborg 8 | drones 9 | exoskeleton 10 | humanoid robot 11 | microbot 12 | military robot 13 | nanobot 14 | personal robot 15 | quadruped robot -------------------------------------------------------------------------------- /wildcards/scenario-fantasy.txt: -------------------------------------------------------------------------------- 1 | a dragon terrorizes a medieval kingdom 2 | a quest to retrieve a powerful artifact 3 | a cursed prince seeks redemption 4 | a witch's brew causes chaos 5 | a magic portal to a parallel world 6 | a kingdom threatened by a powerful sorcerer 7 | a dragon hoards treasure in a mountain 8 | a quest to defeat an ancient evil 9 | a cursed princess seeks true love 10 | a witch's coven fights for power 11 | a magic portal to the underworld 12 | a kingdom ruled by a powerful enchantress 13 | a dragon terrorizes a town 14 | a quest for a legendary sword 15 | a cursed prince turns into a beast 16 | a witch's curse causes a plague 17 | a magic portal to the past 18 | a kingdom under attack by dark forces 19 | a dragon kidnaps a princess 20 | a quest to save a magical kingdom 21 | a cursed prince must marry a monster 22 | a witch's prophecy comes true 23 | a magic portal to a fantasy world 24 | a kingdom in peril by a powerful necromancer 25 | a dragon guards a hidden treasure 26 | a quest to find a magical grail 27 | a cursed prince must save his kingdom 28 | a witch's apprentice turns on her master 29 | a magic portal to a parallel dimension 30 | a kingdom where magic is forbidden 31 | a prophecy of a chosen one to defeat an ancient evil 32 | a secret society of powerful magic wielders fights a mysterious force 33 | a powerful artifact that can grant immortality is guarded by a powerful dragon 34 | a group of warriors set out to defeat a powerful necromancer who seeks to conquer the world 35 | a group of thieves attempt to steal a magical treasure from an ancient temple 36 | a group of adventurers explore a mysterious and dangerous forest, said to be haunted by spirits 37 | a young orphan discovers they are the heir to a powerful magical kingdom 38 | a group of explorers set out to find a legendary city made of gold 39 | a group of rebels attempt to overthrow a tyrannical king who possesses a powerful magical artifact 40 | a group of travelers journey through a magical desert to find a hidden oasis 41 | a group of knights set out to defeat a powerful sorcerer who threatens to destroy the world 42 | a powerful witch raises an army of the dead to conquer the land 43 | a group of explorers discover a hidden underground world ruled by dwarves 44 | a group of travelers journey to a distant land to find a magical flower said to have healing powers 45 | a group of warriors set out to find and destroy an ancient cursed weapon before it falls into the wrong hands 46 | a group of adventurers venture into a mysterious and treacherous swamp to find a lost treasure 47 | a young prince must find and destroy an ancient relic that has cursed his family for generations 48 | a group of travelers journey to a faraway land to find a powerful sorcerer who can help them defeat a great evil 49 | a group of explorers discover a hidden island where the inhabitants possess powerful magic that can control the elements 50 | a group of warriors set out to defeat an immortal warlord who seeks to conquer the world and enslave mankind -------------------------------------------------------------------------------- /wildcards/scenario-romance.txt: -------------------------------------------------------------------------------- 1 | a secret rendezvous in a hidden garden 2 | a passionate kiss in the rain 3 | a romantic dance under the full moon 4 | a surprise proposal on the Eiffel Tower 5 | a heated argument followed by making up 6 | a surprise proposal at the top of a mountain 7 | a romantic horseback ride through the countryside 8 | a couple's first dance at their wedding 9 | a steamy kiss in a crowded street 10 | a romantic sunset boat ride 11 | a surprise picnic in a beautiful meadow 12 | a bittersweet goodbye at an airport 13 | a romantic hot air balloon ride at dawn 14 | a surprise proposal on a secluded beach 15 | a heartwarming reunion after years apart 16 | a couples' first kiss in the snow 17 | a surprise proposal at a historic landmark 18 | a passionate kiss on a rooftop 19 | a romantic walk through a quaint European village 20 | a surprise proposal on a scenic bridge 21 | a couple's first dance in a grand ballroom 22 | a romantic candlelit dinner in a private room 23 | a surprise proposal at a sports game 24 | a romantic walk through a botanical garden 25 | a surprise proposal on a ferris wheel 26 | a moment of intimacy in a snowy forest 27 | a surprise proposal at a city landmark 28 | a romantic kiss under the northern lights 29 | a surprise proposal on a hot air balloon 30 | a romantic dance in an empty street 31 | a surprise proposal at a theme park 32 | a romantic kiss on a bridge over a river 33 | a surprise proposal at a music festival 34 | a romantic sunset hike to a beautiful viewpoint 35 | a surprise proposal on a scenic drive 36 | a romantic kiss on a snowy mountaintop 37 | a surprise proposal on a boat ride 38 | a romantic kiss on a beach at dawn 39 | a surprise proposal at a historic castle 40 | a romantic kiss on a swing overlooking a city 41 | a surprise proposal on a hot air balloon ride 42 | a romantic kiss under the cherry blossoms 43 | a surprise proposal on a scenic train ride 44 | a romantic kiss on a rooftop terrace 45 | a surprise proposal while stargazing 46 | a romantic kiss during a scenic boat ride 47 | a surprise proposal at a scenic waterfall 48 | a romantic kiss on a gondola ride 49 | a surprise proposal on a ski lift 50 | a romantic kiss on a scenic road trip 51 | a surprise proposal while ice skating 52 | a romantic kiss on a hot air balloon ride over the countryside 53 | a surprise proposal at a scenic park 54 | a romantic kiss on a private beach 55 | a surprise proposal at a historic ruin 56 | a romantic kiss on a hot air balloon ride over the city 57 | a surprise proposal at a scenic vineyard 58 | a romantic kiss on a scenic hiking trail 59 | a surprise proposal at a scenic lake 60 | a romantic kiss during a scenic horseback ride 61 | a surprise proposal at a scenic lighthouse 62 | a romantic kiss on a hot air balloon ride over the mountains 63 | a surprise proposal on a scenic riverboat ride 64 | a romantic kiss on a scenic bike ride 65 | a surprise proposal on a scenic hot air balloon ride over the countryside 66 | a romantic kiss on a hot air balloon ride over the ocean 67 | a surprise proposal on a scenic train ride through the mountains 68 | a romantic kiss on a hot air balloon ride over a scenic canyon 69 | a surprise proposal on a hot air balloon ride over a scenic valley 70 | a romantic kiss on a hot air balloon ride over a scenic desert 71 | a surprise proposal on a hot air balloon ride over a scenic rainforest 72 | a romantic kiss on a hot air balloon ride over a scenic coast 73 | a surprise proposal on a hot air balloon ride over a scenic mountain range 74 | a romantic kiss on a hot air balloon ride over a scenic countryside 75 | a surprise proposal at a scenic national park 76 | a romantic kiss on a hot air balloon ride over a scenic city skyline 77 | a surprise proposal at a scenic botanical garden 78 | a romantic kiss on a hot air balloon ride over a scenic lake 79 | a surprise proposal at a scenic island 80 | a romantic kiss on a hot air balloon ride over a scenic beach 81 | a surprise proposal at a scenic castle 82 | a romantic kiss on a hot air balloon ride over a scenic river 83 | a surprise proposal at a scenic historic village 84 | a surprise proposal at a scenic mountain peak 85 | a romantic kiss on a hot air balloon ride over a scenic forest 86 | a surprise proposal at a scenic hot spring 87 | a surprise proposal at a scenic historic monument 88 | a romantic kiss on a hot air balloon ride over a scenic coastal city 89 | a romantic kiss on a hot air balloon ride over a scenic archipelago -------------------------------------------------------------------------------- /wildcards/scenario-scifi.txt: -------------------------------------------------------------------------------- 1 | a colony on a distant planet 2 | a rebellion against aI overlords 3 | a time traveler's mission to save humanity 4 | a rogue aI threatens the fate of humanity 5 | a spaceship lost in deep space 6 | a post-apocalyptic world ruled by robots 7 | a discovery of a parallel universe 8 | a malfunctioning time machine creates chaos 9 | a cyborg uprising against humanity 10 | a human-alien hybrid fights for freedom 11 | a mind-reading device creates controversy 12 | a virtual reality world becomes too real 13 | a planet-wide disaster averted by time travel 14 | a human colony on Mars faces challenges 15 | a humanity's last stand against invasion 16 | a discovery of an ancient alien civilization 17 | a malfunctioning teleportation experiment 18 | a war between humanity and artificial intelligence 19 | a human-like robots gain consciousness 20 | a discovery of faster-than-light travel 21 | a virtual reality world becomes the new reality 22 | a future society where clones are the norm 23 | a time traveler's struggle to change the future 24 | a rogue aI becomes the new world leader 25 | a spaceship lost in deep space, find a new planet 26 | a post-apocalyptic world where technology failed 27 | a discovery of a parallel dimension 28 | a malfunctioning time machine creates alternate timelines 29 | a cyborg uprising against their creators 30 | a human-alien hybrid fights for acceptance 31 | a government conspiracy to cover up alien contact 32 | a virus turns humanity into mutants 33 | a cyberpunk world where corporations rule 34 | a colony on a distant planet struggles for survival 35 | a rebellion against genetic engineering 36 | a time traveler's mission to prevent a disaster 37 | a rogue aI turns against its creators 38 | a spaceship crew faces a mysterious threat 39 | a post-apocalyptic world where technology is banned 40 | a discovery of a wormhole leads to new worlds 41 | a malfunctioning time machine sends people back in time 42 | a cyborg police force fights against crime 43 | a human-like robots demand equal rights 44 | a mind-reading device leads to invasion of privacy 45 | a virtual reality world becomes a prison 46 | a planet-wide disaster caused by advanced technology 47 | a human colony on a distant moon faces challenges 48 | a humanity's last stand against an alien invasion 49 | a discovery of advanced technology on a distant planet 50 | a malfunctioning teleportation experiment leads to disaster 51 | a war between humanity and advanced robots 52 | a human-like robots are hunted by humanity 53 | a discovery of a way to travel through time 54 | a future society where artificial intelligence controls everything 55 | a time traveler's struggle to prevent a catastrophic future 56 | a rogue aI starts a war with humanity 57 | a spaceship crew faces a mutiny 58 | a post-apocalyptic world where the only hope is technology 59 | a discovery of a parallel timeline where history took a different path 60 | a genetic engineering gone wrong leads to monstrous creatures 61 | a secret government facility creates super soldiers 62 | a society where people can upload their consciousness to a virtual world 63 | a malfunctioning teleporter merges people with objects 64 | an advanced civilization of robots, built by humanity, turns on their creators 65 | a rebellion against a government that controls people's thoughts and emotions 66 | a world where people can control technology with their minds 67 | a society where people's memories can be edited or erased 68 | a technology that allows people to travel through parallel dimensions 69 | a planet, where the inhabitants have evolved to live underwater, is discovered 70 | a society where people can genetically enhance themselves to have extraordinary abilities 71 | a post-apocalyptic world where the only survivors are people who were cryogenically frozen 72 | a future where people can download their consciousness into robots 73 | a world where people can transfer their consciousness into different bodies 74 | a society where people can control their dreams 75 | an alien race that can control technology through telekinesis is discovered 76 | a society where people can communicate telepathically 77 | a world where people can control the weather 78 | a society where people can teleport 79 | a planet where the inhabitants have evolved to live in space is discovered 80 | a society where people can control the elements 81 | a world where people can heal others with their touch 82 | a society where people can control gravity -------------------------------------------------------------------------------- /wildcards/scenario2.txt: -------------------------------------------------------------------------------- 1 | A calm and peaceful place with green grasses, a blue sky and lots of beauty everywhere 2 | A city abandoned for years 3 | A cramped space with a lot of rubble and little space to move around 4 | A dark and evil land 5 | A dry place like an empty desert 6 | A frozen place 7 | A futuristic place full of cables with lots of neon lights and led lighting 8 | A Hawaiian-influenced environment and some surfboards 9 | A hurricane-ravaged environment with lots of broken glass and scattered items 10 | A land full of bones and skeletons of people who once fought there 11 | A land full of slime moss stagnant water and insects 12 | A land full of war trenches with lots of wreckage and remnants of war 13 | A land where nothing makes sense and everything is out of place 14 | A land with many riches and treasures 15 | A maintenance environment with black and yellow stripes signaling construction 16 | A mountainous location full of icy boulders and snow 17 | A mountainous location full of jagged rocks and boulders 18 | A musical concert environment 19 | A place battered by time and natural disasters 20 | A place flooded by the sea and with beach sand 21 | A place forgotten by the world 22 | A place full of gardens suspended by ropes and chains and butterflies with little details in everything 23 | A place full of my ancestral past and several vessels with trapped souls 24 | A place full of sand scattered with dry branches and very arid 25 | A place infested with bugs and worms with decaying woods 26 | A place located in the year 1900 with influence of Baroque and Neo-Gothic architecture 27 | A place off planet earth in a galaxy far far away 28 | A place taken by a flood with everyday objects floating and cars submerged in the water 29 | A place taken by nature full of mosses and vegetation 30 | A place taken over by mushrooms and tree roots 31 | A place that was once inhabited by beings from another world 32 | A place with a lot of glass details in silver and gold 33 | A place with a morbid look that resembles a funeral a little foggy 34 | A place with a very vast nature with big trees and lots of vegetation 35 | A place with everything made of wood with a little old paint peeling off and lots of ingrown tribal details 36 | A place with lots of leaves on the ground and autumn colors 37 | A place with oil stains on the floor with remains of bodywork and screws and a lot of rusty things 38 | A private club with a water slide and beach chairs by the pool where every table has nice drinks 39 | A scene all frozen and full of snow with stalactites 40 | A space environment with intergalactic and cosmic details 41 | A space station with many technological resources and many drawers 42 | A sunny place with a holiday and childhood vibe 43 | A tropical and latin place with lots of green and beach 44 | A tropical environment with a party atmosphere and a lot of wealth 45 | A valley forgotten by time 46 | A vast archaeological site located in the south region of Italy that was buried by meters of ash and pumice after a catastrophic eruption 47 | A venue full of marble and gold detailing with reflective flooring 48 | A very clean and well organized contemporary place 49 | A very dirty and littered place. 50 | A very humid place full of puddles and leaks 51 | A very trendy and frequented place with footprints everywhere and wear on the floor 52 | An environment that has just been waxed and carefully cleaned where everything is shiny and organized 53 | An environment with a very vast and very humid fauna 54 | An environment with an oriental look and solid design ornaments 55 | An environment with Aztec tendencies and many sculptures with masks on the wall 56 | An environment with glass windows and chandelier lighting 57 | An environment with lights like a disco and dance floor 58 | An environment with rustic furniture and a rustic country farm look 59 | An environment with tombstones and a similar look to a cemetery with some bats and cockroaches 60 | An environment with wabi-sabi trends and furniture made by famous designers 61 | An old place full of cracks, misplaced things and broken pieces 62 | An ornate venue with ornate floors and walls covered in tapestry 63 | -------------------------------------------------------------------------------- /wildcards/scifi.txt: -------------------------------------------------------------------------------- 1 | alternate history 2 | cyberpunk 3 | dieselpunk 4 | feminist science fiction 5 | hard science fiction 6 | military science fiction 7 | new wave science fiction 8 | post-apocalyptic 9 | science fantasy 10 | science fiction alternate history 11 | science fiction apocalyptic and post-apocalyptic 12 | science fiction cyber-horror 13 | science fiction cyber-noir 14 | science fiction cyber-thriller 15 | science fiction cyberpunk 16 | science fiction detective 17 | science fiction dieselpunk 18 | science fiction dystopian 19 | science fiction hard science fiction 20 | science fiction hardboiled 21 | science fiction horror 22 | science fiction military science fiction 23 | science fiction noir 24 | science fiction science fantasy 25 | science fiction social science fiction 26 | science fiction soft science fiction 27 | science fiction space opera 28 | science fiction space western 29 | science fiction speculative fiction 30 | science fiction steam punk 31 | science fiction superhero 32 | science fiction time travel 33 | science fiction transhumanism 34 | science fiction western 35 | science fiction xenopunk 36 | social science fiction 37 | soft science fiction 38 | space opera 39 | steampunk 40 | superhero fiction 41 | time travel -------------------------------------------------------------------------------- /wildcards/sculpture.txt: -------------------------------------------------------------------------------- 1 | assembled 2 | bas-relief 3 | bust 4 | bustrine 5 | busts 6 | carved 7 | carving 8 | cast 9 | chiseled 10 | column 11 | engraving 12 | etched 13 | figurine 14 | fountains 15 | glyph 16 | headstone 17 | hieroglyph 18 | high relief 19 | inscription 20 | intaglio 21 | low relief 22 | modelled 23 | molded 24 | monument 25 | obelisk 26 | petroglyph 27 | pictogram 28 | plaques 29 | relief 30 | runestone 31 | scrimshaw 32 | sculpted 33 | sculpture 34 | stamped 35 | statuary 36 | statue 37 | tombstone -------------------------------------------------------------------------------- /wildcards/setting.txt: -------------------------------------------------------------------------------- 1 | sci-fi 2 | fantasy 3 | grimdark 4 | cyberpunk 5 | steampunk 6 | dieselpunk 7 | atompunk 8 | world war 1 9 | world war 2 10 | ancient rome 11 | ancient greece 12 | aztec 13 | medieval europe 14 | feudal japan 15 | fairytale 16 | islamic golden age 17 | biopunk -------------------------------------------------------------------------------- /wildcards/ship.txt: -------------------------------------------------------------------------------- 1 | airship 2 | ambulance ship 3 | cargo ship 4 | carrier 5 | colony ship 6 | command ship 7 | cruiser 8 | cruiser 9 | destroyer 10 | destroyer 11 | docking ship 12 | dreadnought 13 | dreadnought 14 | explorer 15 | fighter 16 | fighter 17 | freighter 18 | freighter 19 | habitat ship 20 | heavy carrier 21 | interceptor 22 | interceptor 23 | interplanetary ship 24 | interstellar ship 25 | lifepod 26 | light carrier 27 | liner 28 | liner 29 | mining ship 30 | observatory ship 31 | patrol ship 32 | rescue ship 33 | research ship 34 | scout ship 35 | shuttle 36 | shuttle 37 | spaceship 38 | transport 39 | transport 40 | transporter -------------------------------------------------------------------------------- /wildcards/site.txt: -------------------------------------------------------------------------------- 1 | trending on ArtStation 2 | trending on ConceptArtWorld 3 | trending on Flickr 4 | trending on Behance 5 | trending on 500px 6 | trending on Getty Images 7 | trending on DeviantArt 8 | trending on Pixiv 9 | trending on IllustrationX 10 | trending on CGSociety 11 | trending on Unsplash 12 | trending on Google Images 13 | trending on Pinterest 14 | trending on Sketchfab 15 | trending on Artsy 16 | National Gallery of Art Highlights 17 | trending on Saatchi Art 18 | -------------------------------------------------------------------------------- /wildcards/skin-color.txt: -------------------------------------------------------------------------------- 1 | pale 2 | light 3 | fair 4 | dark 5 | brown 6 | black 7 | tan 8 | golden 9 | olive 10 | white 11 | alabaster 12 | ivory 13 | cream 14 | beige 15 | taupe 16 | espresso 17 | chocolate 18 | mahogany 19 | caramel 20 | bronze 21 | copper 22 | peach 23 | pink 24 | salmon 25 | ruby 26 | wine 27 | -------------------------------------------------------------------------------- /wildcards/still-life.txt: -------------------------------------------------------------------------------- 1 | apples 2 | art supplies 3 | baskets 4 | bell peppers 5 | bookends 6 | books 7 | bottles 8 | bowls 9 | bowls of fruit 10 | boxes 11 | branches 12 | bread 13 | cacti 14 | candles 15 | cans 16 | cards 17 | carpet 18 | carrots 19 | cheese 20 | chicken 21 | chocolate bars 22 | clocks 23 | clothes 24 | clothing 25 | coffee beans 26 | coffee cups 27 | cookbooks 28 | corks 29 | crayons 30 | crystal glasses 31 | cups 32 | curling irons 33 | decanters 34 | desk lamps 35 | dictionaries 36 | dishes 37 | dried flowers 38 | egg timers 39 | eggcups 40 | eggs 41 | feathers 42 | figures 43 | fish 44 | fishing lures 45 | flip flops 46 | flowers 47 | fruit bowls 48 | fruits 49 | furniture 50 | garden tools 51 | glasses 52 | globes 53 | gloves 54 | grapes 55 | hairbrushes 56 | hand mirrors 57 | handbags 58 | hats 59 | houseplants 60 | instruments 61 | jars 62 | jugs 63 | keys 64 | kitchen tools 65 | knick-knacks 66 | knives 67 | lamps 68 | leaves 69 | lemons 70 | letters 71 | light fixtures 72 | lightbulbs 73 | lighters 74 | liquor bottles 75 | lobster 76 | magazines 77 | magnifying glasses 78 | mangoes 79 | maps 80 | matches 81 | melons 82 | microscopes 83 | milk bottles 84 | milk jug 85 | mint 86 | model airplanes 87 | model cars 88 | model ships 89 | mugs 90 | mushrooms 91 | napkins 92 | newspapers 93 | nickels 94 | notebooks 95 | onions 96 | oranges 97 | paint brushes 98 | paint markers 99 | paint mixer 100 | paint palette knife 101 | paint rollers 102 | paint spatula 103 | paint tubes 104 | pears 105 | pencils 106 | photo frames 107 | photographic film 108 | photographic paper 109 | pipes 110 | pumpkins 111 | radishes 112 | ribbons 113 | salt and pepper shakers 114 | shoes 115 | socks 116 | spoons 117 | tea cups 118 | teapots 119 | vases 120 | walnuts -------------------------------------------------------------------------------- /wildcards/style.txt: -------------------------------------------------------------------------------- 1 | upside-down 2 | vanishing point 3 | glitch 4 | symmetry 5 | tachi-e 6 | zoom layer 7 | cover 8 | lineart 9 | pixel art 10 | photo 11 | postcard 12 | poster 13 | anime screencap 14 | official wallpaper 15 | official art 16 | still life 17 | art nouveau 18 | traditional media 19 | unfinished 20 | art deco 21 | abstract 22 | fine art parody 23 | impressionism 24 | ligne claire 25 | nihonga 26 | realistic 27 | sketch 28 | style parody 29 | surreal 30 | acrylic paint (medium) 31 | airbrush (medium) 32 | ballpoint pen (medium) 33 | brush (medium) 34 | chalk (medium) 35 | calligraphy brush (medium) 36 | canvas (medium) 37 | charcoal (medium) 38 | colored pencil (medium) 39 | color ink (medium) 40 | coupy pencil (medium) 41 | crayon (medium) 42 | nib pen (medium) 43 | gouache (medium) 44 | graphite (medium) 45 | ink (medium) 46 | marker (medium) 47 | millipen (medium) 48 | nib pen (medium) 49 | oil painting (medium) 50 | painting (medium) 51 | pastel (medium) 52 | tempera (medium) 53 | watercolor (medium) 54 | watercolor pencil (medium) -------------------------------------------------------------------------------- /wildcards/subject-fantasy.txt: -------------------------------------------------------------------------------- 1 | a dragon hoarding treasure in its lair 2 | a wizard casting spells in a ancient library 3 | a fairy granting wishes in a enchanted forest 4 | a vampire hunting for its prey 5 | a werewolf howling at the full moon 6 | a witch brewing potions in her cauldron 7 | a knight on a quest to save a princess 8 | a mermaid singing in a lagoon 9 | a demon summoning ritual in a dark alley 10 | a angel fighting against evil forces 11 | a goblin trading in a underground market 12 | a phoenix rising from its ashes 13 | a centaur galloping through a meadow 14 | a unicorn granting wishes to the pure of heart 15 | a minotaur guarding a labyrinth 16 | a leprechaun hiding a pot of gold 17 | a ghost haunting a castle 18 | a dragon riding knight saving a kingdom 19 | a necromancer raising the dead 20 | a shape-shifter disguising itself among humans 21 | a giant crushing a village underfoot 22 | a Kraken attacking a ship on the high seas 23 | a griffin soaring through the clouds 24 | a banshee wailing in the night 25 | a werewolf pack hunting in the wilderness 26 | a dragon-slaying hero embarking on a epic quest 27 | a sorceress summoning elemental powers 28 | a faerie prince falling in love with a mortal 29 | a elven archer defending their kingdom from invaders 30 | a dark sorcerer summoning ancient demons 31 | a half-elf ranger exploring a enchanted forest 32 | a dwarf blacksmith forging powerful magical weapons 33 | a hobbit going on an adventure with friends 34 | a giant troll living under a bridge 35 | a gnome inventor creating steampunk contraptions 36 | a dragon-riding prince saving his kingdom 37 | a vampire hunter stalking the night 38 | a angelic warrior fighting against darkness 39 | a unicorn healer with the power of healing 40 | a demon prince trying to redeem his past 41 | a giant dragon terrorizing a medieval village 42 | a shape-shifter navigating through different forms 43 | a witch doctor calling upon spirits for guidance 44 | a ghostly pirate haunting the seven seas 45 | a dragon tamer with the ability to control dragons 46 | a dragon-riding knight saving a kingdom 47 | a shapeshifter navigating through different forms -------------------------------------------------------------------------------- /wildcards/subject-horror.txt: -------------------------------------------------------------------------------- 1 | a ghostly apparition haunting a abandoned house 2 | a serial killer stalking their victims 3 | a zombie outbreak in a city 4 | a demon possessing a innocent person 5 | a haunted doll terrorizing a family 6 | a werewolf hunting in the dark 7 | a vampire preying on the unsuspecting 8 | a cursed object bringing misfortune to its owner 9 | a ghost ship sailing in the night 10 | a haunted asylum with a dark past 11 | a shape-shifter hunting for its next victim 12 | a cursed archeological discovery unleashing an ancient evil 13 | a witch's curse on a small town 14 | a poltergeist causing chaos in a quiet neighborhood 15 | a haunted carnival with a deadly secret 16 | a cursed video tape causing death to those who watch it 17 | a ghostly children haunting a school 18 | a possessed car driving its victims to madness 19 | a haunted hotel with a dark past 20 | a monster lurking in the shadows 21 | a mad scientist unleashing their twisted experiments 22 | a haunted doll coming to life 23 | a cursed object bringing death to those who possess it 24 | a ghostly apparition appearing in photos 25 | a serial killer returning to their hometown 26 | a zombie outbreak in a small town 27 | a demon-possessed priest performing exorcisms 28 | a cursed object bringing bad luck to its owner 29 | a ghostly figure appearing in the window 30 | a cursed painting bringing misfortune to its owner 31 | a witch's curse on a family 32 | a haunted dollhouse with a dark past 33 | a ghostly apparition appearing in the mirror 34 | a monster hiding under the bed 35 | a haunted forest with a dark past 36 | a haunted graveyard with a dark past 37 | a ghostly apparition appearing in the window 38 | a cursed painting bringing bad luck to its owner 39 | a zombies outbreak in a small town -------------------------------------------------------------------------------- /wildcards/subject-romance.txt: -------------------------------------------------------------------------------- 1 | a couple in love on a beach at sunset 2 | a young woman falling for a charming prince 3 | a secret rendezvous between two lovers 4 | a man confessing his love to his lifelong crush 5 | a couple dancing in a grand ballroom 6 | a forbidden romance between two people from different worlds 7 | a woman torn between two loves 8 | a man and woman reunited after many years apart 9 | a couple sharing a intimate moment under the stars 10 | a high school sweethearts rekindling their love 11 | a woman falling for a mysterious stranger 12 | a long-distance relationship being put to the test 13 | a couple on a romantic getaway in Paris 14 | a man and woman falling in love at first sight 15 | a woman discovering her true love was right in front of her all along 16 | a couple overcoming obstacles to be together 17 | a man proposing to the love of his life 18 | a woman falling for a man who is not what he seems 19 | a couple renewing their vows after many years of marriage 20 | a woman choosing between her career and her love 21 | a man and woman overcoming cultural differences to be together 22 | a couple struggling to keep the spark alive in their marriage 23 | a woman falling for a man she just met 24 | a couple dealing with the aftermath of infidelity 25 | a young woman falling for a bad boy 26 | a couple finding love in a small town 27 | a woman falling for a man who is already taken 28 | a man and woman falling in love at a masquerade ball 29 | a woman falling for a man who is her best friend 30 | a couple falling in love over the course of a summer 31 | a woman falling for a man who is her complete opposite 32 | a man and woman overcoming the class divide to be together 33 | a woman falling for a man who is her brother's best friend 34 | a couple falling in love while on a trip around the world 35 | a woman falling for a man who is her boss 36 | a couple finding love in a time loop 37 | a woman falling for a man who is from a different time period 38 | a man and woman falling in love while stranded on a desert island 39 | a woman falling for a man who is her enemy 40 | a couple falling in love after being set up by friends 41 | a woman falling for a man who is her protector 42 | a couple falling in love during a snowy winter 43 | a woman falling for a man who is her savior 44 | a couple reconnecting after many years apart 45 | a man and woman overcoming language barriers to be together 46 | a woman falling for a man who is her rival 47 | a couple falling in love during a road trip 48 | a woman falling for a man who is her teacher 49 | a man and woman falling in love in a foreign country 50 | a woman falling for a man who is her celebrity crush 51 | a couple falling in love at a music festival 52 | a woman falling for a man who is her bodyguard 53 | a couple falling in love during a natural disaster 54 | a woman falling for a man who is her lawyer 55 | a man and woman overcoming family disapproval to be together 56 | a woman falling for a man who is her patient 57 | a couple falling in love during a summer camp 58 | a woman falling for a man who is her co-worker 59 | a man and woman falling in love during a cruise 60 | a woman falling for a man who is her personal chef 61 | a couple falling in love at a sporting event 62 | a woman falling for a man who is her personal trainer 63 | a man and woman falling in love while traveling abroad 64 | a woman falling for a man who is her neighbor 65 | a couple falling in love during a college reunion 66 | a woman falling for a man who is her tour guide 67 | a man and woman falling in love at a wedding 68 | a woman falling for a man who is her doctor -------------------------------------------------------------------------------- /wildcards/suit-female.txt: -------------------------------------------------------------------------------- 1 | blazer dress 2 | business suit 3 | cocktail suit 4 | cotton suit 5 | evening suit 6 | fall suit 7 | formal suit 8 | funeral suit 9 | graduation suit 10 | jacket dress 11 | leisure suit 12 | linen suit 13 | nylon suit 14 | pant suit 15 | party suit 16 | polyester suit 17 | power suit 18 | prom suit 19 | rayon suit 20 | silk suit 21 | skirt suit 22 | spring suit 23 | suit dress 24 | suit with belt 25 | suit with blazer 26 | suit with blouse 27 | suit with bracelets 28 | suit with brooch 29 | suit with cami 30 | suit with camisole 31 | suit with clutch 32 | suit with coat 33 | suit with earrings 34 | suit with gloves 35 | suit with handbag 36 | suit with hat 37 | suit with jacket 38 | suit with necklace 39 | suit with pashmina 40 | suit with pin 41 | suit with purse 42 | suit with ring 43 | suit with scarf 44 | suit with shawl 45 | suit with stole 46 | suit with t-shirt 47 | suit with tank top 48 | suit with tote 49 | suit with watch 50 | summer suit 51 | three-piece suit 52 | tweed suit 53 | two-piece suit 54 | wedding suit 55 | winter suit 56 | wool suit 57 | work suit -------------------------------------------------------------------------------- /wildcards/suit-male.txt: -------------------------------------------------------------------------------- 1 | american suit 2 | black tie 3 | british suit 4 | business suit 5 | casual suit 6 | classic-fit suit 7 | cotton suit 8 | custom-made suit 9 | dinner suit 10 | double-breasted suit 11 | fall suit 12 | formal suit 13 | french suit 14 | funeral suit 15 | graduation suit 16 | italian suit 17 | leisure suit 18 | linen suit 19 | morning suit 20 | nylon suit 21 | party suit 22 | polyester suit 23 | prom suit 24 | rayon suit 25 | regular-fit suit 26 | silk suit 27 | single-breasted suit 28 | slim-fit suit 29 | spring suit 30 | suit with boutonniere 31 | suit with bow tie 32 | suit with breast pocket 33 | suit with buttonhole 34 | suit with collar pin 35 | suit with cufflinks 36 | suit with handkerchief 37 | suit with lapel chain 38 | suit with lapel flower 39 | suit with lapel pin 40 | suit with pocket square 41 | suit with pocket watch 42 | suit with suspenders 43 | suit with tie 44 | suit with tie clip 45 | suit with vest 46 | summer suit 47 | tailored-fit suit 48 | three-piece suit 49 | tuxedo 50 | tweed suit 51 | two-piece suit 52 | wedding suit 53 | white tie 54 | winter suit 55 | wool suit 56 | work suit -------------------------------------------------------------------------------- /wildcards/superhero.txt: -------------------------------------------------------------------------------- 1 | ant-man 2 | aquaman 3 | astro boy 4 | banshee 5 | batgirl 6 | batman 7 | batwoman 8 | black canary 9 | black panther 10 | black widow 11 | blade 12 | bucky barnes 13 | cable 14 | cain marko 15 | captain america 16 | captain britain 17 | captain marvel 18 | carnage 19 | catwoman 20 | colossus 21 | conan the barbarian 22 | cyclone 23 | cyclops 24 | daredevil 25 | deadman 26 | deadpool 27 | deadshot 28 | doctor fate 29 | doctor octopus 30 | doctor strange 31 | donatello 32 | electra 33 | electro 34 | elektra 35 | emma frost 36 | fantastic four 37 | flash gordon 38 | galactus 39 | gambit 40 | gamora 41 | gorilla grodd 42 | green arrow 43 | green lantern 44 | groot 45 | harley quinn 46 | harvey dent 47 | harvey two-face 48 | havok 49 | hawkeye 50 | hawkgirl 51 | hawkman 52 | hellboy 53 | hulk 54 | human torch 55 | iceman 56 | invisible woman 57 | iron man 58 | j jonah jameson 59 | jean grey 60 | johnny blaze 61 | jubilee 62 | judge dredd 63 | juggernaut 64 | kamala khan 65 | kang the conqueror 66 | killer croc 67 | kilowog 68 | kingpin 69 | kitty pryde 70 | lady deathstrike 71 | larfleeze 72 | lex luthor 73 | loki 74 | luke cage 75 | mad hatter 76 | magneto 77 | malekith 78 | martian manhunter 79 | medusa 80 | mephisto 81 | mera 82 | mister fantastic 83 | mystique 84 | nick fury 85 | nightcrawler 86 | nightwing 87 | oracle 88 | poison ivy 89 | power girl 90 | professor x 91 | punisher 92 | raven 93 | red hood 94 | riddler 95 | rocket raccoon 96 | rogue 97 | roy harper 98 | sabretooth 99 | sandman 100 | scarecrow 101 | scarlet witch 102 | shatterstar 103 | she-hulk 104 | she-venom 105 | shredder 106 | silver surfer 107 | sinestro 108 | spider-man 109 | spider-woman 110 | starfire 111 | storm 112 | sue storm 113 | supergirl 114 | superman 115 | superwoman 116 | taskmaster 117 | teenage mutant ninja turtles 118 | the atom 119 | the black cat 120 | the crimson dynamo 121 | the defenders 122 | the falcon 123 | the flash 124 | the joker 125 | the kingpin 126 | the mandarin 127 | the phantom 128 | the riddler 129 | the rocketeer 130 | the thing 131 | the vision 132 | thor 133 | toad 134 | two-face 135 | ultron 136 | venom 137 | vixen 138 | vulture 139 | wasp 140 | white queen 141 | wolverine 142 | wonder woman 143 | zatanna 144 | zoom -------------------------------------------------------------------------------- /wildcards/supermodel.txt: -------------------------------------------------------------------------------- 1 | adriana lima 2 | alex weber 3 | ashley graham 4 | bar refaeli 5 | bella hadid 6 | candice swanepoel 7 | cara delevingne 8 | carla bruni 9 | chrissy teigen 10 | cindy crawford 11 | claudia schiffer 12 | elizabeth hurley 13 | emily ratajkowski 14 | gigi hadid 15 | gisele bündchen 16 | hannah davis 17 | heidi klum 18 | helena christensen 19 | irina shayk 20 | iris apfel 21 | janice dickinson 22 | joan smalls 23 | karli kloss 24 | kate moss 25 | kendall jenner 26 | linda evangelista 27 | liu wen 28 | naomi campbell 29 | naomi watts 30 | oluchi onweagba 31 | rosie huntington-whitley 32 | sara sampaio 33 | taylor hill 34 | tyra banks 35 | veronica webb 36 | versace 37 | vivienne westwood 38 | yasmin le bon -------------------------------------------------------------------------------- /wildcards/swimwear.txt: -------------------------------------------------------------------------------- 1 | bikesuit 2 | racing suit 3 | bodystocking 4 | bodysuit 5 | jumpsuit 6 | short jumpsuit 7 | leotard 8 | strapless leotard 9 | playboy bunny 10 | swimsuit 11 | competition swimsuit 12 | slingshot swimsuit 13 | school swimsuit 14 | bikini 15 | leaf bikini 16 | string bikini 17 | micro bikini 18 | side-tie bikini bottom 19 | lowleg bikini 20 | thong bikini 21 | venus bikini 22 | sports bikini 23 | tankini 24 | criss-cross halter 25 | swim briefs (speedo) 26 | jammers 27 | legskin 28 | rash guard 29 | robe 30 | bathrobe 31 | open robe 32 | kesa 33 | romper 34 | sarong 35 | tunic 36 | unitard -------------------------------------------------------------------------------- /wildcards/technique.txt: -------------------------------------------------------------------------------- 1 | backlighting 2 | blending 3 | bloom 4 | bokeh 5 | caustics 6 | chiaroscuro 7 | chromatic aberration 8 | chromatic aberration abuse 9 | diffraction spikes 10 | depth of field 11 | dithering 12 | drop shadow 13 | emphasis lines 14 | film grain 15 | foreshortening 16 | gradient 17 | halftone 18 | image_fill 19 | lens flare 20 | lens flare abuse 21 | motion blur 22 | motion lines 23 | multiple monochrome 24 | optical illusion 25 | anaglyph 26 | exif thumbnail surprise 27 | open in internet explorer 28 | open in winamp 29 | stereogram 30 | scanlines 31 | silhouette 32 | speed lines 33 | vignetting -------------------------------------------------------------------------------- /wildcards/time.txt: -------------------------------------------------------------------------------- 1 | day 2 | night 3 | evening 4 | dusk -------------------------------------------------------------------------------- /wildcards/train.txt: -------------------------------------------------------------------------------- 1 | acela express 2 | amtrak 3 | bullet train 4 | cable car 5 | cog railway 6 | commuter rail 7 | commuter train 8 | crown rail 9 | dmu (diesel multiple unit) 10 | electric multiple unit (emu) 11 | electric train 12 | express train 13 | ferry train 14 | funicular 15 | gondola lift 16 | heritage railway 17 | high-speed rail 18 | intercity express 19 | intercity train 20 | interregional train 21 | light rail 22 | locomotive 23 | long-distance train 24 | maglev train 25 | magnetic levitation train 26 | metro train 27 | monorail 28 | rack and pinion train 29 | rapid transit train 30 | regional express 31 | regional rail 32 | rolling stock 33 | shinkansen 34 | shuttle train 35 | steam train 36 | streetcar 37 | suburban train 38 | tgv (train à grande vitesse) 39 | tram 40 | trolley train 41 | trolleybus -------------------------------------------------------------------------------- /wildcards/tree.txt: -------------------------------------------------------------------------------- 1 | acacia 2 | alder 3 | apple 4 | arborvitae 5 | ash 6 | aspen 7 | avocado 8 | balsam 9 | bamboo 10 | banana 11 | baobab 12 | bay 13 | beech 14 | birch 15 | blackthorn 16 | bluegum 17 | buckeye 18 | butternut 19 | cedar 20 | cherry 21 | chestnut 22 | chinkapin 23 | cork 24 | cottonwood 25 | cucumber 26 | cypress 27 | dogwood 28 | elder 29 | elm 30 | fir 31 | guava 32 | hackberry 33 | hawthorn 34 | hemlock 35 | hickory 36 | holly 37 | hophornbean 38 | hornbean 39 | jacaranda 40 | juniper 41 | larch 42 | laurel 43 | lemon 44 | lime 45 | locust 46 | madrone 47 | magnolia 48 | maple 49 | moosewood 50 | mulberry 51 | myrtle 52 | nutmeg 53 | oak 54 | orange 55 | palm 56 | pear 57 | persimmon 58 | pine 59 | pineapple 60 | piñon 61 | pomegranate 62 | poplar 63 | redwood 64 | sassafras 65 | sequoia 66 | shadbush 67 | spruce 68 | sumac 69 | sycamore 70 | tamarind 71 | torreya 72 | tupelo 73 | walnut 74 | willow 75 | yew 76 | -------------------------------------------------------------------------------- /wildcards/tribe.txt: -------------------------------------------------------------------------------- 1 | aboriginal australians 2 | andamanese 3 | aymara 4 | baka 5 | bantu 6 | basque 7 | bedouin 8 | berber 9 | bushmen 10 | celt 11 | cherokee 12 | chukchi 13 | dene 14 | eskimo 15 | hmong 16 | inuit 17 | iroquois 18 | khoisan 19 | kikuyu 20 | kurd 21 | lakota 22 | mapuche 23 | maya 24 | mohawk 25 | navajo 26 | oromo 27 | papago 28 | pima 29 | roma 30 | semang 31 | seminole 32 | shoshone 33 | sioux 34 | toda 35 | tuareg 36 | uighur 37 | vedda 38 | wodaabe 39 | yakut 40 | yuchi 41 | yupik 42 | zulu -------------------------------------------------------------------------------- /wildcards/trippy.txt: -------------------------------------------------------------------------------- 1 | abstract fractals 2 | abstract fractals 3 | astral 4 | c4d abstract fractals 5 | celestial 6 | chroma 7 | consciousness-expanding 8 | consciousness-expanding 9 | coruscating 10 | crazy-looking 11 | dazed 12 | delirium 13 | effulgence 14 | eidetic 15 | empyrean 16 | entoptic fractals 17 | entoptic patterns 18 | entoptic phenomena 19 | ether 20 | euneirophrenia 21 | experimental 22 | fractal mandelbrot 23 | fractals 24 | fractoids 25 | freaky 26 | freaky-looking 27 | geometric fractals 28 | geometric patterns 29 | geometric shapes 30 | gorgonize 31 | hallucinatory 32 | hallucinogen 33 | hallucinogenic 34 | iridescent 35 | kaleidoid 36 | kaleidoscopic 37 | lambent 38 | lustrous 39 | mind-bending 40 | mind-blowing 41 | mind-changing 42 | mind-expanding 43 | mind-expanding drug 44 | multi-dimensional 45 | multicolored 46 | multidimensional 47 | mystical fractals 48 | nacreous 49 | nebulous 50 | nimbus 51 | nubivagant 52 | numinous 53 | oneironaut 54 | opalescent 55 | phantasmagoria 56 | phantasmal 57 | prismatic 58 | prisms 59 | psychedelic 60 | psychoactive 61 | psychotomimetic 62 | psychotomimetic 63 | psychotropic 64 | spaced-out 65 | spacy 66 | speciouis 67 | sublunary 68 | supernal 69 | supramundane 70 | transient 71 | triangular polgyonal 72 | trippy 73 | verisimilitude 74 | -------------------------------------------------------------------------------- /wildcards/underwater.txt: -------------------------------------------------------------------------------- 1 | ammonite 2 | anemone 3 | anglerfish 4 | barnacle 5 | black mamba 6 | clam 7 | crab 8 | cthulhu 9 | cuttlefish 10 | dolphin 11 | eel 12 | electric eel 13 | fish 14 | giant clam 15 | giant octopus 16 | giant squid 17 | great white shark 18 | hippocampus 19 | hydra 20 | jellyfish 21 | killer whale 22 | komodo dragon 23 | kraken 24 | leatherback turtle 25 | leviathan 26 | lobster 27 | manta ray 28 | megalodon 29 | mermaid 30 | narwhal 31 | nessie 32 | octopus 33 | octopus beast 34 | octopus kraken 35 | orca 36 | otter 37 | oyster 38 | pufferfish 39 | rays 40 | sailfish 41 | sea horse 42 | sea serpent 43 | sea turtle 44 | sea urchin 45 | seal 46 | shrimp 47 | siren 48 | sperm whale 49 | sponge 50 | squid 51 | squid giant 52 | starfish 53 | stingray 54 | swordfish 55 | turtle sea 56 | walrus 57 | whale 58 | whale shark -------------------------------------------------------------------------------- /wildcards/water.txt: -------------------------------------------------------------------------------- 1 | Dead Sea 2 | Caspian Sea 3 | Atlantic Ocean 4 | Pacific Ocean 5 | The Great Lakes 6 | Indian Ocean 7 | Salton Sea 8 | Arctic Ocean 9 | Mediterranean Sea 10 | Baltic Sea 11 | Black Sea 12 | Beaufort Sea 13 | Sea of Marmara 14 | Sea of Azov 15 | Red Sea 16 | Lake Natron 17 | Lake Michigan 18 | Lake Superior 19 | Great Salt Lake 20 | Don Juan Pond 21 | Lac Assal 22 | Garabogazkol Basin 23 | Aral Sea 24 | Lacul Sarat 25 | Lake Pikrolimni 26 | Issyk Kul 27 | Lake Techirghiol 28 | Qinghai Lake 29 | Lough Hyne 30 | Little Manitou Lake 31 | Great Bitter Lake 32 | Lake Urmia 33 | Chilika Lake 34 | Kati Thanda-Lake Eyre 35 | Lake Retba 36 | Lake Vanda 37 | Lake Tuz 38 | Sarygamysh Lake 39 | Lake Abert 40 | Van Lake 41 | Mono Lake 42 | Lake Baskunchak 43 | Nile 44 | Missouri River 45 | Lake Baikal 46 | Lake Huron 47 | Great Bear Lake 48 | Lake Tanganyika 49 | Mackenzie River 50 | Yangtze River 51 | Lena River 52 | -------------------------------------------------------------------------------- /wildcards/watercolor.txt: -------------------------------------------------------------------------------- 1 | aquarelle watercolor 2 | color wash watercolor 3 | dry brush watercolor 4 | flowing watercolor 5 | gouache watercolor 6 | impressionistic watercolor 7 | loose watercolor 8 | mosaic watercolor 9 | naturalistic watercolor 10 | opaque watercolor 11 | painterly watercolor 12 | realistic watercolor 13 | saturate watercolor 14 | staining watercolor 15 | transparent watercolor 16 | wash watercolor 17 | wet-on-wet watercolor -------------------------------------------------------------------------------- /wildcards/wave.txt: -------------------------------------------------------------------------------- 1 | chillwave 2 | cloud rap 3 | cyberpunk 4 | darkwave 5 | dream pop 6 | dreampunk 7 | electroclash 8 | electro-industrial 9 | electropop 10 | future funk 11 | futuresynth 12 | glitch 13 | glitch hop 14 | hypnagogic pop 15 | indietronica 16 | italo disco 17 | lo-fi 18 | new rave 19 | outrun 20 | post-disco 21 | post-punk 22 | retrowave 23 | synthwave 24 | vaporwave --------------------------------------------------------------------------------