ComfyUI Node

Prompt Styler Misc

The 1,400-style community grab bag

By wolfden·Created 3 years ago·Updated about a year ago· 105
Prompt Styler Misc
    • positive_prompt_text_g
    • negative_prompt_text_g
    text_positive
    text_negative
    style
    log_promptNo

    This is the everything drawer. While the other nodes in wolfden's pack are tidy themed sets - moods, dragons, times of day - Misc is a single dropdown with roughly 1,400 styles in it, most of them community-contributed and named like the folders they came from: carpint_Gothic, citz_Sci-Fi_Architecture, coolio_Portraiture, girlz_Fashion_Horror_Horror & Dark_Gothic, gotit jinx_Tattoo Art, and hundreds more in that vein. wolfden's README thanks "Three Headed Monkey" from the AI Revolution Discord for producing most of these, and it shows - it's a huge, uneven, occasionally brilliant pile of prompt templates.

    Treat it as a browse-and-discover node rather than a precise tool. Somewhere in those 1,400 entries is a look you'd never have thought to prompt; the cost of admission is a lot of scrolling and some trial and error.

    How it works

    Same mechanism as the rest of the pack. Each style is a row in a JSON file with a prompt field containing a {prompt} placeholder and a negative_prompt. The node drops your positive text into the placeholder, wraps it in the chosen style, and returns the finished string; a blank negative inherits the template's, a typed one merges. No model, no download, no key - it's pure text assembly, and your checkpoint renders the result. This templating-from-JSON design is exactly why the community can pour hundreds of hand-built styles into one node: it's just data.

    The inputs and outputs that matter

    • style - the style. With ~1,400 entries this dropdown is the node, and browsing it is the main activity.
    • text_positive - your subject. How much the style adds varies wildly entry to entry.
    • text_negative - optional; blank uses the template's default, or add your own.

    log_prompt (No/Yes) is more valuable here than anywhere else in the pack: the style names are cryptic, so turning it on prints the actual assembled prompt to the console and tells you what a mystery entry like coolio_Portraiture really contains.

    Outputs: positive_prompt_text_g and negative_prompt_text_g - two strings, into your positive and negative CLIP Text Encode nodes.

    Installing it

    ComfyUI Manager: search SDXL Prompt Styler (wolfden), install, restart. Manual:

    cd ComfyUI/custom_nodes
    git clone https://github.com/wolfden/ComfyUi_PromptStylers
    

    Restart ComfyUI. No dependencies, no model files. The styler nodes appear under a Style Prompts submenu. The styles themselves live in JSON inside the pack folder - you can open them, edit them, or add your own rows, which is how this collection got so big in the first place.

    Common issues

    Uneven quality. With 1,400 community styles, some are excellent and some are junk or near-duplicates. This isn't a curated set; expect to sift. Use log_prompt to vet an entry before committing to it.

    Cryptic names. girlz_Fashion_Horror_Horror & Dark_Gothic tells you almost nothing until you read the template. Again - log_prompt.

    none is a passthrough. The first entry, none byMisc, applies nothing.

    Huge dropdown, slow scroll. Fourteen hundred options is a lot to navigate. If you find a keeper, note the exact name so you can jump back to it.

    SDXL-era styles. These were written for SDXL and its tag-style prompting plus a live negative prompt. On Flux or Z-Image the negative is dead at CFG 1 and the descriptors read as literal instruction, so most entries land weakly. Run this on an SDXL-family checkpoint - Juggernaut, Illustrious, Pony and the like - where the whole collection was born.

    CategoryStyle Prompts

    Inputs (4)

    NameTypeDefaultDescription
    text_positiveSTRING
    text_negativeSTRING
    styleCOMBO1413 options: none byMisc, carpint_Gothic, citz_Sci-Fi_Architecture, coolio_Portraiture, GAYZ_Portraiture, getting there_Portraiture, +1407
    log_promptCOMBONo2 options: No, Yes

    Outputs (2)

    NameTypeDescription
    positive_prompt_text_gSTRING
    negative_prompt_text_gSTRING