You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
imaginAIry/imaginairy/vendored/noodle_soup_prompts
Bryce Drennan 31c2160e21
feature: prompt expansion (#51)
You can use `{}` to randomly pull values from lists.  A list of values separated by `|` and enclosed in `{ }` will be randomly drawn from in a non-repeating fashion. Values that are surrounded by `_ _` will pull from a phrase list of the same name.   Folders containing .txt phraselist files may be specified via
`--prompt_library_path`. The option may be specified multiple times.  Built-in categories:

      3d-term, adj-architecture, adj-beauty, adj-detailed, adj-emotion, adj-general, adj-horror, animal, art-movement,
      art-site, artist, artist-botanical, artist-surreal, aspect-ratio, bird, body-of-water, body-pose, camera-brand,
      camera-model, color, cosmic-galaxy, cosmic-nebula, cosmic-star, cosmic-term, dinosaur, eyecolor, f-stop,
      fantasy-creature, fantasy-setting, fish, flower, focal-length, food, fruit, games, gen-modifier, hair, hd,
      iso-stop, landscape-type, national-park, nationality, neg-weight, noun-beauty, noun-fantasy, noun-general,
      noun-horror, occupation, photo-term, pop-culture, pop-location, punk-style, quantity, rpg-item, scenario-desc,
      skin-color, spaceship, style, tree-species, trippy, world-heritage-site

   Examples:

   `imagine "a {red|black} dog" -r 2 --seed 0` will generate both "a red dog" and "a black dog"

   `imagine "a {_color_} dog" -r 4 --seed 0` will generate four, different colored dogs. The colors will eb pulled from an included
   phraselist of colors.

   `imagine "a {_spaceship_|_fruit_|hot air balloon}. low-poly" -r 4 --seed 0` will generate images of spaceships or fruits or a hot air balloon

   Credit to [noodle-soup-prompts](https://github.com/WASasquatch/noodle-soup-prompts/) where most, but not all, of the wordlists originate.
2 years ago
..
3d-term.txt.gz feature: prompt expansion (#51) 2 years ago
LICENSE feature: prompt expansion (#51) 2 years ago
adj-architecture.txt.gz feature: prompt expansion (#51) 2 years ago
adj-beauty.txt.gz feature: prompt expansion (#51) 2 years ago
adj-detailed.txt.gz feature: prompt expansion (#51) 2 years ago
adj-emotion.txt.gz feature: prompt expansion (#51) 2 years ago
adj-general.txt.gz feature: prompt expansion (#51) 2 years ago
adj-horror.txt.gz feature: prompt expansion (#51) 2 years ago
animal.txt.gz feature: prompt expansion (#51) 2 years ago
art-movement.txt.gz feature: prompt expansion (#51) 2 years ago
art-site.txt.gz feature: prompt expansion (#51) 2 years ago
artist-botanical.txt.gz feature: prompt expansion (#51) 2 years ago
artist-surreal.txt.gz feature: prompt expansion (#51) 2 years ago
artist.txt.gz feature: prompt expansion (#51) 2 years ago
aspect-ratio.txt.gz feature: prompt expansion (#51) 2 years ago
bird.txt.gz feature: prompt expansion (#51) 2 years ago
body-of-water.txt.gz feature: prompt expansion (#51) 2 years ago
body-pose.txt.gz feature: prompt expansion (#51) 2 years ago
camera-brand.txt.gz feature: prompt expansion (#51) 2 years ago
camera-model.txt.gz feature: prompt expansion (#51) 2 years ago
cosmic-galaxy.txt.gz feature: prompt expansion (#51) 2 years ago
cosmic-nebula.txt.gz feature: prompt expansion (#51) 2 years ago
cosmic-star.txt.gz feature: prompt expansion (#51) 2 years ago
cosmic-term.txt.gz feature: prompt expansion (#51) 2 years ago
dinosaur.txt.gz feature: prompt expansion (#51) 2 years ago
eyecolor.txt.gz feature: prompt expansion (#51) 2 years ago
f-stop.txt.gz feature: prompt expansion (#51) 2 years ago
fantasy-creature.txt.gz feature: prompt expansion (#51) 2 years ago
fantasy-setting.txt.gz feature: prompt expansion (#51) 2 years ago
fish.txt.gz feature: prompt expansion (#51) 2 years ago
flower.txt.gz feature: prompt expansion (#51) 2 years ago
focal-length.txt.gz feature: prompt expansion (#51) 2 years ago
food.txt.gz feature: prompt expansion (#51) 2 years ago
fruit.txt.gz feature: prompt expansion (#51) 2 years ago
gen-modifier.txt.gz feature: prompt expansion (#51) 2 years ago
hair.txt.gz feature: prompt expansion (#51) 2 years ago
hd.txt.gz feature: prompt expansion (#51) 2 years ago
iso-stop.txt.gz feature: prompt expansion (#51) 2 years ago
landscape-type.txt.gz feature: prompt expansion (#51) 2 years ago
national-park.txt.gz feature: prompt expansion (#51) 2 years ago
nationality.txt.gz feature: prompt expansion (#51) 2 years ago
neg-weight.txt.gz feature: prompt expansion (#51) 2 years ago
noun-beauty.txt.gz feature: prompt expansion (#51) 2 years ago
noun-fantasy.txt.gz feature: prompt expansion (#51) 2 years ago
noun-general.txt.gz feature: prompt expansion (#51) 2 years ago
noun-horror.txt.gz feature: prompt expansion (#51) 2 years ago
occupation.txt.gz feature: prompt expansion (#51) 2 years ago
photo-term.txt.gz feature: prompt expansion (#51) 2 years ago
pop-culture.txt.gz feature: prompt expansion (#51) 2 years ago
pop-location.txt.gz feature: prompt expansion (#51) 2 years ago
punk-style.txt.gz feature: prompt expansion (#51) 2 years ago
quantity.txt.gz feature: prompt expansion (#51) 2 years ago
rpg-Item.txt.gz feature: prompt expansion (#51) 2 years ago
scenario-desc.txt.gz feature: prompt expansion (#51) 2 years ago
skin-color.txt.gz feature: prompt expansion (#51) 2 years ago
style.txt.gz feature: prompt expansion (#51) 2 years ago
tree-species.txt.gz feature: prompt expansion (#51) 2 years ago
trippy.txt.gz feature: prompt expansion (#51) 2 years ago
video-game.txt.gz feature: prompt expansion (#51) 2 years ago
world-heritage-site.txt.gz feature: prompt expansion (#51) 2 years ago