├── .gitignore ├── LICENSE ├── README.md ├── __init__.py ├── examples └── sdxl_prompt_styler.png ├── sdxl_prompt_styler.py └── sdxl_styles.json /.gitignore: -------------------------------------------------------------------------------- 1 | __pycache__/ -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/README.md -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/__init__.py -------------------------------------------------------------------------------- /examples/sdxl_prompt_styler.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/examples/sdxl_prompt_styler.png -------------------------------------------------------------------------------- /sdxl_prompt_styler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/sdxl_prompt_styler.py -------------------------------------------------------------------------------- /sdxl_styles.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ZHO-ZHO-ZHO/sdxl_prompt_styler-Zh-Chinese/HEAD/sdxl_styles.json --------------------------------------------------------------------------------