├── .gitignore ├── README.md ├── preload.py ├── scripts └── wildcards.py └── wildcards └── put wildcards here.txt /.gitignore: -------------------------------------------------------------------------------- 1 | wildcards 2 | __pycache__ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-wildcards/HEAD/README.md -------------------------------------------------------------------------------- /preload.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-wildcards/HEAD/preload.py -------------------------------------------------------------------------------- /scripts/wildcards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AUTOMATIC1111/stable-diffusion-webui-wildcards/HEAD/scripts/wildcards.py -------------------------------------------------------------------------------- /wildcards/put wildcards here.txt: -------------------------------------------------------------------------------- 1 | --------------------------------------------------------------------------------