🖼️PixArtAlpha Styler
Ten preset prompts, zero model loading
- positive_prompt
- negative_prompt
Every PixArt workflow needs a prompt, and this tiny node is the pack's polite way of making sure it's a good one. The Styler is pure text - no model, no VRAM, instant to run. It wraps whatever you type in one of ten curated style templates and hands back a positive and a negative string, ready to feed the Generation node.
What it is and how it works
This is the same "styler" pattern you've seen in Impact Pack or WAS Suite: a dropdown of styles, each backed by a prompt template with a {prompt} placeholder, plus a style-specific negative. The templates live in style_template.py inside the pack. When you pick a style and hit generate, it swaps your text into the template, tacks your negative prompt onto the style's own negative list, and returns the two strings. That's the whole mechanism - no model is loaded, nothing moves through the GPU, so it's effectively free.
Because it's string-in/string-out, it chains with anything. You can feed it from another styler - the README explicitly calls out compatibility with portrait-master-style nodes and PhotoMaker's Prompt_Styler - or just type directly into the boxes. The outputs are plain STRINGs that wire straight into the pack's Generation node.
The ten styles
Your options, straight from the pack:
(No style)- a passthrough; your prompt goes out untouchedCinematic- film grain, bokeh, "cinemascope, moody, epic"Photographic- "35mm photograph, film, 4k, highly detailed"Anime- "key visual, vibrant, studio anime"Manga- Japanese comic style, high-energyDigital Art- concept art, painterly, matte paintingPixel art- honest about being "low-res, blocky, 8-bit"Fantasy art- "ethereal, majestic, cover art" territoryNeonpunk- cyberpunk, vaporwave, magenta highlights3D Model- "octane render, volumetric, dramatic lighting"
My honest picks: Cinematic and Photographic are the workhorses - most PixArt community output leans photographic, and these templates are tuned for exactly that. Neonpunk is the fun one. Pixel art does what it says and doesn't pretend otherwise.
The inputs
prompt(multiline STRING) - your subject. Default is the pack'sA alpaca made of colorful building blocks, cyberpunk, which is a fine sanity-check prompt.negative_prompt(multiline STRING) - your own negatives, appended after the style's. Defaultasymmetry, worst quality, low quality.style_name- the dropdown above, defaulting to(No style).
The one trap
Don't stack styles. If you feed it a prompt that already says "cinematic" from a previous styler and then pick Photographic, you'll get "cinematic photo cinematic still…" prompt soup, and PixArt - which is unusually literal about following your text - will happily paint you a mess. Pick one layer of styling and stop there. That, plus remembering the outputs are strings and not images, is the whole troubleshooting section. There's nothing here to break.
Inputs (3)
| Name | Type | Default | Description |
|---|---|---|---|
| prompt | STRING | A alpaca made of colorful building blocks, cyberpunk | — |
| negative_prompt | STRING | asymmetry, worst quality, low quality | — |
| style_name | COMBO | (No style) | 10 options: (No style), Cinematic, Photographic, Anime, Manga, Digital Art, +4 |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| positive_prompt | STRING | — |
| negative_prompt | STRING | — |