├── .gitignore ├── LICENSE ├── README.md ├── generate_wildcards.py ├── nsp_pantry.json ├── status.txt └── wildcards ├── 3d-terms.txt ├── adj-architecture.txt ├── adj-beauty.txt ├── adj-general.txt ├── adj-horror.txt ├── animals.txt ├── artist-botanical.txt ├── artist-surreal.txt ├── artist.txt ├── aspect-ratio.txt ├── bird.txt ├── body-fit.txt ├── body-heavy.txt ├── body-light.txt ├── body-poor.txt ├── body-shape.txt ├── body-short.txt ├── body-tall.txt ├── bodyshape.txt ├── camera-manu.txt ├── camera.txt ├── celeb.txt ├── color-palette.txt ├── color.txt ├── cosmic-galaxy.txt ├── cosmic-nebula.txt ├── cosmic-star.txt ├── cosmic-terms.txt ├── details.txt ├── dinosaur.txt ├── eyecolor.txt ├── f-stop.txt ├── fantasy-creature.txt ├── fantasy-setting.txt ├── fish.txt ├── flower.txt ├── focal-length.txt ├── foods.txt ├── forest-type.txt ├── fruit.txt ├── games.txt ├── gen-modifier.txt ├── gender-ext.txt ├── gender.txt ├── hair.txt ├── hd.txt ├── identity-adult.txt ├── identity-young.txt ├── identity.txt ├── iso-stop.txt ├── landscape-type.txt ├── movement.txt ├── nationality.txt ├── natl-park.txt ├── neg-weight.txt ├── noun-beauty.txt ├── noun-emote.txt ├── noun-fantasy.txt ├── noun-general.txt ├── noun-horror.txt ├── occupation.txt ├── photo-term.txt ├── pop-culture.txt ├── pop-location.txt ├── portrait-type.txt ├── punk.txt ├── quantity.txt ├── rpg-Item.txt ├── scenario-desc.txt ├── site.txt ├── skin-color.txt ├── style.txt ├── tree.txt ├── trippy.txt ├── water.txt └── wh-site.txt /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/README.md -------------------------------------------------------------------------------- /generate_wildcards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/generate_wildcards.py -------------------------------------------------------------------------------- /nsp_pantry.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/nsp_pantry.json -------------------------------------------------------------------------------- /status.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/status.txt -------------------------------------------------------------------------------- /wildcards/3d-terms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/3d-terms.txt -------------------------------------------------------------------------------- /wildcards/adj-architecture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/adj-architecture.txt -------------------------------------------------------------------------------- /wildcards/adj-beauty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/adj-beauty.txt -------------------------------------------------------------------------------- /wildcards/adj-general.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/adj-general.txt -------------------------------------------------------------------------------- /wildcards/adj-horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/adj-horror.txt -------------------------------------------------------------------------------- /wildcards/animals.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/animals.txt -------------------------------------------------------------------------------- /wildcards/artist-botanical.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/artist-botanical.txt -------------------------------------------------------------------------------- /wildcards/artist-surreal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/artist-surreal.txt -------------------------------------------------------------------------------- /wildcards/artist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/artist.txt -------------------------------------------------------------------------------- /wildcards/aspect-ratio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/aspect-ratio.txt -------------------------------------------------------------------------------- /wildcards/bird.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/bird.txt -------------------------------------------------------------------------------- /wildcards/body-fit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-fit.txt -------------------------------------------------------------------------------- /wildcards/body-heavy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-heavy.txt -------------------------------------------------------------------------------- /wildcards/body-light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-light.txt -------------------------------------------------------------------------------- /wildcards/body-poor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-poor.txt -------------------------------------------------------------------------------- /wildcards/body-shape.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-shape.txt -------------------------------------------------------------------------------- /wildcards/body-short.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-short.txt -------------------------------------------------------------------------------- /wildcards/body-tall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/body-tall.txt -------------------------------------------------------------------------------- /wildcards/bodyshape.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/bodyshape.txt -------------------------------------------------------------------------------- /wildcards/camera-manu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/camera-manu.txt -------------------------------------------------------------------------------- /wildcards/camera.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/camera.txt -------------------------------------------------------------------------------- /wildcards/celeb.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/celeb.txt -------------------------------------------------------------------------------- /wildcards/color-palette.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/color-palette.txt -------------------------------------------------------------------------------- /wildcards/color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/color.txt -------------------------------------------------------------------------------- /wildcards/cosmic-galaxy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/cosmic-galaxy.txt -------------------------------------------------------------------------------- /wildcards/cosmic-nebula.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/cosmic-nebula.txt -------------------------------------------------------------------------------- /wildcards/cosmic-star.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/cosmic-star.txt -------------------------------------------------------------------------------- /wildcards/cosmic-terms.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/cosmic-terms.txt -------------------------------------------------------------------------------- /wildcards/details.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/details.txt -------------------------------------------------------------------------------- /wildcards/dinosaur.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/dinosaur.txt -------------------------------------------------------------------------------- /wildcards/eyecolor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/eyecolor.txt -------------------------------------------------------------------------------- /wildcards/f-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/f-stop.txt -------------------------------------------------------------------------------- /wildcards/fantasy-creature.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/fantasy-creature.txt -------------------------------------------------------------------------------- /wildcards/fantasy-setting.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/fantasy-setting.txt -------------------------------------------------------------------------------- /wildcards/fish.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/fish.txt -------------------------------------------------------------------------------- /wildcards/flower.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/flower.txt -------------------------------------------------------------------------------- /wildcards/focal-length.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/focal-length.txt -------------------------------------------------------------------------------- /wildcards/foods.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/foods.txt -------------------------------------------------------------------------------- /wildcards/forest-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/forest-type.txt -------------------------------------------------------------------------------- /wildcards/fruit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/fruit.txt -------------------------------------------------------------------------------- /wildcards/games.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/games.txt -------------------------------------------------------------------------------- /wildcards/gen-modifier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/gen-modifier.txt -------------------------------------------------------------------------------- /wildcards/gender-ext.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/gender-ext.txt -------------------------------------------------------------------------------- /wildcards/gender.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/gender.txt -------------------------------------------------------------------------------- /wildcards/hair.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/hair.txt -------------------------------------------------------------------------------- /wildcards/hd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/hd.txt -------------------------------------------------------------------------------- /wildcards/identity-adult.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/identity-adult.txt -------------------------------------------------------------------------------- /wildcards/identity-young.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/identity-young.txt -------------------------------------------------------------------------------- /wildcards/identity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/identity.txt -------------------------------------------------------------------------------- /wildcards/iso-stop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/iso-stop.txt -------------------------------------------------------------------------------- /wildcards/landscape-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/landscape-type.txt -------------------------------------------------------------------------------- /wildcards/movement.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/movement.txt -------------------------------------------------------------------------------- /wildcards/nationality.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/nationality.txt -------------------------------------------------------------------------------- /wildcards/natl-park.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/natl-park.txt -------------------------------------------------------------------------------- /wildcards/neg-weight.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/neg-weight.txt -------------------------------------------------------------------------------- /wildcards/noun-beauty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/noun-beauty.txt -------------------------------------------------------------------------------- /wildcards/noun-emote.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/noun-emote.txt -------------------------------------------------------------------------------- /wildcards/noun-fantasy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/noun-fantasy.txt -------------------------------------------------------------------------------- /wildcards/noun-general.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/noun-general.txt -------------------------------------------------------------------------------- /wildcards/noun-horror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/noun-horror.txt -------------------------------------------------------------------------------- /wildcards/occupation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/occupation.txt -------------------------------------------------------------------------------- /wildcards/photo-term.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/photo-term.txt -------------------------------------------------------------------------------- /wildcards/pop-culture.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/pop-culture.txt -------------------------------------------------------------------------------- /wildcards/pop-location.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/pop-location.txt -------------------------------------------------------------------------------- /wildcards/portrait-type.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/portrait-type.txt -------------------------------------------------------------------------------- /wildcards/punk.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/punk.txt -------------------------------------------------------------------------------- /wildcards/quantity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/quantity.txt -------------------------------------------------------------------------------- /wildcards/rpg-Item.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/rpg-Item.txt -------------------------------------------------------------------------------- /wildcards/scenario-desc.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/scenario-desc.txt -------------------------------------------------------------------------------- /wildcards/site.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/site.txt -------------------------------------------------------------------------------- /wildcards/skin-color.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/skin-color.txt -------------------------------------------------------------------------------- /wildcards/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/style.txt -------------------------------------------------------------------------------- /wildcards/tree.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/tree.txt -------------------------------------------------------------------------------- /wildcards/trippy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/trippy.txt -------------------------------------------------------------------------------- /wildcards/water.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/water.txt -------------------------------------------------------------------------------- /wildcards/wh-site.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lopyter/stable-soup-prompts/HEAD/wildcards/wh-site.txt --------------------------------------------------------------------------------