Azazeal Styles Styler
425 punk & album-art style presets
- text_positive
- text_negative
This is one of the big menus in MileHighStyler, and unlike the joke banana one, it's a real curated pack. AzazealStyles is 425 entries of a very specific aesthetic: anarcho-punk, dystopian cityscapes, grunge, DIY zine covers, punk album art. Someone named Azazeal sat down and wrote 425 prompt templates around that vibe, and this node bolts them onto your prompt one at a time. If you want a scene that looks like it was screen-printed onto a 1979 seven-inch sleeve, this is a shortcut to the right words.
Reach for it when you have a subject but not the look - you type "portrait of a woman," pick "Punk Album Vinyl Art," and the node wraps your subject in a pile of style keywords you didn't have to write. It's a discovery tool more than a precision one. Scroll, gamble, batch, see what sticks.
How it works
MileHighStyler is a fork of the well-known SDXL Prompt Styler, the node family that reads style definitions out of JSON files. Each Azazeal entry is a template with a {prompt} slot; the node drops your text_positive into that slot and wraps the surrounding style text at a strong weight (roughly 2.0 by the pack's default) so the aesthetic pushes hard while your actual subject stays neutral. The output is just text - a rewritten prompt string. Nothing here touches the model or loads anything; it's a fancy string builder that feeds your CLIP Text Encode.
The inputs and outputs that matter
- Azazeal Styles - the 425-entry dropdown.
Noneis the off switch. - text_positive - your subject; it lands inside the chosen template.
- text_negative - optional negative text, appended to whatever the style already contributes.
log_prompt (on by default) prints the finished prompt to the ComfyUI console so you can actually read what got built - genuinely useful with a menu this large, because you often can't tell what a style added until you see it. The outputs are text_positive and text_negative strings; wire them straight into a CLIP Text Encode.
Installing it
ComfyUI Manager: search ComfyUI_MileHighStyler, install, restart. Or drop to a terminal:
cd ComfyUI/custom_nodes && git clone https://github.com/TripleHeadedMonkey/ComfyUI_MileHighStyler
then restart ComfyUI. No models, no requirements.txt, no heavy dependencies - it's Python and a folder of JSON. The nodes show up under the ali1234/stylers category.
Where people get burned
- Model era. That
2.0weighting is CLIP-encoder syntax. On the 2026 LLM-encoded models (Flux 2, Z-Image, Qwen) the(...:2.0)wrapper is silently discarded - the style words still land as plain text, but the emphasis is gone and the vibe is muddier. This node is at its best on the SDXL family and SD 1.5, where it was designed to work. - 425 styles is a lot of rope. Some entries are tightly themed and will drag your whole image toward "punk flyer" even when you just wanted a hint of it. If the style is overpowering the subject, that's the strong default weight doing its job; switch to a lighter menu or stack a second styler to pull it back.
- It's niche, and that's fine. MileHighStyler barely registers in community chatter compared to the base SDXL Prompt Styler - you're using a fork of a fork. Nothing wrong with that, but don't expect tutorials; the node is the documentation.
Inputs (4)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive | STRING | — | |
| text_negative | STRING | — | |
| Azazeal Styles | COMBO | 425 options: None, Anarcho-Punk Manifesto, Anarchy Aesthetic, Cyberpunk Rebellion, Dystopian Punk Cityscape, DIY Punk Zine Cover, +419 | |
| log_prompt | BOOLEAN | true | — |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| text_positive | STRING | — |
| text_negative | STRING | — |