Punk Styler (Advanced)
50 gritty presets with an SDXL G/L prompt split
- text_positive_g
- text_positive_l
- text_positive
- text_negative_g
- text_negative_l
- text_negative
The Punk Styler's 50 gritty presets - Punk Gig Poster, Grunge Rebellion, Street Art Revolt - but in the Advanced flavor: two positive boxes, six outputs, and a negative_prompt_to dropdown. PunkStylerAdvanced from aegis72/comfyui-styles-all is aimed at SDXL workflows that want to drive the OpenCLIP-G and CLIP-L encoders with separate strings.
The inputs
text_positive_g/text_positive_l- your two positive boxes.text_negative- your negative; the style's is appended.Punk- the 50-option dropdown.negative_prompt_to-Both(default),G only, orL only.log_prompt- on by default; prints the before/after to the console.
Outputs: text_positive_g, text_positive_l, text_positive (combined), text_negative_g, text_negative_l, text_negative.
The catch with these templates
Same story as the rest of the Advanced nodes here, verified by running the module. The punk templates are single-part wrappers - no . separator - so there's no real G/L split inside the style. And the two positive boxes trade places: your text_positive_l gets styled and exits as text_positive_g, while text_positive_g passes through unstyled to text_positive_l.
Path of least resistance:
- Put your subject in
text_positive_land take the combinedtext_positiveoutput intoCLIPTextEncode(orCLIPTextEncodeSDXLon SDXL). - One box and one dropdown? The plain Punk Styler does the same job without the swap.
Installing it
ComfyUI Manager (search ComfyUI-styles-all), or:
cd ComfyUI/custom_nodes
git clone https://github.com/aegis72/comfyui-styles-all
Then restart ComfyUI. No dependencies, no models.
Where people get burned
- The G/L swap - if the styled output looks like it lost the subject, that's it.
- Restart after editing
data/Punk/Punk.jsonfor new menu options. - SDXL-era keywords - weak on Flux and LLM-encoded models, same as every node in this pack.
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| text_positive_g | STRING | — | |
| text_positive_l | STRING | — | |
| text_negative | STRING | — | |
| Punk | COMBO | 50 options: None, Anarcho-Punk Manifesto, Anarchy Aesthetic, Cyberpunk Rebellion, Dystopian Punk Cityscape, DIY Punk Zine Cover, +44 | |
| negative_prompt_to | COMBO | Both | 3 options: Both, G only, L only |
| log_prompt | BOOLEAN | true | — |
Outputs (6)
| Name | Type | Description |
|---|---|---|
| text_positive_g | STRING | — |
| text_positive_l | STRING | — |
| text_positive | STRING | — |
| text_negative_g | STRING | — |
| text_negative_l | STRING | — |
| text_negative | STRING | — |