├── .gitignore ├── README.md ├── scripts └── StyleSelectorXL.py └── sdxl_styles.json /.gitignore: -------------------------------------------------------------------------------- 1 | .history 2 | __pycache__ -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahgsql/StyleSelectorXL/HEAD/README.md -------------------------------------------------------------------------------- /scripts/StyleSelectorXL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahgsql/StyleSelectorXL/HEAD/scripts/StyleSelectorXL.py -------------------------------------------------------------------------------- /sdxl_styles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahgsql/StyleSelectorXL/HEAD/sdxl_styles.json --------------------------------------------------------------------------------