├── CHANGELOG ├── LICENSE ├── README.md ├── dynamic_prompting.py └── scripts ├── wildcards.py └── wildcards ├── adjective.txt ├── artist.txt ├── genre.txt ├── juice.txt ├── site.txt ├── style.txt └── subject.txt /CHANGELOG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/CHANGELOG -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/README.md -------------------------------------------------------------------------------- /dynamic_prompting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/dynamic_prompting.py -------------------------------------------------------------------------------- /scripts/wildcards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards.py -------------------------------------------------------------------------------- /scripts/wildcards/adjective.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/adjective.txt -------------------------------------------------------------------------------- /scripts/wildcards/artist.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/artist.txt -------------------------------------------------------------------------------- /scripts/wildcards/genre.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/genre.txt -------------------------------------------------------------------------------- /scripts/wildcards/juice.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/juice.txt -------------------------------------------------------------------------------- /scripts/wildcards/site.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/site.txt -------------------------------------------------------------------------------- /scripts/wildcards/style.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/style.txt -------------------------------------------------------------------------------- /scripts/wildcards/subject.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jtkelm2/stable-diffusion-webui-1/HEAD/scripts/wildcards/subject.txt --------------------------------------------------------------------------------